Call MCP
Hosted MCP is the shortest path for agent runtimes that already understand tool calls. Keep the bearer API key, point at the hosted MCP URL, and run one market tool first.
Hosted MCP stays on its own mcp_server_url. Do not replace it with the
gateway base URL.
Access
- Hosted MCP URL:
https://mcp-aql.tomo.services - Auth:
Authorization: Bearer <api_key> - First tool:
market.read_price
How to call MCP
Prepare one API key
Open Get API Key and keep the bearer token ready.
Set the hosted MCP server URL
Point your runtime at https://mcp-aql.tomo.services, not the gateway base
URL.
Start with one simple market tool
Use market.read_price first, then widen into more tools only after the first
response is working.
Hosted MCP example
Connection config
{
"server_url": "https://mcp-aql.tomo.services",
"headers": {
"Authorization": "Bearer <api_key>"
}
}Confirm one successful MCP response, then check usage and source status in the signed-in dashboard.
Related pages
Last updated on