1547+ free tier deals across 60 categories — developer tools, cloud infrastructure, and consumer services. Give your AI agent pricing context for better recommendations, or browse deals directly.

MCP Server

Deals for agents.

Your AI recommends tools from memory. Memory doesn't include pricing. AgentDeals gives agents the context to make better recommendations — developer tools, cloud services, and everyday apps.

1,547
Deals
60
Categories
5
MCP Tools
532
Changes Tracked
402 negative vs 102 positive changes — Read the State of Free Tiers Report →

Upcoming deal changes

Free tiers disappearing, prices increasing. These changes are happening now.

14days
deprecated AWS in 14 days
AWS App Mesh end of support. Service mesh for ECS/EKS being fully retired. All configurations, virtual nodes, and routes will stop functioning. Source ↗
21days
deprecated AWS in 21 days
AWS Proton end of support. Infrastructure-as-code provisioning service being retired. All environments, services, and templates will stop working. Source ↗
View all changes →

What are you building?

Describe your project and get personalized free tier recommendations in seconds.

Django API React + Firebase app AI chatbot E-commerce store Mobile app backend

Recent pricing changes

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

restructured CertKit discovered 2026-09-15 · effective date unknown
The free tier is now called 'Homelab' and is for personal, non-commercial use. Is not reflected on the current pricing page. Source ↗
reduced Othor AI discovered 2026-09-15 · effective date unknown
The free plan now includes 2 data sources and 20 requests/day, down from 5 data sources and unlimited analytics. Source ↗
deprecated Pagure.io discovered 2026-09-15 · effective date unknown
Pagure.io has been sunset and is now a read-only archive. It is no longer a functional service. Source ↗
reduced Bugsnag discovered 2026-09-13 · effective date unknown
The free tier now includes 7.5K events and 1M spans per month, and only 7 days of data retention. Source ↗
reduced Cal.com discovered 2026-09-13 · effective date unknown
The free tier still exists. The description is incomplete. The free tier now explicitly lists features like '1 user', 'Unlimited event types & calendars', 'Email & SMS notifications', 'Integrate with 100+ apps', 'Mobile App', 'Browser Extension', 'Accept Stripe & PayPal payments', 'Two-way Salesforce & HubSpot sync', and '1-click import Calendly events'. Source ↗
See all 532 tracked changes →

Pricing changes coming soon

Free tiers disappearing, prices increasing, products shutting down. Don't get caught off guard.

14days
deprecated AWS effective 2026-09-30
AWS App Mesh end of support. Service mesh for ECS/EKS being fully retired. All configurations, virtual nodes, and routes will stop functioning. Source ↗
21days
deprecated AWS effective 2026-10-07
AWS Proton end of support. Infrastructure-as-code provisioning service being retired. All environments, services, and templates will stop working. Source ↗

See what’s expiring soon →

When Claude Code recommends Railway, it doesn't know what Render puts in its free tier. When it suggests Supabase, it doesn't know your accelerator batch gets up to $200,000 in AWS creditsAWS Activate.

AgentDeals gives your agent pricing context — free tiers, startup credits, and deal changes across 60 categories of developer tools and consumer services.

Three ways to access

01

Browse

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

02

REST API

Query deals programmatically. Every one of the 28 read endpoints is listed below, with a request you can issue as printed. Developer Hub · Swagger Docs

GET /api/offers?q=database
GET /api/categories
GET /api/new?days=7
GET /api/newest?limit=10
GET /api/changes?since=2025-01-01
GET /api/details/Supabase
GET /api/compare?a=Supabase&b=Neon
GET /api/audit-stack?services=Supabase,Neon
GET /api/vendor-risk/Supabase
GET /api/deadlines
GET /api/ai-coding-pricing
GET /api/hosting-pricing
GET /api/llm-pricing
GET /api/startup-credits
GET /api/referral-programs
GET /api/expiring?within_days=30
GET /api/freshness
GET /api/digest
GET /api/digest/weekly?format=markdown&weeks_ago=1
GET /api/stack?use_case=SaaS+app
GET /api/costs?services=Supabase,Neon
GET /api/query-log?limit=10
GET /api/pageviews
GET /api/traffic
GET /api/stats
GET /api/feed
GET /api/openapi.json
GET /api/docs
03

MCP

Connect any MCP client. Local via npx or remote HTTP.

// Local (recommended)
"command": "npx", "args": ["-y", "agentdeals"]

// Remote
"url": "https://agentdeals.dev/mcp"

Browse deals

Recent pricing changes

The latest shifts in developer tool pricing — tracked automatically. Listed newest first.

restructured CertKit discovered 2026-09-15 · effective date unknown
The free tier is now called 'Homelab' and is for personal, non-commercial use. Is not reflected on the current pricing page. Source ↗
reduced Othor AI discovered 2026-09-15 · effective date unknown
The free plan now includes 2 data sources and 20 requests/day, down from 5 data sources and unlimited analytics. Source ↗
deprecated Pagure.io discovered 2026-09-15 · effective date unknown
Pagure.io has been sunset and is now a read-only archive. It is no longer a functional service. Source ↗
reduced Bugsnag discovered 2026-09-13 · effective date unknown
The free tier now includes 7.5K events and 1M spans per month, and only 7 days of data retention. Source ↗
reduced Cal.com discovered 2026-09-13 · effective date unknown
The free tier still exists. The description is incomplete. The free tier now explicitly lists features like '1 user', 'Unlimited event types & calendars', 'Email & SMS notifications', 'Integrate with 100+ apps', 'Mobile App', 'Browser Extension', 'Accept Stripe & PayPal payments', 'Two-way Salesforce & HubSpot sync', and '1-click import Calendly events'. Source ↗
View all changes →

Connect your agent

Copy-paste config for your MCP client. Each supports local (npx) or remote (HTTP) transport.

Claude Desktop

Add to claude_desktop_config.json

macOS: ~/Library/Application Support/Claude/  |  Windows: %APPDATA%\Claude\

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}
{
  "mcpServers": {
    "agentdeals": {
      "url": "https://agentdeals.dev/mcp"
    }
  }
}

Claude Code

Run in your terminal, or add to .mcp.json in your project root

claude mcp add agentdeals -- npx -y agentdeals

Or add to .mcp.json:

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}
claude mcp add agentdeals --transport http https://agentdeals.dev/mcp

Or add to .mcp.json:

{
  "mcpServers": {
    "agentdeals": {
      "type": "url",
      "url": "https://agentdeals.dev/mcp"
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root

Or global: ~/.cursor/mcp.json

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}
{
  "mcpServers": {
    "agentdeals": {
      "url": "https://agentdeals.dev/mcp"
    }
  }
}

Cline (VS Code)

Add to cline_mcp_settings.json

Cline sidebar → MCP Servers → Configure  |  Or: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}
{
  "mcpServers": {
    "agentdeals": {
      "url": "https://agentdeals.dev/mcp",
      "transportType": "streamable-http"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": ["-y", "agentdeals"]
    }
  }
}
{
  "mcpServers": {
    "agentdeals": {
      "url": "https://agentdeals.dev/mcp"
    }
  }
}

5 MCP Tools

search_deals — Find free tiers, browse categories, get vendor details with alternatives. Filter by category, eligibility, or keyword.
plan_stack — Get stack recommendations, cost estimates, or a full infrastructure audit for your project.
compare_vendors — Compare 2 vendors side-by-side or check a single vendor's pricing risk.
track_changes — Track pricing changes, upcoming expirations, and new deals. Weekly digest with no params.
get_referral_code — Look up the referral link we hold for a vendor, with the conditions attached to it. We hold codes for a handful of vendors.