- Home
- MCP servers
- Revenue Enablement
Revenue Enablement
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"shashwatgtm-revenue-enablement-mcp": {
"command": "npx",
"args": [
"-y",
"@shashwatgtmalpha/revenue-enablement-mcp"
]
}
}
}Revenue Enablement MCP Server provides a suite of 12 tools designed to accelerate revenue generation through structured deal strategy, account planning, discovery, ROI modeling, and enablement assets. You can run the MCP locally via a package runner to access these capabilities in your sales workflow, enabling faster, data-driven decisions across the deal lifecycle.
How to use
You interact with the Revenue Enablement MCP Server through an MCP client by starting the server with the recommended runtime command and then selecting tools to support your sales process. Each tool focuses on a specific aspect of deal execution or enablement, and you can combine multiple tools within a single engagement to build out account plans, map stakeholders, generate proposal sections, or run scenario analyses.
How to install
Prerequisites: ensure you have Node.js installed on your machine. You do not need a global MCP client; you will invoke the MCP server via a package runner.
# Quick start: run directly with npx
npx -y @shashwatgtmalpha/revenue-enablement-mcp
Additional content
Claude Desktop configuration can be added to enable integration with the Claude Desktop tool. The MCP server is configured by pointing the client to run the MCP package with the appropriate flags.
{
"mcpServers": {
"revenue-enablement-mcp": {
"command": "npx",
"args": ["-y", "@shashwatgtmalpha/revenue-enablement-mcp"]
}
}
}
Notes and troubleshooting
If you encounter issues starting the MCP server, verify that Node.js and npm/npx are available in your environment and that your network allows npm registry access for the MCP package. If the server starts but a tool does not respond as expected, restart the MCP process and retry the specific tool workflow. There are no additional runtime configuration steps required beyond the standard startup command shown above.
Tool details
The MCP exposes 12 specialized tools to cover deal strategy, account planning, ROI modeling, discovery, and enablement assets.
Tool catalog
- Account Plan Builder: Create strategic account plans with power mapping and actionable insights.
- Deal Strategy Coach: Provide stage-based tactics and risk mitigation for current deals.
- Discovery Question Bank: Generate methodology-specific discovery questions for MEDDPICC, BANT, SPICED, Challenger, and Gap Selling.
- ROI Business Case Builder: Build quantified ROI calculations with industry benchmarks.
- Mutual Action Plan Generator: Produce collaborative close plans with milestones and owners.
- Win Loss Analyzer: Detect patterns in win/loss outcomes and provide recommendations.
- Proposal Section Writer: Generate customized proposal sections for different personas.
- Email Sequence Generator: Create multi-touch outreach cadences with timing and copy.
- Demo Script Builder: Create outcome-focused demo scripts with talk tracks.
- Pricing Negotiation Guide: Provide value defense frameworks and negotiation playbooks.
- Champion Enablement Kit: Arm your champion with business cases, talking points, and templates.
- Competitive Trap Setter: Generate landmine questions and evaluation criteria for competitive deals.
Author
Shashwat Ghosh is the founder of Helix GTM Consulting and the author of this MCP experience.
License
MIT License - see LICENSE for details.
Available tools
account_plan_builder
Create strategic account plans with power mapping and actionable insights.
deal_strategy_coach
Provide stage-based deal tactics and risk mitigation.
discovery_question_bank
Generate methodology-specific discovery questions for MEDDPICC, BANT, SPICED, Challenger, and Gap Selling.
roi_business_case_builder
Create quantified ROI calculations with industry benchmarks.
mutual_action_plan_generator
Produce collaborative close plans with milestones and owners.
win_loss_analyzer
Detect patterns in win/loss outcomes and provide recommendations.
proposal_section_writer
Generate customized proposal sections for different personas.
email_sequence_generator
Create multi-touch outreach cadences with timing and copy.
demo_script_builder
Create outcome-focused demo scripts with talk tracks.
pricing_negotiation_guide
Provide value defense frameworks and negotiation playbooks.
champion_enablement_kit
Arm your champion with business cases, talking points, and templates.
competitive_trap_setter
Generate landmine questions and evaluation criteria for competitive deals.