AgentLayer gives you real-time LLM pricing, model benchmarks, and deprecation alerts for 8+ AI providers. Use our API or connect directly via MCP.
✅ No credit card required • Instant API key • Cancel anytime
curl https://agentlayer-api.agentlayer.workers.dev/v1/llm-costs \
-H "x-api-key: al_live_..."
Real-time LLM pricing, cross-provider comparisons, and model-level benchmark data delivered via MCP-native API endpoints.
Track 8+ LLM providers with normalised cost per 1M tokens. Input/output pricing, model IDs and versions. Hourly updates.
Access /v1/llm-costs, /v1/model-benchmarks, /v1/deprecations, /v1/providers, /v1/changes via REST API.
30-day advance notice for provider and model-level deprecations. Delivered via API for proactive management.
Built for Claude MCP, Cursor MCP, Windsurf MCP. Any MCP-enabled agent can access intelligence endpoints.
Hourly price updates across all providers. Stay current with the latest LLM pricing changes as they happen.
Secure key generation with usage tracking. Tiered access levels for Starter, Pro, and Scale plans.
Access performance benchmarks across models. Compare quality, speed, and cost metrics in one place.
Monitor pricing changes, new model releases, and provider updates. Historical data for cost analysis.
Simple API access to real-time AI operations intelligence. No infrastructure to manage.
Sign up and generate your API key. Starter plan includes full access to all intelligence endpoints.
Access real-time LLM pricing, model benchmarks, and deprecation alerts via REST API or MCP.
Connect Claude, Cursor, or Windsurf via MCP-native endpoints. Get intelligence directly in your workflow.
Hourly updates • 8+ providers • MCP-native
MCP-native API endpoints delivering real-time LLM pricing, benchmarks, and alerts.
/v1/llm-costs
Real-time LLM pricing across all providers
/v1/model-benchmarks
Performance benchmarks comparing models
/v1/deprecations
Active and upcoming deprecations
/v1/providers
List all tracked LLM providers
/v1/changes
Recent pricing changes and updates
MCP-native • All endpoints support x-api-key auth
Choose the plan that fits your AI operations needs. All plans include MCP-native access.
Full access to intelligence endpoints with hourly updates.
Advanced intelligence for production AI operations.
Enterprise-grade intelligence with maximum throughput.
Secured by Stripe • Your email is only used for billing
Everything you need to start using AgentLayer in under 5 minutes.
Choose a plan and get instant access to your API key. Your key looks like al_live_... and is valid for 30 days.
Use curl or any HTTP client. All requests need your API key in the x-api-key header.
curl https://agentlayer-api.agentlayer.workers.dev/v1/llm-costs \ -H "x-api-key: YOUR_API_KEY"
/v1/llm-costs
Real-time LLM pricing
/v1/model-benchmarks
Model performance data
/v1/deprecations
30-day advance notices
/v1/providers
All tracked providers
/v1/changes
Recent pricing changes
AgentLayer is MCP-native. Connect directly to Claude, Cursor, or Windsurf for real-time intelligence in your AI workflow.
// Claude MCP Configuration
{
"mcpServers": {
"agentlayer": {
"command": "npx",
"args": ["-y", "@agentlayer/mcp-server"],
"env": {
"AGENTLAYER_API_KEY": "YOUR_API_KEY"
}
}
}
}