MCP Server Replicate

list_models

List available models on Replicate with optional filtering by owner.

Input Schema

NameRequiredDescriptionDefault
ownerNo

Input Schema (JSON Schema)

{ "properties": { "owner": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Owner" } }, "title": "list_modelsArguments", "type": "object" }