Planned SDKs (Python, Go, JS)
Planned SDKs (Python, Go, JS)
Roadmap items:
- Python SDK for fast dev
- TypeScript SDK for frontend integration
- Go SDK for SOC/EDR tooling
Example Python usage:
from mcp_sdk import MCPClient
client = MCPClient(api_key="s3cr3t")
response = client.execute("intel_summary", input="Axiom APT in Eastern Europe")
print(response.summary)