Provides up-to-date AI model names and pricing from models.dev, solving model hallucination by fetching recently released models.
SaferSkills independently audited model-version-mcp (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
get_ai_modelsReturns 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.
git clone <repo>
cd model-version-mcp
npm install
npm run build
claude mcp add --transport stdio model-version-mcp node dist/index.jsAdd 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"]
}
}
}models.dev — community-maintained, no API key required. Cache refreshes every 60 minutes.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.