From ef9c2e54657d0351b97556a2e3bba5e30e77c60d Mon Sep 17 00:00:00 2001 From: Jon McCutchen Date: Mon, 3 Aug 2026 10:44:17 -0400 Subject: [PATCH 1/4] Add Vruum MCP server (Marketing) Hosted B2B revenue-lifecycle MCP server (~32 compound tools) with a public MIT-licensed Claude Code / Codex plugin as the install path. Co-Authored-By: Claude Opus 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..b3daa120d 100644 --- a/README.md +++ b/README.md @@ -2634,6 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. +- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - Full B2B revenue lifecycle in one context layer: prospect and company research, pipeline sourcing (Sales Navigator, CSV, LinkedIn), multi-touch email and LinkedIn sequences with send-policy guards and reply detection, engagement and reply triage, deal pipeline, Stripe-read revenue truth, and HubSpot sync. ~32 compound tools (`search`, `fetch`, `manage_*`, `get_*`). The harness authors all outreach prose — the server schedules, gates, and sends, with no server-side message generation. Hosted, OAuth 2.1 at `https://api.vruum.ai/mcp`; installs as a Claude Code / Codex plugin. ### 📊 Monitoring From db6f91a21d77a4340eabeb4b5007f2ad942c923f Mon Sep 17 00:00:00 2001 From: Jon McCutchen Date: Mon, 3 Aug 2026 11:52:46 -0400 Subject: [PATCH 2/4] Use Vruum's canonical listing copy + documented connect paths Aligns the entry with the approved one-liner and install paths from the project's own listing doc. Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3daa120d..2900fab8a 100644 --- a/README.md +++ b/README.md @@ -2634,7 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. -- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - Full B2B revenue lifecycle in one context layer: prospect and company research, pipeline sourcing (Sales Navigator, CSV, LinkedIn), multi-touch email and LinkedIn sequences with send-policy guards and reply detection, engagement and reply triage, deal pipeline, Stripe-read revenue truth, and HubSpot sync. ~32 compound tools (`search`, `fetch`, `manage_*`, `get_*`). The harness authors all outreach prose — the server schedules, gates, and sends, with no server-side message generation. Hosted, OAuth 2.1 at `https://api.vruum.ai/mcp`; installs as a Claude Code / Codex plugin. +- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Hosted at `https://api.vruum.ai/mcp` (`Authorization: Bearer vk_live_…`, personal access token from Settings → API tokens; OAuth 2.1 protected-resource discovery also exposed), or `npx @vruum/cli` then `vruum init`. ### 📊 Monitoring From a4962d22c3325ad5e738066da9cd48f0e566c443 Mon Sep 17 00:00:00 2001 From: Jon McCutchen Date: Mon, 3 Aug 2026 14:56:30 -0400 Subject: [PATCH 3/4] Point the Vruum entry at the MCP server repo vruum-gtm/mcp is the actual MCP server (stdio bridge + tool surface); the previously-linked vruum-gtm/skills is a Claude/Codex plugin marketplace. Language marker corrected to TypeScript to match. Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2900fab8a..4bc4e022e 100644 --- a/README.md +++ b/README.md @@ -2634,7 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. -- [vruum-gtm/skills](https://github.com/vruum-gtm/skills) 🎖️ 🐍 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Hosted at `https://api.vruum.ai/mcp` (`Authorization: Bearer vk_live_…`, personal access token from Settings → API tokens; OAuth 2.1 protected-resource discovery also exposed), or `npx @vruum/cli` then `vruum init`. +- [vruum-gtm/mcp](https://github.com/vruum-gtm/mcp) 🎖️ 📇 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Remote server at `https://api.vruum.ai/mcp` (OAuth 2.1, or `Authorization: Bearer vk_live_…`); `npx -y @vruum/mcp` runs the stdio bridge for clients without remote support. ### 📊 Monitoring From f453d99e1cd6af502ed28d7d95bc5231a169b8cc Mon Sep 17 00:00:00 2001 From: Jon McCutchen <34611271+JonMcCutchen@users.noreply.github.com> Date: Wed, 5 Aug 2026 08:54:27 -0400 Subject: [PATCH 4/4] Add Glama score badge to Vruum entry The glama-check bot requires a score badge and the Glama entry now exists via the connectors path for hosted servers (https://glama.ai/mcp/connectors/ai.vruum/mcp), so the badge URL resolves. Placed after the repo link to match the neighbouring Marketing entries. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc4e022e..7e2d98544 100644 --- a/README.md +++ b/README.md @@ -2634,7 +2634,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [atomno-mcp/mcp-seo-audit](https://github.com/atomno-mcp/mcp-seo-audit) [![atomno-mcp/mcp-seo-audit MCP server](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit/badges/score.svg)](https://glama.ai/mcp/servers/atomno-mcp/mcp-seo-audit) 🐍 ☁️ - Technical SEO audit powered by the detail.web engine. `audit_site(url)` returns a 0-100 health score, issues across 8 categories, and a GEO (Generative Engine Optimization) sub-score for visibility in AI search (ChatGPT, Perplexity, Google AI Overviews). Plus validators for robots.txt, sitemap.xml, JSON-LD, and meta tags. Install: `pipx install atomno-mcp-seo-audit`. - [antohins/seo-tools-mcp](https://github.com/antohins/seo-tools-mcp) [![antohins/seo-tools-mcp MCP server](https://glama.ai/mcp/servers/antohins/seo-tools-mcp/badges/score.svg)](https://glama.ai/mcp/servers/antohins/seo-tools-mcp) 📇 🏠 - Five read-only SEO servers for the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console (Search Analytics + URL Inspection), Yandex.Webmaster, and Yandex.Metrica. ~38 tools, multi-account, OAuth with auto-refresh. Install: `npx -y seo-tools-mcp-`. - [AutomateLab-tech/ai-seo-mcp](https://github.com/AutomateLab-tech/ai-seo-mcp) [![AutomateLab-tech/ai-seo-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/ai-seo-mcp) 📇 ☁️ 🏠 - AI-SEO / AEO / GEO audit MCP for any public URL. Scores schema.org coverage, robots.txt and llms.txt health, canonical and OpenGraph setup, and AI-citation likelihood; suggests rewrites tuned for Answer Engine and Generative Engine surfaces. No vendor keys, no crawls of private data. Install: `npx -y @automatelab/ai-seo-mcp`. -- [vruum-gtm/mcp](https://github.com/vruum-gtm/mcp) 🎖️ 📇 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Remote server at `https://api.vruum.ai/mcp` (OAuth 2.1, or `Authorization: Bearer vk_live_…`); `npx -y @vruum/mcp` runs the stdio bridge for clients without remote support. +- [vruum-gtm/mcp](https://github.com/vruum-gtm/mcp) [![vruum-gtm/mcp MCP server](https://glama.ai/mcp/servers/vruum-gtm/mcp/badges/score.svg)](https://glama.ai/mcp/servers/vruum-gtm/mcp) 🎖️ 📇 ☁️ - AI revenue platform. Operate outbound, deals, pipeline, and CRM automation from your agent: people, deals, outreach, engagement, and research tools over one MCP. Remote server at `https://api.vruum.ai/mcp` (OAuth 2.1, or `Authorization: Bearer vk_live_…`); `npx -y @vruum/mcp` runs the stdio bridge for clients without remote support. ### 📊 Monitoring