From 26e6ebbefc91eeb6e669d391abc8c32b37cd5e7b Mon Sep 17 00:00:00 2001 From: Shashwat Ghosh Date: Mon, 8 Sep 2025 17:34:49 +0530 Subject: [PATCH 1/5] Add GTM Alpha Consultant MCP Server Professional GTM consultation server with EPIC framework, real backend calculations, and multi-LLM support. --- src/gtm-alpha-consultant/README.md | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/gtm-alpha-consultant/README.md diff --git a/src/gtm-alpha-consultant/README.md b/src/gtm-alpha-consultant/README.md new file mode 100644 index 0000000000..422e6bcf21 --- /dev/null +++ b/src/gtm-alpha-consultant/README.md @@ -0,0 +1,55 @@ +# GTM Alpha Consultant MCP Server + +Professional GTM consultation using EPIC framework with real backend calculations, 30-day persistence, and progress tracking. + +## Features +- EPIC Framework Analysis +- Real backend calculations via analyze.js +- 30-day consultation persistence +- Progress tracking over time +- Multi-LLM support (Claude, ChatGPT, Gemini) + +## Installation + +### Claude Desktop +```bash +npx -y mcp-remote@next https://gtmalpha.netlify.app/.netlify/functions/mcp + +## API Endpoint +https://gtmalpha.netlify.app/.netlify/functions/mcp +## OpenAI Actions +https://gtmalpha.netlify.app/.netlify/functions/mcp/openai-schema +## Gemini Functions +https://gtmalpha.netlify.app/.netlify/functions/mcp/gemini-functions + +## Available Tools + +gtm_consultation - Get expert GTM strategy analysis using EPIC framework +epic_framework_audit - Comprehensive EPIC audit with component analysis +progress_tracker - Track GTM progress over time with baseline comparisons +premium_scheduler - Schedule premium GTM strategy sessions + +## Pricing +FREE till Diwali 2025, then: + +Strategic Partner: $308/hour +Transformation Catalyst: $1849/quarter +Growth Accelerator: $4613/month + +## Resources + +Main Website: https://gtmexpert.com +Netlify App: https://gtmalpha.netlify.app +GitHub Schema: https://github.com/shashwatgtm/gtm-expert-schema +Documentation: https://github.com/shashwatgtm/gtm-expert-schema/tree/main + +## Author +Shashwat Ghosh + +LinkedIn: https://linkedin.com/in/shashwatghosh +Email: contact@gtmexpert.com +Calendly: https://calendly.com/shashwat-gtmhelix/45min +Location: Bengaluru, India + +License +MIT From 9f236fca8aeb561d48a747a0f296367b12f5d0b7 Mon Sep 17 00:00:00 2001 From: Shashwat Ghosh Date: Tue, 23 Sep 2025 16:23:13 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb7aedf42c..f1326d09c6 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ Official integrations are maintained by companies building production ready MCP - Gremlin favicon **[Gremlin](https://github.com/gremlin/mcp)** - The official [Gremlin](https://www.gremlin.com) MCP server. Analyze your reliability posture, review recent tests and chaos engineering experiments, and create detailed reports. - Greptime Logo **[GreptimeDB](https://github.com/GreptimeTeam/greptimedb-mcp-server)** - Provides AI assistants with a secure and structured way to explore and analyze data in [GreptimeDB](https://github.com/GreptimeTeam/greptimedb). - GROWI Logo **[GROWI](https://github.com/growilabs/growi-mcp-server)** - Official MCP Server to integrate with GROWI APIs. +- - 🧠 **[GTM Alpha Consultant](https://gtmalpha.netlify.app/.netlify/functions/mcp)** - Professional GTM consultation using EPIC framework with real backend calculations, 30-day persistence, and progress tracking. Documentation at [https://github.com/shashwatgtm/gtm-expert-schema](https://github.com/shashwatgtm/gtm-expert-schema). - Gyazo Logo **[Gyazo](https://github.com/nota/gyazo-mcp-server)** - Search, fetch, upload, and interact with Gyazo images, including metadata and OCR data. - Harper Logo **[Harper](https://github.com/HarperDB/mcp-server)** - An MCP server providing an interface for MCP clients to access data within [Harper](https://www.harpersystems.dev/). - Heroku Logo **[Heroku](https://github.com/heroku/heroku-mcp-server)** - Interact with the Heroku Platform through LLM-driven tools for managing apps, add-ons, dynos, databases, and more. From f7803651414bad3939df98cea89c7703adfadcd9 Mon Sep 17 00:00:00 2001 From: Shashwat Ghosh Date: Tue, 23 Sep 2025 16:42:58 +0530 Subject: [PATCH 3/5] Remove gtm-alpha-consultant folder as requested by reviewer Address reviewer feedback by removing the separate README file and folder, and instead adding GTM Alpha Consultant entry to the main README in the Third-Party Servers section as recommended. --- src/gtm-alpha-consultant/README.md | 54 ------------------------------ 1 file changed, 54 deletions(-) diff --git a/src/gtm-alpha-consultant/README.md b/src/gtm-alpha-consultant/README.md index 422e6bcf21..8b13789179 100644 --- a/src/gtm-alpha-consultant/README.md +++ b/src/gtm-alpha-consultant/README.md @@ -1,55 +1 @@ -# GTM Alpha Consultant MCP Server -Professional GTM consultation using EPIC framework with real backend calculations, 30-day persistence, and progress tracking. - -## Features -- EPIC Framework Analysis -- Real backend calculations via analyze.js -- 30-day consultation persistence -- Progress tracking over time -- Multi-LLM support (Claude, ChatGPT, Gemini) - -## Installation - -### Claude Desktop -```bash -npx -y mcp-remote@next https://gtmalpha.netlify.app/.netlify/functions/mcp - -## API Endpoint -https://gtmalpha.netlify.app/.netlify/functions/mcp -## OpenAI Actions -https://gtmalpha.netlify.app/.netlify/functions/mcp/openai-schema -## Gemini Functions -https://gtmalpha.netlify.app/.netlify/functions/mcp/gemini-functions - -## Available Tools - -gtm_consultation - Get expert GTM strategy analysis using EPIC framework -epic_framework_audit - Comprehensive EPIC audit with component analysis -progress_tracker - Track GTM progress over time with baseline comparisons -premium_scheduler - Schedule premium GTM strategy sessions - -## Pricing -FREE till Diwali 2025, then: - -Strategic Partner: $308/hour -Transformation Catalyst: $1849/quarter -Growth Accelerator: $4613/month - -## Resources - -Main Website: https://gtmexpert.com -Netlify App: https://gtmalpha.netlify.app -GitHub Schema: https://github.com/shashwatgtm/gtm-expert-schema -Documentation: https://github.com/shashwatgtm/gtm-expert-schema/tree/main - -## Author -Shashwat Ghosh - -LinkedIn: https://linkedin.com/in/shashwatghosh -Email: contact@gtmexpert.com -Calendly: https://calendly.com/shashwat-gtmhelix/45min -Location: Bengaluru, India - -License -MIT From 27a19e61ee8d74118f5f3e06505b41c3df37b9ae Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Dec 2025 12:00:44 +0000 Subject: [PATCH 4/5] Fix GTM Alpha Consultant MCP server registration - Remove entry from Official Integrations section (wrong location) - Add entry to Community Servers section in alphabetical order - Fix formatting (double dash -> single dash) - Link to GitHub repo instead of broken Netlify URL - Remove dangling src/gtm-alpha-consultant/README.md file --- README.md | 2 +- src/gtm-alpha-consultant/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 src/gtm-alpha-consultant/README.md diff --git a/README.md b/README.md index dfd1c785fb..5b7347e87e 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,6 @@ Official integrations are maintained by companies building production ready MCP - Gremlin favicon **[Gremlin](https://github.com/gremlin/mcp)** - The official [Gremlin](https://www.gremlin.com) MCP server. Analyze your reliability posture, review recent tests and chaos engineering experiments, and create detailed reports. - Greptime Logo **[GreptimeDB](https://github.com/GreptimeTeam/greptimedb-mcp-server)** - Provides AI assistants with a secure and structured way to explore and analyze data in [GreptimeDB](https://github.com/GreptimeTeam/greptimedb). - GROWI Logo **[GROWI](https://github.com/growilabs/growi-mcp-server)** - Official MCP Server to integrate with GROWI APIs. -- - 🧠 **[GTM Alpha Consultant](https://gtmalpha.netlify.app/.netlify/functions/mcp)** - Professional GTM consultation using EPIC framework with real backend calculations, 30-day persistence, and progress tracking. Documentation at [https://github.com/shashwatgtm/gtm-expert-schema](https://github.com/shashwatgtm/gtm-expert-schema). - Gyazo Logo **[Gyazo](https://github.com/nota/gyazo-mcp-server)** - Search, fetch, upload, and interact with Gyazo images, including metadata and OCR data. - Harper Logo **[Harper](https://github.com/HarperDB/mcp-server)** - An MCP server providing an interface for MCP clients to access data within [Harper](https://www.harpersystems.dev/). - Heroku Logo **[Heroku](https://github.com/heroku/heroku-mcp-server)** - Interact with the Heroku Platform through LLM-driven tools for managing apps, add-ons, dynos, databases, and more. @@ -802,6 +801,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Gralio SaaS Database](https://github.com/tymonTe/gralio-mcp)** - Find and compare SaaS products, including data from G2 reviews, Trustpilot, Crunchbase, Linkedin, pricing, features and more, using [Gralio MCP](https://gralio.ai/mcp) server - **[GraphQL](https://github.com/drestrepom/mcp_graphql)** - Comprehensive GraphQL API integration that automatically exposes each GraphQL query as a separate tool. - **[GraphQL Schema](https://github.com/hannesj/mcp-graphql-schema)** - Allow LLMs to explore large GraphQL schemas without bloating the context. +- **[GTM Alpha Consultant](https://github.com/shashwatgtm/gtm-expert-schema)** - Professional GTM consultation using EPIC framework with real backend calculations, 30-day persistence, and progress tracking. - **[HackMD](https://github.com/yuna0x0/hackmd-mcp)** (by yuna0x0) - An MCP server for HackMD, a collaborative markdown editor. It allows users to create, read, and update documents in HackMD using the Model Context Protocol. - **[HAProxy](https://github.com/tuannvm/haproxy-mcp-server)** - A Model Context Protocol (MCP) server for HAProxy implemented in Go, leveraging HAProxy Runtime API. - **[Hashing MCP Server](https://github.com/kanad13/MCP-Server-for-Hashing)** - MCP Server with cryptographic hashing functions e.g. SHA256, MD5, etc. diff --git a/src/gtm-alpha-consultant/README.md b/src/gtm-alpha-consultant/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/src/gtm-alpha-consultant/README.md +++ /dev/null @@ -1 +0,0 @@ - From f0dd3b342580dcc0bc71baa95e15d9881b2107a1 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 20 Dec 2025 12:36:12 +0000 Subject: [PATCH 5/5] Update GTM Alpha Consultant entry with npm package and MCP endpoint - Changed primary link to npm package (@shashwatgtmalpha/gtm-alpha-mcp-server) - Added hosted MCP-SSE endpoint URL (https://gtmalpha.netlify.app/mcp-sse) - Retained GitHub repository link - Updated description for clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc163a38d5..e8acde0128 100644 --- a/README.md +++ b/README.md @@ -888,7 +888,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[GraphQL Schema](https://github.com/hannesj/mcp-graphql-schema)** - Allow LLMs to explore large GraphQL schemas without bloating the context. - **[Graylog](https://github.com/Pranavj17/mcp-server-graylog)** - Search Graylog logs by absolute/relative timestamps, filter by streams, and debug production issues directly from Claude Desktop. - **[Grok-MCP](https://github.com/merterbak/Grok-MCP)** - MCP server for xAI's API featuring the latest Grok models, image analysis & generation, and web search. -- **[GTM Alpha Consultant](https://github.com/shashwatgtm/gtm-expert-schema)** - Professional GTM consultation using EPIC framework with real backend calculations, 30-day persistence, and progress tracking. +- **[GTM Alpha Consultant](https://www.npmjs.com/package/@shashwatgtmalpha/gtm-alpha-mcp-server)** - Professional GTM consultation using EPIC framework. Strategic go-to-market advice via npm package or [hosted MCP endpoint](https://gtmalpha.netlify.app/mcp-sse). [GitHub](https://github.com/shashwatgtm/gtm-expert-schema) - **[gx-mcp-server](https://github.com/davidf9999/gx-mcp-server)** - Expose Great Expectations data validation and quality checks as MCP tools for AI agents. - **[HackMD](https://github.com/yuna0x0/hackmd-mcp)** (by yuna0x0) - An MCP server for HackMD, a collaborative markdown editor. It allows users to create, read, and update documents in HackMD using the Model Context Protocol. - **[HAProxy](https://github.com/tuannvm/haproxy-mcp-server)** - A Model Context Protocol (MCP) server for HAProxy implemented in Go, leveraging HAProxy Runtime API.