Skip to main content
Context Protocol exposes the marketplace through one remote Streamable HTTP MCP server.

Cursor

Add the server to .cursor/mcp.json or your global Cursor MCP configuration:
Restart Cursor after saving the configuration.

Claude Code

Pinned Query mode

Call context_query with Meridian pinned:
If Context returns a jobId, call context_query_poll with that same ID. Do not submit the original query again, because that starts another paid job.

Direct execution

Use Meridian’s published tool ID and exact method name with context_execute. If your client first calls context_discover, verify the returned method has an explicit Execute price; Query eligibility by itself does not guarantee Execute eligibility.
The MCP endpoint belongs to Context Protocol. Do not point public clients directly at Meridian’s private service ports.