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.
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.
Free tiers disappearing, prices increasing. These changes are happening now.
Describe your project and get personalized free tier recommendations in seconds.
Free tiers get removed. Limits change. We track it so your agent doesn't recommend dead deals.
Free tiers disappearing, prices increasing, products shutting down. Don't get caught off guard.
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 credits — AWS Activate.
AgentDeals gives your agent pricing context — free tiers, startup credits, and deal changes across 60 categories of developer tools and consumer services.
Search and filter 1,547+ deals directly on this page. No setup required.
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
Connect any MCP client. Local via npx or remote HTTP.
// Local (recommended)
"command": "npx", "args": ["-y", "agentdeals"]
// Remote
"url": "https://agentdeals.dev/mcp"
The latest shifts in developer tool pricing — tracked automatically. Listed newest first.
Copy-paste config for your MCP client. Each supports local (npx) or remote (HTTP) transport.
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"
}
}
}
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"
}
}
}
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"
}
}
}
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"
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentdeals": {
"command": "npx",
"args": ["-y", "agentdeals"]
}
}
}
{
"mcpServers": {
"agentdeals": {
"url": "https://agentdeals.dev/mcp"
}
}
}
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.