Skip to content

Commit eebf2ed

Browse files
committed
Add io.salestouch
Signed-off-by: Antoine Deschamps <contact@antoinedeschamps.com>
1 parent ccf5f2b commit eebf2ed

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

servers/io.salestouch.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.salestouch",
4+
"name": "SalesTouch",
5+
"alias": "salestouch",
6+
"description": "Connect AI agents to LinkedIn prospecting workflows for research, qualification, outreach, follow-ups, engagement, and publishing.",
7+
"logo": "https://www.salestouch.io/images/icon.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"communication",
11+
"productivity"
12+
],
13+
"tags": [
14+
"linkedin",
15+
"sales",
16+
"prospecting",
17+
"lead-generation",
18+
"outreach",
19+
"automation"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://www.salestouch.io/api/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"instructions": "Connect through the SalesTouch OAuth flow when your MCP client opens the authorization page."
31+
},
32+
"contributor": {
33+
"name": "SalesTouch",
34+
"github": "antoineDsh",
35+
"url": "https://www.salestouch.io"
36+
},
37+
"links": {
38+
"repository": "https://github.com/antoineDsh/SalesTouch",
39+
"homepage": "https://www.salestouch.io",
40+
"documentation": "https://www.salestouch.io/getting-started"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": false
50+
}
51+
}

0 commit comments

Comments
 (0)