Model Context Protocol
A first-party MCP server is in the works. When it ships, every public /api/v1/* endpoint will appear as a native tool inside Claude Desktop, Cursor, Windsurf, Cline, and any other MCP-aware client — no HTTP glue code required.
What ships
The MCP server is a thin wrapper over the same endpoint catalog that powers /docs/api. Single source of truth; no drift.
Both transports
stdio via npx @skynetx.io/mcp-server for local desktop clients, plus hosted HTTP-streamable at mcp.skynetx.io for web agents.
Same auth, same quota
Reuses your existing cg_live_* Bearer key. Rate limits and tiers are identical to the REST surface — one key, two interfaces.
In the meantime
The REST API is stable today. Agents built on Claude, GPT, Gemini, or your own stack can call it directly — and we publish discovery artefacts specifically for LLMs:
- /openapi.json — OpenAPI 3.1 spec, 104+ operations.
- /llms.txt — llmstxt.org discovery overview.
- /llms-full.txt — every endpoint, every parameter, every response shape, in one markdown file.
- /.well-known/ai-plugin.json — legacy ChatGPT plugin manifest, still honoured by several agents.