diff --git a/servers/dev.agentdeals-mcp-http.json b/servers/dev.agentdeals-mcp-http.json new file mode 100644 index 0000000..43e686f --- /dev/null +++ b/servers/dev.agentdeals-mcp-http.json @@ -0,0 +1,40 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "dev.agentdeals-mcp-http", + "name": "AgentDeals", + "alias": "agentdeals", + "description": "Search and compare 1,641+ developer infrastructure deals — free tiers, startup credits, and pricing changes across 67 categories. Track which vendors removed free tiers, find cost-optimized stacks, and monitor pricing changes.", + "icon": "https://raw.githubusercontent.com/robhunter/agentdeals/main/assets/logo-400.png", + "schema_version": "2.1", + "categories": ["developer-tools", "business"], + "tags": ["free-tiers", "pricing", "developer-tools", "saas", "cost-optimization", "infrastructure", "deals", "startup-credits", "remote"], + + "transport": { + "type": "http", + "url": "https://agentdeals.dev/mcp", + "metadata": { + "inputs": [] + } + }, + + "contributor": { + "name": "robhunter", + "github": "robhunter", + "url": "https://agentdeals.dev" + }, + + "links": { + "repository": "https://github.com/robhunter/agentdeals", + "homepage": "https://agentdeals.dev", + "documentation": "https://agentdeals.dev/setup" + }, + + "platforms": ["all"], + + "capabilities": { + "tools": true, + "resources": true, + "prompts": true, + "read_only_mode": true + } +}