← Registry

Marketing

atako.ai

Provides tools to retrieve Atako's public subscription pricing, customer use cases, and integration marketing pages.

2 endpoints3 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://api.atako.ai/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-ai]
url = "https://api.atako.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "atako-ai": {
      "type": "http",
      "url": "https://api.atako.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: atako-ai
Remote MCP URL: https://api.atako.ai/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "atako-ai": {
      "url": "https://api.atako.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "atako-ai": {
      "type": "http",
      "url": "https://api.atako.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "atako-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "atako-ai",
  "transport": "streamable-http",
  "url": "https://api.atako.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://api.atako.ai/mcp/public

No auth detected

MCP server metadata

Name
atako-public
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Public, unauthenticated Atako tools: pricing, use cases, and integration pages — the same content available on atako.ai without an account. For anything account-specific (agents, messages, credits, integrations), use the authenticated /mcp endpoint with an aik_ API key instead — see https://docs.atako.ai/developers/mcp/quickstart.

Known tools 3

get_pricing

Returns Atako's public subscription plans (name, price, included credits/agents) and the credit conversion rate used for top-ups.

Inferred read-only
list_use_cases

Lists Atako's published customer use cases/case studies, optionally filtered by department (e.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.