Your AI recommends tools from memory. Memory doesn't include pricing. AgentDeals gives agents the context to make better infrastructure recommendations.
When Claude Code recommends Railway, it doesn't know Render has a better free tier. When it suggests Supabase, it doesn't know your YC batch gets $100K in AWS credits.
AgentDeals gives your agent pricing context — free tiers, startup credits, and deal changes across 53 categories of developer infrastructure.
Search and filter 1,516+ deals directly on this page. No setup required.
Query deals programmatically. 12 endpoints with search, filtering, risk analysis, and stack recommendations.
GET /api/offers?q=database
GET /api/categories
GET /api/new?days=7
GET /api/changes?since=2025-01-01
GET /api/details/Supabase
GET /api/stack?use_case=SaaS+app
GET /api/costs?services=Vercel,Supabase
GET /api/compare?a=Supabase&b=Neon
GET /api/vendor-risk/Heroku
GET /api/audit-stack?services=Vercel,Supabase
GET /api/stats
GET /api/openapi.json
Connect any MCP client. Local via npx or remote HTTP.
// Local (recommended)
"command": "npx", "args": ["-y", "agentdeals"]
// Remote
"url": "https://agentdeals-production.up.railway.app/mcp"
Free tiers get removed. Limits change. We track it so your agent doesn't recommend dead deals.
Add AgentDeals to Claude Desktop, Cursor, VS Code, Claude Code, or any MCP client.
Runs locally via stdin/stdout. No server dependency.
{
"mcpServers": {
"agentdeals": {
"command": "npx",
"args": ["-y", "agentdeals"]
}
}
}
No install required. Connect to the hosted instance.
{
"mcpServers": {
"agentdeals": {
"url": "https://agentdeals-production.up.railway.app/mcp"
}
}
}
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/)
{
"mcpServers": {
"agentdeals": {
"command": "npx",
"args": ["-y", "agentdeals"]
}
}
}
search_offers — Find free tiers, credits, and discounts. Filter by category, eligibility, or keyword.list_categories — Browse all 53 categories with offer counts.get_offer_details — Full pricing details for a vendor, with alternatives in the same category.get_new_offers — Recently added or updated deals, sorted newest first.get_deal_changes — Track pricing shifts: removals, reductions, increases, restructures.get_stack_recommendation — Get a curated free-tier stack for your project type.estimate_costs — Estimate infrastructure costs at hobby, startup, or growth scale.compare_services — Side-by-side comparison of two vendors.check_vendor_risk — Check if a vendor's free tier pricing is stable before depending on it.audit_stack — Audit your stack for cost savings, pricing risks, and missing capabilities.