get_model

Pack: civitai · Endpoint: https://gateway.pipeworx.io/civitai/mcp

Get full details for a single Civitai model by id — description, type, creator, tags, download/rating stats, and every version with its base model, trigger words and downloadable files. Try id 4201 (“Realistic Vision V6.0 B1”, a SFW checkpoint). Defaults Safe-For-Work; nsfw flag is surfaced. Keyless.

Parameters

NameTypeRequiredDescription
idnumberyesCivitai model id, e.g. 4201 (Realistic Vision), 133005 (Juggernaut XL).

Example call

curl -X POST https://gateway.pipeworx.io/civitai/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_model","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "civitai": {
      "url": "https://gateway.pipeworx.io/civitai/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026