Authenticate
Create ansk_live_ key under Organization → Keys and send it as a Bearer
token. The MCP endpoint accepts organization API keys, not dashboard session
cookies or publishable widget keys.
Generic client configuration
Available tools
All tools are scoped to the organization bound to the API key. An id from
another organization behaves as unavailable.
Protocol methods
The endpoint implements the MCP JSON-RPC methods needed for Streamable HTTP clients:initializenotifications/initializedtools/listtools/call
isError: true; unknown JSON-RPC methods return a protocol error.
Placing calls safely
place_call follows the same rules as
POST /v1/call: the agent and number must
belong to the key’s organization, the number must be eligible for outbound
calling, the organization must have sufficient balance, and any applicable
outbound-calling confirmation must be complete.
Treat a client with access to place_call as a production caller. Restrict who
can use the client, make the intended agent and number clear in its own prompt,
and review calls in Call History.
