Vruum MCP
Rank #9,332ai.vruum/mcp
Vruum AI revenue platform — outbound, deals, pipeline & CRM automation over one MCP.
Vruum MCP is a Model Context Protocol (MCP) server published by vruum-gtm. It ranks #9,332 of 115,591 servers tracked on MCP Toplist. Vruum MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 3, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 106,259 of 115,591 servers on MCP Toplist.
Use Vruum MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http vruum https://api.vruum.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add vruum -- npx -y @vruum/mcp[mcp_servers.vruum]
url = "https://api.vruum.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.vruum]
command = "npx"
args = ["-y", "@vruum/mcp"]Add to ~/.codex/config.toml.
https://api.vruum.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vruum": {
"command": "npx",
"args": [
"-y",
"@vruum/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vruum": {
"url": "https://api.vruum.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vruum": {
"command": "npx",
"args": [
"-y",
"@vruum/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vruum": {
"type": "http",
"url": "https://api.vruum.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"vruum": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vruum/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vruum": {
"serverUrl": "https://api.vruum.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vruum": {
"command": "npx",
"args": [
"-y",
"@vruum/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vruum": {
"url": "https://api.vruum.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"vruum": {
"command": "npx",
"args": [
"-y",
"@vruum/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/ai.vruum%2Fmcp)<a href="https://mcptoplist.com/server/ai.vruum%2Fmcp"><img src="https://mcptoplist.com/badge/ai.vruum%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
vruum-gtm
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Aug 7, 2026 |
| 0.2.3 | Aug 4, 2026 |
| 0.2.2 | Aug 3, 2026 |
Frequently asked questions
- Who maintains Vruum MCP?
- Vruum MCP is maintained by vruum-gtm, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Vruum MCP listed on the Official MCP Registry?
- Yes — Vruum MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Vruum MCP have?
- MCP Toplist tracks 3 versions of Vruum MCP, most recently published on Aug 7, 2026.
- Where can I find the source code for Vruum MCP?
- The source code for Vruum MCP is hosted at github.com/vruum-gtm/mcp.