Python SDK
The Python SDK package in this repository issynapsex.
Install
Create A Client
Authorization: Bearer <api_key> for requests.
List Tools
OAuth Connect Links
Connected Accounts
Execute Tools
Framework Adapters
Intelligent MCP Routing
| Method | Purpose |
|---|---|
route_mcp(...) | Select domain, MCP server and tool |
plan_mcp(...) | Create an explainable plan |
ask_mcp(...) | Plan or execute when approved |
Close The Client
httpx.AsyncClient during shutdown.