# agentdeals

MCP server aggregating free tiers, startup credits & developer tool deals. 4 tools, 54 categories, 1,525+ offers.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add robbobobbo/agentdeals

# Browse available tools
npx -y @smithery/cli@latest tool list robbobobbo/agentdeals

# Get full schema for a tool
npx -y @smithery/cli@latest tool get robbobobbo/agentdeals list_categories

# Call a tool
npx -y @smithery/cli@latest tool call robbobobbo/agentdeals list_categories '{}'
```

## Direct MCP Connection

Endpoint: `https://agentdeals--robbobobbo.run.tools`

## Tools (4)

- `list_categories` — List available categories of developer tool offers (cloud hosting, databases, CI/CD, etc.)
- `search_offers` — Search developer tool offers by keyword, category, or vendor name. Returns matching deals with details and URLs. Suppor…
- `get_offer_details` — Get full details for a specific vendor by name, including related vendors in the same category.
- `get_deal_changes` — Get recent pricing and free tier changes for developer tools. Tracks free tier removals, limit reductions/increases, ne…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get robbobobbo/agentdeals <tool-name>
```
