1 min read

MCP concepts

The Model Context Protocol (MCP) lets AI clients connect to tools and data through a standard interface. Tamaton exposes its features as MCP tools, prompts, and resources.

  • Endpoint: Streamable HTTP at /api/mcp.
  • Auth: Bearer token in key_id:secret format (see Connecting Tamaton).
  • Scopes: every tool checks a scope before running.
  • Rate limits: requests are rate-limited per API key.