Connect your AI tools
Connect the Moca Network documentation MCP server to your preferred AI tool:- Claude
- Claude Code
- Cursor
- VS Code
1
Get your MCP server URL
Your MCP server URL is:
https://docs.moca.network/mcp2
Add the Moca Network MCP server to Claude
- Navigate to the Connectors page in the Claude settings.
- Select Add custom connector.
- Add the Moca Network MCP server:
- Name:
MocaNetwork - URL:
https://docs.moca.network/mcp
- Name:
- Select Add.
3
Access the MCP server in your chat
- When using Claude, select the attachments button (the plus icon).
- Select the MocaNetwork MCP server.
- Ask Claude a question about Moca Network or AIR Kit.
Setup with other agents
The Moca skill works with any tool that supports the Agent Skills standard, including Cursor, VS Code Copilot, Gemini CLI, OpenAI Codex, and more. Run:What the skill provides
Credential E2E checklist for agents
Before generating issue/verify app code, confirm all three. Skipping any one of these makes the generated code unable to completeissueCredential or verifyCredential at runtime.
- JWKS route implemented and reachable over HTTPS —
GET /api/.well-known/jwks(or your equivalent path) returns a JSON document with akeysarray. - Dashboard JWKS URL set to that exact path — registered in Account → General Settings → JWKS URL as the full URL.
PARTNER_PRIVATE_KEYserver-only; JWTkidmatches a key in the JWKS — the value you set in the JWT header must appear askeys[].kidin the JWKS response.
Static docs files
If your AI tool does not support MCP yet, you can use one of Moca Network’s static documentation files instead.Which file should I use?
llms.txt— A curated overview of Moca Network. Use it to route an agent to the right docs, understand product structure, and choose the right integration path.llms-full.txt— A full static snapshot of the documentation. Use it when your tool needs more exhaustive reference material in one file.
Setup with Cursor
1
Open docs settings
Go to Settings → Features → Docs.
2
Add the overview file
Click Add new doc and paste:
https://docs.moca.network/llms.txt3
Optionally add the full snapshot
If your agent needs deeper static reference coverage, add:
https://docs.moca.network/llms-full.txt4
Reference in chat
Use @docs → Moca in your AI chat to reference the documentation.
Setup with Claude Desktop
1
Download the overview file
Download the curated overview from: https://docs.moca.network/llms.txt
2
Optionally download the full snapshot
Download the full documentation snapshot from: https://docs.moca.network/llms-full.txt
3
Add to your project
Save one or both files in your project directory or another known location on your system.
4
Reference in chat
Drag and drop the file into your Claude Desktop chat, or use the attachment button to upload it. Claude will then have access to the uploaded Moca Network documentation context for that conversation.