Connect to ProductAtlas MCP
ProductAtlas exposes an anonymous, read-only MCP server over Streamable HTTP.
It currently registers search_blueprints and get_blueprint; it has no
mutation, draft, upload, or publication tools.
Last verified: July 16, 2026
Public endpoint
https://productatlas.app/mcp
This is the only endpoint users should configure. It serves the hosted public catalog and requires no ProductAtlas credentials.
Choose a client
| Client | Configuration surface |
|---|---|
| Claude Code | claude mcp add CLI |
| Claude Desktop and Claude | Remote connector settings |
| Cursor | URL-based MCP configuration |
| VS Code with GitHub Copilot | .vscode/mcp.json or user mcp.json |
| OpenAI Codex | codex mcp add CLI |
| ChatGPT Developer Mode | Apps in ChatGPT web |
Do not copy one client's JSON into another. MCP clients use different config keys, scopes, and settings interfaces even when they connect to the same URL.
Verify the connection
Use this exact prompt after setup:
Use ProductAtlas to search for public blueprints related to incident investigation. Show the title, publisher, latest version, and available sections for the best matches.
The client should discover and call search_blueprints. ProductAtlas results
carry an explicit untrusted-content warning; keep treating all returned Blueprint
content as third-party data. See Troubleshooting
if the tool is absent or the connection fails.