← ccapi.ai

INDIVIDUAL MCP TOOL

list_models

List the AI models this CCAPI key can actually call, with their capability category and the MCP tool that drives them.

ccapi.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.ccapi.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_models and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ccapi.ai

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

  • chat_completion — Send a conversation to any text model available through CCAPI (Claude, GPT, Gemini, DeepSeek, GLM, MiniMax, Kimi, Qwen…) and get the reply.
  • 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.