Overview
This documentation site publishes a search MCP server athttps://docs.bridge.new/mcp. Connect it to your AI coding assistant and the assistant reads these pages directly — the REST API reference, the webhook events, the error codes — instead of relying on whatever it learned during training.
The server is public and read-only. It needs no API Key and no configuration on your side beyond pointing your assistant at the URL.
Connect your client
- Claude Code
- Cursor
- Codex
- VS Code
- Claude
Run:Verify the connection with
claude mcp list.What your assistant can do
Once connected, your assistant has three tools:
Your assistant decides when to use them based on your prompt. You do not need to ask it to search.
Example questions
Ask your assistant these in a project where you are integrating with Bridge:- Which header does the Bridge API use for authentication, and against which host?
- Write a Python function that creates a contact in Bridge, using the required fields from the API reference.
- Which webhook events does Bridge emit when a conversation changes, and what does each payload contain?
- How do I verify the signature on an incoming Bridge webhook?
- What does Bridge error code
BRIDGE_CONVERSATION_0001mean?
Scope and availability
The server returns what is published on this site. Pages that are not part of this site’s navigation are not indexed and cannot be retrieved.