Skip to main content

Connect Claude Code

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

Last verified: July 16, 2026

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 both search_blueprints and get_blueprint. 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 both 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.