Agentdeals MCP Server

MCP server aggregating developer tool deals, free tiers, and startup programs

Remote serverstreamable-httpTypeScript

What is the Agentdeals MCP server?

Most developer tooling work still happens through a UI a human drives. Agentdeals MCP server moves it into the conversation instead. MCP server aggregating developer tool deals, free tiers, and startup programs.

The short version

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.

The tools it exposes

The server publishes 5 tools. What each one is for:

  • 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
  • Cursor — The Cursor tool exposed by this server

What it needs from you

Configuration is passed through the environment: BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agentdeals's toolset — search_deals, plan_stack, compare_vendors and 2 more — is a fair guide to whether it matches your workflow. It is maintained by robhunter; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_dealsFind free tiers, startup credits, and developer deals for cloud infrastructure, databases, hosting, CI/CD, monitoring, auth, AI services, and more.
plan_stackPlan a technology stack with cost-optimized infrastructure choices. Recommends free-tier services, estimates costs, or audits existing stacks.
compare_vendorsCompare developer tools side by side — free tier limits, pricing tiers, and recent pricing changes.
track_changesTrack recent pricing changes across developer tools — free tier removals, limit reductions, new free tiers, and expirations.
CursorThe Cursor tool exposed by this server.

How to install the Agentdeals MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Agentdeals to search deals.
  • Use Agentdeals to plan stack.
  • Use Agentdeals to compare vendors.

Frequently asked questions

It connects Agentdeals to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (search_deals, plan_stack, compare_vendors, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agentdeals directly.