Skip to content

docs: add llm-prices — MCP server for LLM API pricing#2274

Open
benbencodes wants to merge 1 commit into
chatmcp:mainfrom
benbencodes:main
Open

docs: add llm-prices — MCP server for LLM API pricing#2274
benbencodes wants to merge 1 commit into
chatmcp:mainfrom
benbencodes:main

Conversation

@benbencodes

Copy link
Copy Markdown

Adds llm-prices — an MCP server for querying LLM API pricing data.

6 MCP tools:

  • get_model_pricing — pricing for any model
  • calculate_api_cost — exact cost for token counts
  • compare_models — side-by-side comparison
  • find_cheapest_models — top N cheapest for your workload
  • list_providers — all 22 providers with min pricing
  • search_llm_models — search by name or provider

Coverage: 128 models, 22 providers (OpenAI, Anthropic, Google, Mistral, Groq, DeepSeek, xAI, Kimi K2, and more)

Install: pip install "git+https://github.com/benbencodes/llm-prices[mcp]"

Claude Desktop config:

{ "mcpServers": { "llm-prices": { "command": "llm-prices-mcp" } } }

@BossChaos

Copy link
Copy Markdown

Code Review

PR: docs: add llm-prices — MCP server for LLM API pricing by @benbencodes

  • ✅ Feature addition

Wallet: 0xdaE5d307339074A24F579dB48e7c639359D94904

Code review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants