Two MCP Servers
Docs MCP Server
Search and query this documentation
- Semantic documentation search
- API reference lookup
- Code example retrieval
- Best for: Learning the API, troubleshooting
Query MCP Server
Query consented user data via AI tools
- Search history, browsing, YouTube, ad interactions, receipts
- Session-based credentials
- Direct data access for AI agents
- Best for: Building AI applications with user data
| Server | Purpose | URL | Auth Required |
|---|---|---|---|
| Docs MCP | Search documentation | https://docs.emergedata.ai/mcp | No |
| Query MCP | Query user data | https://mcp.emergedata.ai/mcp | Yes (API token + uid) |
Quick setup
- Docs MCP
- Query MCP
What you can do
Ask questions
“How do I query user search history?” — AI searches docs and returns the answer with code examples
Generate code
“Generate Python code to create a signed link” — AI finds SDK page and provides working implementation
Query user data
“Get search history for the last week” — AI calls the Query MCP tool and returns results
Debug issues
“Why is my webhook signature invalid?” — AI finds troubleshooting info and suggests fixes
How it works
Benefits over web search
| Web Search | MCP Connection |
|---|---|
| May find outdated content | Always current documentation |
| Results from multiple sources | Single source of truth |
| Generic code examples | Emerge-specific implementations |
| Manual copy/paste | Structured data for AI |
One-shot prompt for app builders
Use this prompt in tools like Lovable, Cursor, or Claude Code after connecting MCP:Contextual menu
Every page in these docs includes a contextual menu with one-click AI integrations. Look for the menu icon on any page to:- Copy as Markdown for pasting into AI chats
- Open directly in Claude or ChatGPT
- Copy the MCP server URL