Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.251 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

8 pages for api_token.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

Connect to external tools with MCP Claude Code CLI · in the page agent-sdk/mcp …headers: { Authorization: `Bearer ${process.env.API_TOKEN}` } } }, allowedTools: ["mcp__remote-api__*"] } }; ``` ```python Python theme={… Plugins reference Claude Code CLI · in the page plugins-reference …ndpoint", "description": "Your team's API endpoint" }, "api_token": { "type": "string", "title": "API token", "description": "API authentication token", "sensitiv… Configuration and flags Model Context Protocol · in the page docs/2026-07-28/tools/inspector/configuration …-------------------------------------------------- | | `MCP_INSPECTOR_API_TOKEN` | Pin the [session token](/docs/2026-07-28/tools/inspector/web#the-session-token) instead of generating… Recipes Model Context Protocol · in the page docs/2026-07-28/tools/inspector/recipes …MCP_SANDBOX_PORT=6275 \ MCP_AUTO_OPEN_ENABLED=false MCP_INSPECTOR_API_TOKEN="$TOKEN" \ mcp-inspector --web & ``` Pinning `MCP_SANDBOX_PORT` matters here: the app's UI is served from a… Web client Model Context Protocol · in the page docs/2026-07-28/tools/inspector/web …e token from three places, in priority order: 1. `window.__INSPECTOR_API_TOKEN__`, injected into `index.html` on every page load. This is what makes a bare-URL reload or a bookmark keep working. 2. A… Configuration and flags Model Context Protocol · in the page docs/draft/tools/inspector/configuration …-------------------------------------------------- | | `MCP_INSPECTOR_API_TOKEN` | Pin the [session token](/docs/draft/tools/inspector/web#the-session-token) instead of generating a ra… Recipes Model Context Protocol · in the page docs/draft/tools/inspector/recipes …MCP_SANDBOX_PORT=6275 \ MCP_AUTO_OPEN_ENABLED=false MCP_INSPECTOR_API_TOKEN="$TOKEN" \ mcp-inspector --web & ``` Pinning `MCP_SANDBOX_PORT` matters here: the app's UI is served from a… Web client Model Context Protocol · in the page docs/draft/tools/inspector/web …e token from three places, in priority order: 1. `window.__INSPECTOR_API_TOKEN__`, injected into `index.html` on every page load. This is what makes a bare-URL reload or a bookmark keep working. 2. A…