Skip to main content
Glama

AI Research MCP Server

by nanyang12138

get_trending_models

Discover trending AI models from Hugging Face filtered by task type and sorted by popularity metrics to identify relevant machine learning models for your projects.

Instructions

Get trending AI models from Hugging Face

Input Schema

NameRequiredDescriptionDefault
taskNoFilter by task (e.g., 'text-generation', 'image-classification')
sortNoSort criteriondownloads
limitNoMaximum number of results

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 30, "description": "Maximum number of results", "type": "integer" }, "sort": { "default": "downloads", "description": "Sort criterion", "enum": [ "downloads", "likes", "trending", "created" ], "type": "string" }, "task": { "description": "Filter by task (e.g., 'text-generation', 'image-classification')", "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/nanyang12138/AI-Research-MCP'

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