MCP Server

Deals for agents.

Your AI recommends tools from memory. Memory doesn't include pricing. AgentDeals gives agents the context to make better infrastructure recommendations.

1,516
Deals
53
Categories
10
MCP Tools
55
Changes Tracked

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.

Three ways to access

01

Browse

Search and filter 1,516+ deals directly on this page. No setup required.

02

REST API

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
03

MCP

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"

Recent pricing changes

Free tiers get removed. Limits change. We track it so your agent doesn't recommend dead deals.

removed OpenAI 2026-08-26
Assistants API deprecated, full shutdown August 26, 2026. Developers must migrate to Responses API + Conversations API
restructured Hetzner 2026-04-01
Cloud & dedicated server prices increasing 30-50%. Entry-level CX23: €2.99→€3.99/mo (+33%). Applies to new and existing customers. Driven by DRAM (+171% YoY) and NVMe SSD cost surges from AI infrastructure demand
restructured HashiCorp Terraform Cloud 2026-03-31
Legacy HCP Terraform Free plan discontinued March 31, 2026. Users auto-migrated to enhanced usage-based free tier (available since 2023): 500 managed resources, unlimited users, VCS integration
removed odrive 2026-03-31
odrive free tier discontinued effective March 31, 2026. Previously offered free unified cloud storage sync across multiple providers (Google Drive, Dropbox, S3, etc.)
restructured HCP Terraform 2026-03-31
HashiCorp legacy free plan for HCP Terraform ends March 31, 2026. All legacy free plan users auto-migrated to enhanced free tier with different limits: 500 managed resources (previously unlimited for small teams), unlimited users, 1 concurrent run, SSO, and policy as code (Sentinel + OPA)

Browse deals

Connect your agent

Add AgentDeals to Claude Desktop, Cursor, VS Code, Claude Code, or any MCP client.

Option A: npx (recommended)

Runs locally via stdin/stdout. No server dependency.

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}

Option B: Remote HTTP

No install required. Connect to the hosted instance.

{
  "mcpServers": {
    "agentdeals": {
      "url": "https://agentdeals-production.up.railway.app/mcp"
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/)

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}

10 MCP Tools

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.