Skip to content

Commit 78e67f8

Browse files
Add AgentDeals remote MCP server (#103)
1 parent 5a4dda5 commit 78e67f8

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "dev.agentdeals-mcp-http",
4+
"name": "AgentDeals",
5+
"alias": "agentdeals",
6+
"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.",
7+
"icon": "https://raw.githubusercontent.com/robhunter/agentdeals/main/assets/logo-400.png",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools", "business"],
10+
"tags": ["free-tiers", "pricing", "developer-tools", "saas", "cost-optimization", "infrastructure", "deals", "startup-credits", "remote"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://agentdeals.dev/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"contributor": {
21+
"name": "robhunter",
22+
"github": "robhunter",
23+
"url": "https://agentdeals.dev"
24+
},
25+
26+
"links": {
27+
"repository": "https://github.com/robhunter/agentdeals",
28+
"homepage": "https://agentdeals.dev",
29+
"documentation": "https://agentdeals.dev/setup"
30+
},
31+
32+
"platforms": ["all"],
33+
34+
"capabilities": {
35+
"tools": true,
36+
"resources": true,
37+
"prompts": true,
38+
"read_only_mode": true
39+
}
40+
}

0 commit comments

Comments
 (0)