One MCP. One entitlement key. Every public tool-set you are entitled to.
Get your API key → See plans & pricing
Endpoint: POST https://mcp.atomadic.tech · Protocol: JSON-RPC 2.0 / MCP
curl -s https://mcp.atomadic.tech -H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize"}'
curl -s https://mcp.atomadic.tech -H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list"}'
curl -s https://mcp.atomadic.tech -H 'content-type: application/json' \
-H 'authorization: Bearer ato_<your_key>' \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"...","arguments":{}}}'
Python SDK: pip install atomadic · SDK on GitHub · Docs
Version 0.6.9 · built 2026-08-02T15:13:10Z