Tokeni

Docs MCP

Point Cursor or Claude at docs.tokeni.io/mcp. Search only. No API execution.

The docs MCP server exposes three tools over Streamable HTTP:

  • search — find pages by text
  • get_page — return the markdown for one page
  • list_pages — titles and URLs

It does not call Tokeni APIs. It will not tokenize, detokenize, or accept a PAN. That is intentional.

Endpoint: https://docs.tokeni.io/mcp

Cursor

In ~/.cursor/mcp.json or the project .cursor/mcp.json:

{
  "mcpServers": {
    "tokeni-docs": {
      "url": "https://docs.tokeni.io/mcp"
    }
  }
}

Claude Code

claude mcp add --transport http tokeni-docs https://docs.tokeni.io/mcp

What to ask

Good: "How do I sign a detokenize request?" / "What is the TokenEx tokenize path?"

Bad: "Here is a card number, tokenize it." The server has no such tool. Neither does Ask AI.

On this page