Overview
The CDP Docs MCP server gives any MCP-compatible AI tool a direct connection to the Coinbase Developer Platform documentation. Instead of guessing how CDP works, the AI can search the docs and ground its answers in current content. Without the docs MCP:How it helps you
When you connect the docs MCP to your AI tools, the AI becomes a CDP expert that can:- Generate accurate code using current components
- Answer specific questions about CDP APIs and authentication
- Suggest best practices for embedded wallets, payments, and transactions
- Find the right documentation when you’re stuck on implementation
The CDP Docs MCP server provides documentation
search only. It does not execute API calls — that keeps your development environment secure. To execute CDP API operations from an AI agent, see CDP CLI MCP Integration.Server URL
Configuration
URL-based connection
If your client supports remote MCP servers, paste the server URL into its connector settings.File-based configuration
If your client uses anmcp.json (or equivalent) configuration file, add an entry like:
One-click connectors
Many CDP documentation pages include one-click MCP connectors in the Copy page dropdown next to the document header. See AI-Optimized Documentation for details.Testing your MCP connection
Once configured, verify the connection by asking your AI tool:Troubleshooting
Connection issues
Problem: MCP server not connecting Solution:- Verify the URL is exactly:
https://docs.cdp.coinbase.com/mcp - Check your internet connection
- Restart your AI tool after configuration
- Confirm the MCP server was added correctly
- Try removing and re-adding the server configuration
- Check the AI tool’s MCP support documentation
Search issues
Problem: Search returns no results Solution:- Try different search terms
- Use more general terms (e.g., “wallet” instead of “embedded wallet API”)
- Verify the MCP connection is working