Skip to main content
Glama

OpenRouter MCP Multimodal Server

by hoangdn3

search_models

Find and filter AI models by provider, pricing, context length, and capabilities like vision, function calling, or JSON mode to match your specific requirements.

Instructions

Search and filter OpenRouter.ai models based on various criteria

Input Schema

NameRequiredDescriptionDefault
queryNoOptional search query to filter by name, description, or provider
providerNoFilter by specific provider (e.g., "anthropic", "openai", "cohere")
minContextLengthNoMinimum context length in tokens
maxContextLengthNoMaximum context length in tokens
maxPromptPriceNoMaximum price per 1K tokens for prompts
maxCompletionPriceNoMaximum price per 1K tokens for completions
capabilitiesNoFilter by model capabilities
limitNoMaximum number of results to return (default: 10)

Input Schema (JSON Schema)

{ "properties": { "capabilities": { "description": "Filter by model capabilities", "properties": { "functions": { "description": "Requires function calling capability", "type": "boolean" }, "json_mode": { "description": "Requires JSON mode capability", "type": "boolean" }, "tools": { "description": "Requires tools capability", "type": "boolean" }, "vision": { "description": "Requires vision capability", "type": "boolean" } }, "type": "object" }, "limit": { "description": "Maximum number of results to return (default: 10)", "maximum": 50, "minimum": 1, "type": "number" }, "maxCompletionPrice": { "description": "Maximum price per 1K tokens for completions", "type": "number" }, "maxContextLength": { "description": "Maximum context length in tokens", "type": "number" }, "maxPromptPrice": { "description": "Maximum price per 1K tokens for prompts", "type": "number" }, "minContextLength": { "description": "Minimum context length in tokens", "type": "number" }, "provider": { "description": "Filter by specific provider (e.g., \"anthropic\", \"openai\", \"cohere\")", "type": "string" }, "query": { "description": "Optional search query to filter by name, description, or provider", "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/hoangdn3/mcp-ocr-fallback'

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