Skip to content

Commit 4e30f0c

Browse files
Add Grabbit MCP
Signed-off-by: Francesco Saverio Zuppichini <francesco.zuppichini@gmail.com>
1 parent ccf5f2b commit 4e30f0c

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/sh.grabbit-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "sh.grabbit-mcp",
4+
"name": "Grabbit MCP",
5+
"alias": "grabbit",
6+
"description": "Find Reddit buyer-intent threads, check subreddit rules, read conversations, and manage lead workflows from any MCP client.",
7+
"logo": "https://www.grabbit.sh/favicon.ico",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"productivity",
12+
"monitoring"
13+
],
14+
"tags": [
15+
"reddit",
16+
"buyer-intent",
17+
"lead-generation",
18+
"marketing",
19+
"social-media",
20+
"analytics"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.grabbit.sh/mcp",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "oauth"
31+
},
32+
"contributor": {
33+
"name": "Grabbit",
34+
"github": "FrancescoSaverioZuppichini",
35+
"url": "https://www.grabbit.sh"
36+
},
37+
"links": {
38+
"homepage": "https://www.grabbit.sh/mcp-server",
39+
"documentation": "https://www.grabbit.sh/mcp-server"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"prompts": false,
47+
"resources": false,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)