Run AI models via API: image generation, language models, audio, and video. Thousands of models on demand.
85+ deploysclaude mcp add replicate --url https://datafaucet.dev/api/mcp/t/replicate
Run this command in your terminal · most users connect in under 60s
POST endpoints
create_prediction
Run a model by version ID. Starts async prediction and returns prediction object with status URL for polling.
https://api.replicate.com/v1/predictions
cancel_prediction
Cancel a running prediction. Only works on predictions in 'starting' or 'processing' state.
https://api.replicate.com/v1/predictions/{prediction_id}/cancel
GET endpoints
get_prediction
Get prediction status and output. Poll until status is 'succeeded' or 'failed'. Output contains generated content URLs.
https://api.replicate.com/v1/predictions/{prediction_id}
get_replicate_model
Get model details: description, latest version, hardware requirements, example inputs, and run count.
https://api.replicate.com/v1/models/{model_owner}/{model_name}
get_collection
Get a curated collection of models. Returns models grouped by use case (e.g. text-to-image, speech-to-text).
https://api.replicate.com/v1/collections/{collection_slug}
list_predictions
List recent predictions with status, model, timing, and output URLs. Paginated, newest first.
https://api.replicate.com/v1/predictions
Run this in your terminal:
claude mcp add replicate https://datafaucet.dev/api/mcp/t/replicate
Connect Replicate to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{collection_slug}Your value{model_name}Your value{model_owner}Your account/org name{model_version}Your value{prediction_id}Resource identifier{replicate_token}API settings pagePreview:
POST https://api.replicate.com/v1/predictions Authorization: Bearer {replicate_token} Content-Type: application/json {"version":"{model_version}","input":{}}
claude mcp add replicate --url https://datafaucet.dev/api/mcp/t/replicateWhat your AI agent sees
I have access to 6 tools from Replicate: create_prediction, get_prediction, get_replicate_model, and 3 more.
“Run a model by version ID. Starts async prediction and returns prediction object with status URL for polling.”
Calling create_prediction... Done. Here are the results.
Try these prompts
“Run SDXL to generate an image of a sunset over mountains”
Copy“Check the status of my last prediction and show me the output URL”
Copy“Get model details for stability-ai/sdxl and tell me the latest version”
CopyClick any prompt to copy, then paste into your AI client.