Connect the core.today MCP server and Claude searches models, estimates cost, generates, and fetches results — no code required, just conversation.
Follow the steps below and Claude can start generating images, video, and audio.
Choose a key. Until then the command shows a placeholder key.
Add the Core.Today MCP server to Cursor settings in one click.
Set up manually
{
"mcpServers": {
"coretoday": {
"url": "https://api.core.today/v1/mcp",
"headers": {
"X-API-Key": "cdt_YOUR_KEY"
}
}
}
}Ask Claude
What's my core.today balance?get_balance is free, read-only, and instant, so this one line proves the whole auth path works end to end.
Make an image with core.today. First use search_models to find a cheap model, then estimate_credits to tell me the cost, then go ahead.Without this, Claude will call create_prediction on the first model it notices.
Claude calls these tools on its own — nothing to memorize.
search_models
Search for models that match what you need.
No creditsget_model_schema
Look up a model's input parameter schema.
No creditsestimate_credits
Calculate the expected credit cost before running.
No creditscreate_prediction
Generate images, video, audio, and other AI output.
Uses creditsget_prediction
Check the status and result of a generation job.
No creditscancel_prediction
Cancel a generation job in progress.
No creditscreate_upload_url
Get a URL for uploading a file.
No credits · storage quotaimport_file_from_url
Fetch and register a file from an external URL.
No credits · storage quotaget_balance
Check your team's current credit balance.
No creditsBelow is the exact tool-call sequence Claude runs.
Called search_models for image generation — found 12 models including nano-banana-pro
Called estimate_credits — about 120 credits
Called create_prediction to start generating
Called import_file_from_url to fetch the image — storage quota only, no credits used
Called create_prediction with an edit model (nano-banana-pro/edit)
Issue an API key and follow the install steps above — your first result can be ready in minutes.