list_by_type

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

Browse the top community models of a given type on Civitai (most-downloaded first), optionally filtered to a specific base model. Great for “best SDXL checkpoints” or “top Flux LoRAs”. Defaults to Safe-For-Work (mature excluded). Keyless.

Parameters

NameTypeRequiredDescription
typestringyesModel type. One of: Checkpoint, LORA, TextualInversion, LoCon, Controlnet.
base_modelstringnoOptional base-model filter (client-side), e.g. “SDXL 1.0”, “Flux.1 D”, “Pony”, “SD 1.5”.
include_maturebooleannoInclude mature/NSFW models. Default false (Safe-For-Work).
limitnumbernoNumber of results, 1-25. Default 15.

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":"list_by_type","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