SalesTouch
Rank #15,656io.salestouch/salestouch
Independent SalesTouch MCP server for LinkedIn automation. Not affiliated with LinkedIn.
SalesTouch is a Model Context Protocol (MCP) server published by antoineDsh. It ranks #15,656 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. SalesTouch is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on May 15, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 99,935 of 115,591 servers on MCP Toplist.
Use SalesTouch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http salestouch https://www.salestouch.io/api/mcp[mcp_servers.salestouch]
url = "https://www.salestouch.io/api/mcp"Add to ~/.codex/config.toml.
https://www.salestouch.io/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"salestouch": {
"url": "https://www.salestouch.io/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"salestouch": {
"type": "http",
"url": "https://www.salestouch.io/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"salestouch": {
"serverUrl": "https://www.salestouch.io/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"salestouch": {
"url": "https://www.salestouch.io/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.salestouch%2Fsalestouch)<a href="https://mcptoplist.com/server/io.salestouch%2Fsalestouch"><img src="https://mcptoplist.com/badge/io.salestouch%2Fsalestouch.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
antoineDsh
Available versions (2)
| Version | Published |
|---|---|
| 0.5.3 | Jul 30, 2026 |
| 0.5.2 | Jul 30, 2026 |
Frequently asked questions
- Who maintains SalesTouch?
- SalesTouch is maintained by antoineDsh, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is SalesTouch listed on the Official MCP Registry?
- Yes — SalesTouch is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does SalesTouch have?
- MCP Toplist tracks 2 versions of SalesTouch, most recently published on Jul 30, 2026.
- Where can I find the source code for SalesTouch?
- The source code for SalesTouch is hosted at github.com/antoineDsh/salestouch.