INDIVIDUAL MCP TOOL
chat_completion
Send a conversation to any text model available through CCAPI (Claude, GPT, Gemini, DeepSeek, GLM, MiniMax, Kimi, Qwen…) and get the reply.
LIVE ENDPOINT
https://api.ccapi.ai/mcp
Connect to this endpoint to inspect the live schema for chat_completion and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ccapi]
url = "https://api.ccapi.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ccapi": {
"type": "http",
"url": "https://api.ccapi.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ccapi
Remote MCP URL: https://api.ccapi.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ccapi": {
"url": "https://api.ccapi.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ccapi": {
"type": "http",
"url": "https://api.ccapi.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ccapi",
"transport": "streamable-http",
"url": "https://api.ccapi.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
edit_image— Edit existing images according to an instruction, using the dedicated image edit endpoint.extend_music— Continue an existing song from a given timestamp, producing a longer version.generate_image— Generate an image from a text prompt, optionally guided by reference images (image-to-image).generate_lyrics— Write song lyrics from a description, without generating audio.generate_music— Generate a song with vocals or instrumental.generate_video— Generate a video from a text prompt, optionally driven by reference images (image-to-video, first/last frame).get_balance— Report the remaining and used balance for this CCAPI key.get_task— Check the status of an asynchronous generation task submitted by generate_video, generate_music, generate_lyrics, extend_music, or generate_image with async=true.