MCP Server Replicate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPLICATE_API_TOKEN | Yes | Your Replicate API key (get one at https://replicate.com/account) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_modelsC | List available models on Replicate with optional filtering by owner. |
| search_modelsC | Search for models using semantic search. |
| list_collectionsB | List available model collections on Replicate. |
| get_collection_detailsC | Get detailed information about a specific collection. |
| list_hardwareB | List available hardware options for running models. |
| list_templatesB | List all available templates with their schemas. |
| validate_template_parametersC | Validate parameters against a template schema. |
| create_predictionC | Create a new prediction using a specific model version on Replicate. |
| get_predictionC | Get the status and results of a prediction. |
| cancel_predictionC | Cancel a running prediction. |
| get_webhook_secretA | Get the signing secret for verifying webhook requests. |
| verify_webhookA | Verify that a webhook request came from Replicate using HMAC-SHA256. |
| search_available_modelsB | Search for available models matching the query. |
| get_model_detailsC | Get detailed information about a specific model. |
| generate_imageC | Generate an image using the specified parameters. |
| subscribe_to_generationD | Handle resource subscription requests. |
| unsubscribe_from_generationC | Handle resource unsubscribe requests. |
| open_image_with_systemB | Open an image URL with the system's default application. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| text_to_image | Generate an image from text using available models. |
| image_to_image | Transform an existing image using various models. |
| model_selection | Help choose the right model for a specific task. |
| parameter_help | Get help with model parameters and templates. |
| after_generation | Prompt shown after starting an image generation. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| templates://list | |
| generations://list | |
| models://popular |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gerred/mcp-server-replicate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server