mcpserver.lol
registry/ccapi-mcp
Connection check verified live · 20h ago

ccapi-mcp

Image, video, music and text generation across 100+ models through one endpoint.

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

11 tools

Read from the running server on 20h ago.

chat_completion read-only stopmodel*top_pmessages*max_tokenstemperature
Send a conversation to any text model available through CCAPI (Claude, GPT, Gemini, DeepSeek, GLM, MiniMax, Kimi, Qwen…) and get the reply. Useful for consulting a second model for…
edit_image nsizeasyncmodel*imagesprompt* +5
Edit existing images according to an instruction, using the dedicated image edit endpoint. Provide at least one source image. For pure text-to-image, or for models that take refere…
extend_music tagstitlepromptclip_id*providercontinue_at* +1
Continue an existing song from a given timestamp, producing a longer version. Requires the clip_id of a previously generated song, which appears in the 'raw' payload of a completed…
generate_image nsizeasyncmodel*imagesprompt* +5
Generate an image from a text prompt, optionally guided by reference images (image-to-image). Returns image URLs directly. Most models finish in 10-60 seconds; if your client times…
generate_lyrics prompt*providerlyrics_modelwait_seconds
Write song lyrics from a description, without generating audio. Useful as a first step before generate_music with custom=true, so the user can approve the words before paying for a…
generate_music tagsmodeltitlecustomprompt*provider +3
Generate a song with vocals or instrumental. Two modes: simple (custom=false) where you describe the song and the model writes the lyrics, or custom (custom=true) where you supply…
generate_video model*ratioaudiosimagesprompt*videos +5
Generate a video from a text prompt, optionally driven by reference images (image-to-video, first/last frame). This is asynchronous: it returns a task_id you poll with get_task(pla…
get_balance read-only
Report the remaining and used balance for this CCAPI key. Useful before starting an expensive batch of generations, or to explain a quota failure to the user.
get_task read-only task_id*platform*wait_seconds
Check the status of an asynchronous generation task submitted by generate_video, generate_music, generate_lyrics, extend_music, or generate_image with async=true. Pass the platform…
list_models read-only searchcategory
List the AI models this CCAPI key can actually call, with their capability category and the MCP tool that drives them. Call this before generating anything if you are unsure a mode…
upscale_image image*model_qualityresponse_format
Increase the resolution of an existing image 2x with ccapi-upscale-v1. Input must be between 256x256 and 1024x1024 and under 5 MB; for larger inputs, regenerate with a high-resolut…