Model ID Cheatsheet MCP Server

Accurate API model IDs, pricing, and specs for 46 models across 7 AI providers.

Remote serverstreamable-httpPython

What is the Model ID Cheatsheet MCP server?

Accurate API model IDs, pricing, and specs for 46 models across 7 AI providers. That is what the model id cheatsheet mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Built in Go. Single 10MB binary. Zero external calls. Sub-millisecond responses. Auto-updated daily.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Resources — The Resources tool exposed by this server

What it needs from you

Configuration is passed through the environment: GITHUB_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Model ID Cheatsheet's toolset — Resources — is a fair guide to whether it matches your workflow. It is maintained by aezizhu; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
ResourcesThe Resources tool exposed by this server.

How to install the Model ID Cheatsheet MCP server

{
  "mcpServers": {
    "model-id-cheatsheet": {
      "url": "https://universal-model-registry-production.up.railway.app/sse"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GITHUB_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Model ID Cheatsheet to Resources.

Frequently asked questions

It connects Model ID Cheatsheet to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Resources) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Model ID Cheatsheet directly.