Step-by-step instructions to add AgentDeals as an MCP server in Claude Desktop, Claude Code, Cursor, VS Code, OpenCode, and Windsurf. Search 1,600+ developer deals from your AI assistant.
Add AgentDeals to your AI coding assistant. 4 MCP tools for searching deals, comparing vendors, planning stacks, and tracking changes.
Install AgentDeals directly in Claude Desktop — no configuration needed.
Download the .mcpb file and double-click to install in Claude Desktop. All 4 tools and 6 prompt templates are immediately available. No npx, no config editing, no restart.
claude mcp add agentdeals -- npx -y agentdealsnpx -y agentdealshttps://agentdeals.dev/mcpChoose 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
{
"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"
}
}
}
Add to .vscode/mcp.json in your project root
Requires GitHub Copilot extension with MCP support enabled
{
"servers": {
"agentdeals": {
"command": "npx",
"args": ["-y", "agentdeals"]
}
}
}
{
"servers": {
"agentdeals": {
"type": "http",
"url": "https://agentdeals.dev/mcp"
}
}
}
Add to opencode.json in your project root
Or global: ~/.config/opencode/config.json
{
"mcp": {
"agentdeals": {
"command": "npx",
"args": ["-y", "agentdeals"]
}
}
}
{
"mcp": {
"agentdeals": {
"type": "remote",
"url": "https://agentdeals.dev/mcp"
}
}
}
Run locally via npx — works with any MCP client that supports stdio transport
Requires Node.js 18+. Published as agentdeals on npm.
npx -y agentdeals
Or install globally:
npm install -g agentdeals
agentdeals
Any MCP client that supports streamable-http transport
{
"mcpServers": {
"agentdeals": {
"command": "npx",
"args": ["-y", "agentdeals"]
}
}
}
Endpoint: https://agentdeals.dev/mcp
Transport: streamable-http
Session: Mcp-Session-Id header (auto-managed)
Once connected, try these prompts in your AI assistant — it picks the right AgentDeals tool automatically.
Search 1,600+ deals by category, pricing, or keyword
search_deals
Side-by-side comparison of free tiers, risk levels, and limits
compare_vendors
Track free tier removals, limit changes, and new deals
track_changes
Stack recommendations, cost estimates, and infrastructure audits
plan_stack
Risk scoring based on pricing history and signals
compare_vendors
Filter by eligibility type: startup, student, or open-source
search_deals
Vendor details with alternatives in the same category
search_deals
Risk assessment, cost projection, and gap analysis for your stack
plan_stack
Upcoming expirations and deadlines across tracked vendors
track_changes
Recently added deals and pricing updates
search_deals
AgentDeals works with any MCP-compatible framework. Step-by-step integration guides:
https://agentdeals.dev/mcp — include the /mcp path.Access-Control-Allow-Origin: * headers. If you see CORS errors, check that you're using the correct endpoint URL.Prefer plain HTTP? Use the REST API — no MCP client needed, same data.