Queries current LLM prices, compares models, finds low-cost options, and lists tracked providers without an API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Llm Prices Data.
search_modelsSearch the live LLM pricing database by model name, provider, or id. Returns matching models with current input/output prices (USD per 1M tokens), context window, modality, and category. Use this to answer 'how much does <model> cost' or 'what models does <provider> offer'.
get_model_pricingGet full pricing and capability details for one model by its id (from search_models). Returns input/output/cached price per 1M tokens, blended cost, context window, modality, release date, and the modelpricewatch.com page URL.
compare_modelsCompare 2โ5 models side by side on price, context window, and capabilities, with a verdict on which is cheapest for input, output, and a typical blended workload.
cheapest_modelsFind the cheapest current models, ranked by input price, output price, or a blended cost. The generic ranking covers generative text models (embeddings, OCR and realtime models are excluded โ they price different work); pass category to rank a specific pool instead, e.g. 'embedding'. Use to answer 'what is the cheapest model for <use case>'.
list_providersList all tracked AI model providers (OpenAI, Anthropic, Google, etc.) with a short description and their pricing page.
The romanshumy/llm-prices-data MCP server exposes current LLM API pricing and model metadata through MCP tools. Its dataset covers 200 current models from 32 providers, including major vendors such as OpenAI, Anthropic, Google, Mistral, xAI, DeepSeek, Meta, Groq, and Together.
Model records include input, output, and cached-token prices per million tokens, context-window size, modality, category, release date, status, and a source URL. Provider records include descriptions and links to official pricing pages. The underlying project also publishes price history and the LLM Price Index, although the exposed tools focus on querying model and provider data.
The server retrieves live data maintained by modelpricewatch.com. Prices are checked against official provider pages and an independent reference on a recurring schedule; the README describes daily verification, with top models reviewed weekly. Results are intended for questions such as the cost of a specific model, the models available from a provider, or which options are cheapest for a selected pricing measure.
The romanshumy/llm-prices-data MCP server can be launched locally with the package command shown below. The repository also documents an HTTP endpoint at https://modelpricewatch.com/mcp, plus unauthenticated JSON API endpoints for the model and price-history datasets.
Run the local MCP process with:
No API key or other credential is required. The README identifies Claude and Cursor as clients that can query the MCP server. The hosted MCP endpoint is available at https://modelpricewatch.com/mcp; the provided material does not specify client configuration details for that endpoint.
search_models searches by model name, provider, or model ID and returns current prices, context limits, modality, and category.get_model_pricing returns detailed pricing and capability information for one model, including cached-token price, blended cost, release date, and the modelpricewatch.com URL.compare_models compares two to five models by cost, context window, and capabilities, then identifies the lowest-cost option for input, output, and a typical blended workload.cheapest_models ranks models by input price, output price, or blended cost. Generic rankings cover generative text models; a category can be supplied for a narrower pool such as embeddings.list_providers returns tracked providers, short descriptions, and official pricing-page links.The romanshumy/llm-prices-data results reflect the latest available refresh and should be checked against the linked provider page for purchase or deployment decisions. Generic cheapest-model results exclude embeddings, OCR, and realtime models because those categories price different workloads. Historical data contains both verified captures and records reconstructed from LiteLLM repository history, and some models have shorter timelines while the historical backfill is being audited.
The dataset is licensed CC-BY-4.0 and requires attribution to modelpricewatch.com. The MCP bridge code is MIT-licensed.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/romanshumy-llm-prices-data)<a href="https://allmcps.com/mcp/romanshumy-llm-prices-data"><img src="https://allmcps.com/api/badge/romanshumy-llm-prices-data?style=directory" alt="Llm Prices Data on AllMCPs" /></a>