← Registry

AI & Machine Learning

llmcatalog.dev

Provides searchable access to an LLM catalog, letting users query and retrieve model records and provider details by capabilities, pricing, and context limits.

1 endpoint3 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://llmcatalog.dev/api/mcp

No auth detected

MCP server metadata

Name
io.github.agentjido/llmcatalog
Version
1.0.0
Capabilities
resourcestools
Server instructions

Use query_models to find candidates, get_model for one exact provider:model_id, and list_providers to discover available providers. Verify important prices, limits, and availability with the model provider.

Known tools 3

query_models

Search and filter the LLM Catalog by provider, capabilities, token prices, and minimum context window.

Inferred read-only
get_model

Get one exact LLM Catalog record by provider:model_id, including capabilities, prices, limits, modalities, aliases, and lifecycle state.

Inferred read-only
list_providers

List every provider in the LLM Catalog with its identifier, display name, base URL, and current model count.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.io-github-agentjido-llmcatalog]
url = "https://llmcatalog.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "io-github-agentjido-llmcatalog": {
      "type": "http",
      "url": "https://llmcatalog.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: io-github-agentjido-llmcatalog
Remote MCP URL: https://llmcatalog.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "io-github-agentjido-llmcatalog": {
      "url": "https://llmcatalog.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "io-github-agentjido-llmcatalog": {
      "type": "http",
      "url": "https://llmcatalog.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "io-github-agentjido-llmcatalog",
  "transport": "streamable-http",
  "url": "https://llmcatalog.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.