Skip to main content
Glama

Civitai MCP Server

get_top_rated_models

Retrieve the highest-rated AI models from Civitai's collection based on specific time periods and quantity. Use this tool to discover top-performing models efficiently.

Instructions

Get the highest rated models

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of models to return (default: 20)
periodNoTime period for rating ranking (default: AllTime)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of models to return (default: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "period": { "description": "Time period for rating ranking (default: AllTime)", "enum": [ "AllTime", "Year", "Month", "Week", "Day" ], "type": "string" } }, "type": "object" }

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/Cicatriiz/civitai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server