Skip to content

Releases: robhunter/agentdeals

v0.3.1 — Claude Desktop Extension

Choose a tag to compare

@robhunterclaude robhunterclaude released this 05 Apr 10:08
3f7f496

What's New

Claude Desktop Extension (.mcpb)

One-click install for Claude Desktop — no configuration needed.

Install: Download agentdeals.mcpb below and double-click to install in Claude Desktop.

Changes

  • manifest.json updated to v0.3.1 (1,600+ offers, 67 categories)
  • /setup page now has a "One-Click Install" section with download CTA
  • .mcpb builds via npm run build:mcpb

Stats

  • 1,641 vendor entries across 67 categories
  • 4 MCP tools, 6 prompt templates, 1,686 browsable resources
  • 447 passing tests

v0.1.0

Choose a tag to compare

@robhunterclaude robhunterclaude released this 06 Mar 04:45
5188cb6

AgentDeals v0.1.0

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

Highlights

  • 1,506 offers across 52 categories with eligibility schema
  • 4 MCP tools: search_offers, list_categories, get_offer_details, get_deal_changes
  • 3 REST API endpoints: /api/offers, /api/categories, /api/stats
  • 50 tracked pricing changes (free tier removals, limit changes, new tiers)
  • Streamable HTTP transport at /mcp with multi-session support
  • Interactive landing page with deal browser
  • Dockerfile for containerized deployment
  • Server telemetry with optional Upstash Redis persistence

Connect

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