Skip to main content
Glama

Model Hub MCP

by akiojin

list_models

Retrieve all available AI models from providers like OpenAI, Anthropic, and Google using the Model Hub MCP server for unified access and selection.

Instructions

List all available models from a specific provider

Input Schema

NameRequiredDescriptionDefault
providerYesThe AI provider to list models from

Input Schema (JSON Schema)

{ "properties": { "provider": { "description": "The AI provider to list models from", "enum": [ "openai", "anthropic", "google" ], "type": "string" } }, "required": [ "provider" ], "type": "object" }
Install Server

Other Tools from Model Hub MCP

Related Tools

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/akiojin/model-hub-mcp'

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