Documents → MCP
Have documents, not an API?
Upload them. We register an MCP on this marketplace and serve it through the gateway. Others subscribe and ask — they never get a second URL. Free to start. Extra usage is in the dashboard after you sign in.
Your listing keeps your name and slug. You control the documents; customers receive read-only ask and list tools after enabling access.
Step 1
You upload the files
API reference, runbooks, a contract, a README pile. Text, Markdown, JSON or CSV. We index them.
Step 2
We register the MCP here
A published listing with two tools: ask and list_documents. It shows on Browse. You do not host a server.
Step 3
They call this gateway
Subscribe, one marketplace key, the same Cursor block as every other listing. Tools appear as your-slug/ask.
How a subscriber calls it
They do not get a special URL. They subscribe here, put this gateway in their client, and call the tools with their marketplace key.
- 1Open /listings/your-docs and click Subscribe.
- 2Create one API key on Dashboard → API Keys. The same key works for every listing you subscribe to.
- 3Paste the gateway block into Cursor (or Claude, Zed, …) and restart the client.
- 4Ask with your-docs/ask. List what is indexed with your-docs/list_documents.
Cursor ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://www.mcpchannel.ai/api/mcp",
"headers": {
"X-MCP-Market-Key": "mcp_YOUR_KEY_HERE"
}
}
}
}Then they ask
{
"method": "tools/call",
"name": "your-docs/ask",
"arguments": {
"question": "What does the rate-limit section say about retries?"
}
}Tools show up as your-docs/ask and your-docs/list_documents. The listing is /listings/your-docs.
FAQ
Do subscribers get their own URL?
No. They use this site's gateway with their marketplace key. The listing page is only for subscribe and docs.
What tools do they see?
your-docs/ask and your-docs/list_documents. Upload and delete stay on your dashboard.
Is it free?
Yes to start. When you need more, buy extra usage from Dashboard → Documents after you sign in.