CCPEDIAdocs

Quickstart

Get CCPEDIA into your AI tool in under two minutes. No auth, no signup.

CCPEDIA serves its MCP at https://ccpedia.xyz/mcp. No auth. Rate limit is 60 calls per 15 minutes per IP. The same URL works for every supported AI client.

Step 1. Pick your tool

Step 2. Verify the connection

After adding CCPEDIA, your client should see 78 tools. Sanity-check from the terminal:

curl -s -X POST https://ccpedia.xyz/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

You should see roughly 78 tools entries in the response.

Step 3. Ask a useful question

Pick any of these. Just ask in plain language. Tool routing happens automatically.

Step 4. Pin the URL

Once it works, save CCPEDIA in your client's persistent MCP config. Each integration guide shows the exact snippet to copy.

More

On this page