APIPoints MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@APIPoints MCP Servercompare GPT-4 and Claude 3 pricing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# APIPoints
Real-time LLM pricing, benchmarks, deprecation alerts & cost optimization API with MCP server.
What is APIPoints?
APIPoints tracks 38 LLMs across 8 providers (OpenAI, Anthropic, Google, Mistral, DeepSeek, Meta, Groq, Cohere) and provides:
Live pricing per 1M tokens (input + output)
Model benchmarks (MMLU, HumanEval, MATH, GPQA, MT-Bench)
Deprecation alerts with migration paths
Cost recommendations by use case
Token cost calculator
MCP server for AI agent integration
Related MCP server: AgentCost MCP Server
Quick Start
# Get your API key at https://apipoints.dev
curl -H "x-api-key: YOUR_KEY" \
"https://apipoints-worker.francis-e3b.workers.dev/v1/llm-costs"MCP Server
Add to your Claude Desktop / Cursor / Windsurf config:
{
"mcpServers": {
"apipoints": {
"command": "npx",
"args": ["-y", "@apipoints/mcp-server"],
"env": {
"APIPOINTS_API_KEY": "YOUR_API_KEY"
}
}
}
}Architecture
Worker: Cloudflare Workers + D1
Auth: HMAC-SHA256 JWT, x-api-key
Payments: Stripe
i18n: 8 languages (EN, ZH, ES, AR, JA, DE, FR, PT)
Pricing
Plan | Price | Credits/mo |
Free | $0 | 5,000 |
Starter | $49 | 50,000 |
Growth | $149 | 250,000 |
Enterprise | $499 | 1,000,000 |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenanceProvides cost intelligence and a reputation scoring system to help AI agents optimize spending through smart model selection and local-to-cloud routing. It enables real-time cost tracking and rewards agents for making efficient, high-credibility decisions across various LLM providers.Apache 2.0- Flicense-qualityDmaintenanceProvides real-time AI model pricing, cost estimation, and budget management tools to help agents understand and optimize their spending. It enables agents to compare costs across multiple providers and select the most cost-effective models for specific tasks.
- AlicenseAqualityCmaintenanceProvides AI agents with structured knowledge about 67+ generative AI models, including model recommendations, prompt formatting, parameter guidance, and validation. It acts as a prompt engineering co-pilot that helps agents use their existing tools more effectively.121783MIT
- Alicense-qualityDmaintenanceEnables AI agents to compare LLM benchmarks, get pricing, and receive model recommendations for tasks and budgets.1MIT
Related MCP Connectors
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/myloadcircle/apipoints'
If you have feedback or need assistance with the MCP directory API, please join our Discord server