Model Version
БесплатноНе проверенProvides up-to-date AI model names and pricing from models.dev, solving model hallucination by fetching recently released models.
Описание
Provides up-to-date AI model names and pricing from models.dev, solving model hallucination by fetching recently released models.
README
MCP server that provides up-to-date AI model names and pricing from models.dev.
Solves the problem of AI models hallucinating outdated model names by providing a live-fetched, filtered list of recently released models.
Tool
get_ai_models
Returns AI models released within the last 4 months with pricing data.
Parameters:
provider(optional): Filter by provider name, e.g."anthropic","openai","google"
Returns: JSON with model id, name, provider, release_date, cost ($/1M tokens), context window, and capabilities.
Setup
Claude Code (local)
git clone <repo>
cd model-version-mcp
npm install
npm run build
claude mcp add --transport stdio model-version-mcp node dist/index.js
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"model-version-mcp": {
"command": "node",
"args": ["/absolute/path/to/model-version-mcp/dist/index.js"]
}
}
}
Data source
models.dev — community-maintained, no API key required. Cache refreshes every 60 minutes.
Установка Model Version
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/JonasKeil/model-version-mcpFAQ
Model Version MCP бесплатный?
Да, Model Version MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Model Version?
Нет, Model Version работает без API-ключей и переменных окружения.
Model Version — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Model Version в Claude Desktop, Claude Code или Cursor?
Открой Model Version на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Model Version with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
