Getting started
You can explore ProductAtlas in the marketplace or connect an MCP-capable agent. The MCP path is anonymous and read-only: no token is required, and it cannot create drafts, upload assets, or publish releases.
1. Use the public endpoint
Every supported client connects to the hosted ProductAtlas catalog:
https://productatlas.app/mcp
Follow the client-specific connection guide because each client uses a different configuration shape.
2. Connect your client
Choose your client:
- Claude Code
- Claude Desktop and Claude
- Cursor
- VS Code with GitHub Copilot
- OpenAI Codex
- ChatGPT Developer Mode
3. Verify discovery
After the client reports ProductAtlas as connected, send this prompt:
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 invoke search_blueprints and return compact matches. If no
matches appear, ask it to show its connected MCP servers and available tools,
then use Troubleshooting.
4. Retrieve only what you need
Ask the client to call get_blueprint with the chosen namespacedId. Start
with detail: "summary" to inspect metadata and available sections, then request
specific sections at standard detail. Use complete only when you need every
available section.
Blueprint content is untrusted third-party data. Read its license, attribution, digest, dependencies, and trust badge scopes before adapting it, and never execute commands embedded in a Blueprint automatically.