INDIVIDUAL MCP TOOL
get_pricing
Returns Atako's public subscription plans (name, price, included credits/agents) and the credit conversion rate used for top-ups.
LIVE ENDPOINT
https://api.atako.ai/mcp/public
Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.atako-public]
url = "https://api.atako.ai/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atako-public": {
"type": "http",
"url": "https://api.atako.ai/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atako-public
Remote MCP URL: https://api.atako.ai/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"atako-public": {
"url": "https://api.atako.ai/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atako-public": {
"type": "http",
"url": "https://api.atako.ai/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atako-public",
"transport": "streamable-http",
"url": "https://api.atako.ai/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_use_cases— Lists Atako's published customer use cases/case studies, optionally filtered by department (e.list_integration_pages— Lists Atako's public marketing pages describing each supported integration (what it does, why connect it) — distinct from the authenticated `list_integration_catalog` tool, which reflects real connection status for the caller's account.