Replicate for your agents.
Connect Replicate once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Replicate.
What agents can do with Replicate
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
replicate_create_predictionRun a model with given inputs. `model` is the model version string (e.g. meta/meta-llama-3-70b-internal or stability-ai/stable-diffusion). `input` is a model-specific object of parameters.
replicate_get_predictionGet a prediction's status and output by id.
replicate_list_modelsSearch for public models by name or description.
replicate_get_modelGet details of a specific model by owner and name.
replicate_list_predictionsList predictions with pagination.
replicate_cancel_predictionCancel a running prediction by id.
replicate_list_collectionsList curated model collections on Replicate.
replicate_get_collectionGet a specific model collection by collection id/slug.
replicate_list_model_versionsList all versions of a specific model.
replicate_get_model_versionGet details of a specific model version.
replicate_get_account_infoGet the authenticated user's account info.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Replicate and go to the API Tokens page.
- Copy your API token (or create a new one).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Replicate to Even: call connect_begin("replicate") on the even-connect MCP and walk me through it.
Search machine learning models on Replicate, run predictions, and retrieve model output status asynchronously.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.