OpenRouter MCP Registry

A centralized model registry backed by OpenRouter. Prevents stale model names, standardizes model IDs, and exposes an MCP-compatible endpoint for AI clients.

About this UI: The browser pages (Models, Resolve, Sync Status) query the registry database directly. The Live Demo chatbot is a full MCP client โ€” it connects to https://openrouter-registry-mcp.aroughidea.com/api/mcp at runtime, discovers tools dynamically, and routes every tool call through the MCP server. To connect your own AI client, see the MCP Integration page.

๐Ÿ—‚ Model Registry

Browse all cached models fetched from OpenRouter. Filter by provider, view pricing and context length.

Browse Models โ†’

๐Ÿ” Model Resolution

Resolve any canonical model ID to the exact registered model. Never worry about stale names again.

Try Resolver โ†’

๐Ÿ”Œ MCP Protocol

Connect AI coding assistants and agents directly to this registry using the Model Context Protocol.

MCP Setup โ†’

๐Ÿ’ฌ Live Demo

Chat with an AI assistant that uses live MCP registry tools to search, compare, and resolve models.

Open Chatbot โ†’

Architecture

Rendering OpenRouter MCP registry architecture...

Quick Start

List models

GET http://localhost:3000/api/models

Resolve model ID

POST http://localhost:3000/api/resolve
{"input":"anthropic/claude-sonnet-4-5"}

MCP endpoint (separate deployment)

POST https://openrouter-registry-mcp.aroughidea.com/api/mcp