From a2e646c2e6b4dc26e0179f10d04b7fd2b932a570 Mon Sep 17 00:00:00 2001 From: Corey Haines <34802794+coreyhaines31@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:41:58 -0800 Subject: [PATCH] fix: update MCP tools list in CLAUDE.md, fix REGISTRY.md inconsistencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 6 new MCP-enabled tools to CLAUDE.md (zoominfo, clay, supermetrics, coupler, outreach, crossbeam) - Fix broken Payments table in REGISTRY.md (blank row between stripe/paddle) - Fix category name mismatch: "Competitive Intel" → "Competitive Intelligence" Co-Authored-By: Claude Opus 4.6 --- AGENTS.md | 2 +- tools/REGISTRY.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9344fda..e53c96b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -167,7 +167,7 @@ This repository includes a tools registry for agent-compatible marketing tools. - **Tool discovery**: Read `tools/REGISTRY.md` to see available tools and their capabilities - **Integration details**: See `tools/integrations/{tool}.md` for API endpoints, auth, and common operations -- **MCP-enabled tools**: ga4, stripe, mailchimp, google-ads, resend, zapier +- **MCP-enabled tools**: ga4, stripe, mailchimp, google-ads, resend, zapier, zoominfo, clay, supermetrics, coupler, outreach, crossbeam ### Registry Structure diff --git a/tools/REGISTRY.md b/tools/REGISTRY.md index 5487aa2..52bb118 100644 --- a/tools/REGISTRY.md +++ b/tools/REGISTRY.md @@ -70,7 +70,7 @@ Quick reference for AI agents to discover tool capabilities and integration meth | outreach | Sales Engagement | ✓ | ✓ | [✓](clis/outreach.js) | - | [outreach.md](integrations/outreach.md) | | crossbeam | Partner Ecosystem | ✓ | ✓ | [✓](clis/crossbeam.js) | - | [crossbeam.md](integrations/crossbeam.md) | | pendo | Product Analytics | ✓ | - | [✓](clis/pendo.js) | - | [pendo.md](integrations/pendo.md) | -| similarweb | Competitive Intel | ✓ | - | [✓](clis/similarweb.js) | - | [similarweb.md](integrations/similarweb.md) | +| similarweb | Competitive Intelligence | ✓ | - | [✓](clis/similarweb.js) | - | [similarweb.md](integrations/similarweb.md) | | airops | AI Content | ✓ | - | [✓](clis/airops.js) | - | [airops.md](integrations/airops.md) | | buffer | Social | ✓ | - | [✓](clis/buffer.js) | - | [buffer.md](integrations/buffer.md) | | wistia | Video | ✓ | - | [✓](clis/wistia.js) | - | [wistia.md](integrations/wistia.md) | @@ -136,7 +136,6 @@ Payment processing and subscription management. | Tool | Best For | MCP Available | |------|----------|:-------------:| | **stripe** | SaaS subscriptions, developer-friendly | ✓ | - | **paddle** | SaaS billing with tax handling | - | **Agent recommendation**: Stripe is the default for SaaS. Paddle for built-in tax compliance.