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
| Name | Type | Required | Description |
|---|---|---|---|
type | string | yes | Model type. One of: Checkpoint, LORA, TextualInversion, LoCon, Controlnet. |
base_model | string | no | Optional base-model filter (client-side), e.g. “SDXL 1.0”, “Flux.1 D”, “Pony”, “SD 1.5”. |
include_mature | boolean | no | Include mature/NSFW models. Default false (Safe-For-Work). |
limit | number | no | Number 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.