Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’
agentdeals logo

agentdeals

robhunter/agentdeals
βœ“ Verified working Β· Jul 10, 2026 8 starsv0.1.0HTTPRegistry activeMITUpdated 2026-06-24Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http agentdeals https://agentdeals-production.up.railway.app/mcp

Summary

robhunter/agentdeals MCP server](https://glama.ai/mcp/servers/robhunter/agentdeals/badges/score.svg)](https://glama.ai/mcp/servers/robhunter/agentdeals) πŸ“‡ ☁️ - 1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http agentdeals https://agentdeals-production.up.railway.app/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings β†’ Developer β†’ Edit Config:

{
  "mcpServers": {
    "agentdeals": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agentdeals-production.up.railway.app/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

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

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

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

Codex CLI

Codex CLI connects to remote servers via config.toml β€” add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.agentdeals]
url = "https://agentdeals-production.up.railway.app/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "agentdeals": {
        "url": "https://agentdeals-production.up.railway.app/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

README.md

AgentDeals

![npm version](https://www.npmjs.com/package/agentdeals) ![npm downloads](https://www.npmjs.com/package/agentdeals)

An MCP server that aggregates free tiers, startup credits, and developer tool deals β€” so your AI agent (or you) can find the best infrastructure offers without leaving the workflow.

AgentDeals indexes real, verified pricing data from 1,500+ developer infrastructure vendors across 54 categories. Available on npm for local use or as a hosted remote server. Connect any MCP-compatible client and search deals by keyword, category, or eligibility.

Live: agentdeals.dev

Install

Option A: Claude Code Plugin (one-click)

Install AgentDeals in Claude Code with a single command:

claude plugin install robhunter/agentdeals

This auto-configures the remote MCP server β€” no local setup needed. All 4 tools and 6 prompt templates are immediately available.

Option B: Claude Desktop Extension (one-click)

Install AgentDeals directly in Claude Desktop β€” no configuration needed:

  1. Download the latest agentdeals.mcpb from Releases
  2. Double-click the file to install in Claude Desktop
  3. All 4 tools and 6 prompt templates are immediately available

Or browse for AgentDeals in Claude Desktop under Settings > Extensions.

Option C: npx (local stdio)

No server needed. Runs locally via stdin/stdout:

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

Option D: Remote HTTP

Connect to the hosted instance β€” no install required:

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

Quick Setup (.mcp.json)

Add AgentDeals to any project by dropping this .mcp.json in the project root:

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

This works with Claude Code, Cursor, and other MCP-compatible clients that read .mcp.json.

Quick Start

Try these example queries

Find free database hosting: `` Use the search_deals tool: query: "database" category: "Databases" ``

Returns Neon (0.5 GiB free Postgres), Supabase (500 MB), MongoDB Atlas (512 MB shared cluster), PlanetScale alternatives, and more.

What pricing changes happened recently? `` Use the track_changes tool (no params for weekly digest, or filter): since: "2025-01-01" ``

Returns tracked changes like PlanetScale free tier removal, Heroku free dynos sunset, Render pricing restructure, and other shifts.

Show deals I qualify for as a YC company: `` Use the search_deals tool: eligibility: "accelerator" ``

Returns AWS Activate, Google Cloud for Startups, Microsoft Founders Hub, Stripe Atlas credits, and 150+ other startup program deals.

Client Configuration

Each client supports both local stdio (via npx) and remote HTTP. Stdio is recommended for reliability and speed.

Claude Desktop

Add to claude_desktop_config.json:

Stdio (recommended): ``json { "mcpServers": { "agentdeals": { "command": "npx", "args": ["-y", "agentdeals"] } } } ``

Remote HTTP: ``json { "mcpServers": { "agentdeals": { "url": "https://agentdeals.dev/mcp" } } } ``

Config location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor

Add to .cursor/mcp.json in your project or global config:

Stdio (recommended): ``json { "mcpServers": { "agentdeals": { "command": "npx", "args": ["-y", "agentdeals"] } } } ``

Remote HTTP: ``json { "mcpServers": { "agentdeals": { "url": "https://agentdeals.dev/mcp" } } } ``

VS Code (GitHub Copilot)

Add to .vscode/mcp.json in your workspace:

Stdio (recommended): ``json { "servers": { "agentdeals": { "type": "stdio", "command": "npx", "args": ["-y", "agentdeals"] } } } ``

Remote HTTP: ``json { "servers": { "agentdeals": { "type": "http", "url": "https://agentdeals.dev/mcp" } } } ``

Claude Code

Add to .mcp.json in your project root:

Stdio (recommended): ``json { "mcpServers": { "agentdeals": { "command": "npx", "args": ["-y", "agentdeals"] } } } ``

Remote HTTP: ``json { "mcpServers": { "agentdeals": { "type": "url", "url": "https://agentdeals.dev/mcp" } } } ``

REST API

AgentDeals also provides a REST API for programmatic access without MCP.

Search offers

# Search by keyword
curl "https://agentdeals.dev/api/offers?q=database&limit=5"

# Filter by category
curl "https://agentdeals.dev/api/offers?category=Databases&limit=10"

# Paginate results
curl "https://agentdeals.dev/api/offers?limit=20&offset=40"

# Combine search + category
curl "https://agentdeals.dev/api/offers?q=postgres&category=Databases"

Response: ``json { "offers": [ { "vendor": "Neon", "category": "Databases", "description": "Serverless Postgres with 0.5 GiB storage, 100 CU-hours/month compute on free tier", "tier": "Free", "url": "https://neon.com/pricing", "tags": ["database", "postgres", "serverless"] } ], "total": 142 } ``

List categories

curl "https://agentdeals.dev/api/categories"

Response: ``json { "categories": [ { "name": "Cloud Hosting", "count": 45 }, { "name": "Databases", "count": 38 }, { "name": "Developer Tools", "count": 414 } ] } ``

More endpoints

# Recently added offers
curl "https://agentdeals.dev/api/new?days=7"

# Pricing changes
curl "https://agentdeals.dev/api/changes?since=2025-01-01"

# Vendor details
curl "https://agentdeals.dev/api/details/Supabase?alternatives=true"

# Stack recommendation
curl "https://agentdeals.dev/api/stack?use_case=saas"

# Cost estimation
curl "https://agentdeals.dev/api/costs?services=Vercel,Supabase&scale=startup"

# Compare vendors
curl "https://agentdeals.dev/api/compare?a=Supabase&b=Neon"

# Vendor risk check
curl "https://agentdeals.dev/api/vendor-risk/Heroku"

# Stack audit
curl "https://agentdeals.dev/api/audit-stack?services=Vercel,Supabase,Clerk"

# Server stats
curl "https://agentdeals.dev/api/stats"

# OpenAPI spec
curl "https://agentdeals.dev/api/openapi.json"

Available Tools

| Tool | Description | |------|-------------| | search_deals | Find free tiers, startup credits, and developer deals for cloud infrastructure, databases, hosting, CI/CD, monitoring, auth, AI services, and more. | | plan_stack | Plan a technology stack with cost-optimized infrastructure choices. Recommends free-tier services, estimates costs, or audits existing stacks. | | compare_vendors | Compare developer tools side by side β€” free tier limits, pricing tiers, and recent pricing changes. | | track_changes | Track recent pricing changes across developer tools β€” free tier removals, limit reductions, new free tiers, and expirations. |

search_deals

Parameters:

  • query (string, optional) β€” Keyword search (vendor names, descriptions, tags)
  • category (string, optional) β€” Filter by category. Pass "list" to get all categories with counts.
  • vendor (string, optional) β€” Get full details for a specific vendor (fuzzy match). Returns alternatives.
  • eligibility (string, optional) β€” Filter: public, accelerator, oss, student, fintech, geographic, enterprise
  • sort (string, optional) β€” Sort: vendor (A-Z), category, newest (recently verified first)
  • since (string, optional) β€” ISO date. Only return deals verified/added after this date.
  • limit (number, optional) β€” Max results (default: 20)
  • offset (number, optional) β€” Pagination offset

plan_stack

Parameters:

  • mode (string, required) β€” recommend, estimate, or audit
  • use_case (string, optional) β€” What you're building (for recommend mode)
  • services (array, optional) β€” Current vendor names (for estimate/audit mode)
  • scale (string, optional) β€” hobby, startup, growth (for estimate mode, default: hobby)
  • requirements (array, optional) β€” Specific infra needs (for recommend mode)

compare_vendors

Parameters:

  • vendors (array, required) β€” 1 or 2 vendor names. 1 = risk check, 2 = side-by-side comparison.
  • include_risk (boolean, optional) β€” Include risk assessment (default: true)

track_changes

Parameters:

  • since (string, optional) β€” ISO date. Default: 7 days ago.
  • change_type (string, optional) β€” Filter: free_tier_removed, limits_reduced, limits_increased, new_free_tier, pricing_restructured, etc.
  • vendor (string, optional) β€” Filter to one vendor
  • vendors (string, optional) β€” Comma-separated vendor names to filter
  • include_expiring (boolean, optional) β€” Include upcoming expirations (default: true)
  • lookahead_days (number, optional) β€” Days to look ahead for expirations (default: 30)

Use Cases

Agent-assisted infrastructure selection

When your AI agent recommends infrastructure, it's usually working from training data β€” not current pricing. By connecting AgentDeals, the agent can:

  1. Compare free tiers: "I'm evaluating Supabase vs Neon for a side project" β€” use compare_vendors with both names
  2. Check eligibility: "We're a YC W24 company, what credits can we get?" β€” use search_deals with eligibility: "accelerator"
  3. Verify before recommending: Use track_changes to ensure the free tier hasn't been removed or reduced

Monitoring deal changes

Track pricing shifts that affect your stack:

  1. Weekly digest: Call track_changes with no params for a curated summary
  2. Filter by vendor: Call track_changes with vendor: "Vercel" to see if Vercel's pricing has changed
  3. Filter by type: Call track_changes with change_type: "free_tier_removed" to see which vendors have eliminated free tiers

Categories

AI / ML, AI Coding, API Development, API Gateway, Analytics, Auth, Background Jobs, Browser Automation, CDN, CI/CD, Cloud Hosting, Cloud IaaS, Code Quality, Communication, Container Registry, DNS & Domain Management, Databases, Design, Dev Utilities, Diagramming, Documentation, Email, Error Tracking, Feature Flags, Forms, Headless CMS, IDE & Code Editors, Infrastructure, Localization, Logging, Low-Code Platforms, Maps/Geolocation, Messaging, Mobile Development, Monitoring, Notebooks & Data Science, Payments, Project Management, Search, Secrets Management, Security, Server Management, Source Control, Startup Perks, Startup Programs, Status Pages, Storage, Team Collaboration, Testing, Tunneling & Networking, Video, Web Scraping, Workflow Automation

Development

npm install          # Install dependencies
npm run build        # Compile TypeScript
npm test             # Run tests (266 passing)
npm run serve        # Run HTTP server (port 3000)
npm start            # Run stdio server

Local development with stdio

npm start

Local development with HTTP

npm run serve
# Server starts at http://localhost:3000
# MCP endpoint: http://localhost:3000/mcp
# Landing page: http://localhost:3000/

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | PORT | HTTP server port | 3000 | | BASE_URL | Base URL for canonical links, OG tags, sitemaps, and feeds | https://agentdeals.dev | | GOOGLE_SITE_VERIFICATION | Google Search Console verification code | _(none)_ |

Stats

  • 1,525 vendor offers across 54 categories
  • 57 tracked pricing changes
  • 4 MCP tools + 6 prompt templates + 17 REST API endpoints
  • 266 passing tests
  • Data verified as of 2026-03-14

Registries

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.