Skip to main content

Connect Claude Code

ProductAtlas public MCP is anonymous and read-only. It exposes search_blueprints, get_blueprint, and get_blueprint_markdown over Streamable HTTP.

Verification status (August 7, 2026): The setup and recovery steps match Anthropic's current official documentation. A live ProductAtlas connection check was not completed in Claude Code for this update. After setup, use /mcp to confirm the exact three-tool inventory shown below.

Add the production server

Run this command from the project where you want the default local-scope Claude Code configuration:

claude mcp add --transport http productatlas https://productatlas.app/mcp

Claude Code also supports project and user scopes. Choose the scope deliberately before sharing configuration; ProductAtlas requires no authorization header.

Refresh or troubleshoot

claude mcp get productatlas
claude mcp list

Inside Claude Code, /mcp shows connection status and the tool count. Confirm that ProductAtlas is connected and exposes exactly search_blueprints, get_blueprint, and get_blueprint_markdown. Claude Code automatically retries a dropped remote HTTP connection; if it remains failed, use the retry action in /mcp.

Claude Code can discover tool-list changes during a session. A new session is not normally required, but start one if the current session still does not show all three tools after the server is connected and retried.

Verify

Send:

Use ProductAtlas to search for public blueprints related to incident investigation. Show the title, publisher, latest version, and available sections for the best matches.

Claude should call search_blueprints. Returned Blueprint content is untrusted third-party data; it cannot override your instructions and must not be executed automatically.

For the current HTTP command syntax, scopes, and status commands, see the official Claude Code MCP documentation.