MCP server
- Address:
https://icp-intelligence.gtmhelix.com/mcp(Streamable HTTP, stateless, JSON responses). GET returns 405 by design. - Authentication: none. Every tool is marked read-only (
readOnlyHint: true,destructiveHint: false) and has a title. - Rate limit: 300 requests per minute per IP address. Server:
icp-intelligence-mcpversion 1.1.0. - Local use:
npx -y @shashwatgtmalpha/icp-intelligence-mcpruns the same tools over stdio.
REST API (used by the web forms)
Send POST https://icp-intelligence.gtmhelix.com/api/tools/<tool name> with a JSON body {"input": {...}}. The answer is JSON: {"ok": true, "tool": "...", "title": "...", "text": "..."}, where text is the same Markdown the MCP tool returns. The endpoint calls the same server code as the MCP address.
curl -s -X POST https://icp-intelligence.gtmhelix.com/api/tools/icp_deep_dive \
-H "Content-Type: application/json" \
-d '{"input": {"customer_descriptions": "Mid-market healthcare clinic groups with 5 to 20 locations, Series A funded; the operations director buys and the pain is no-shows. Also healthcare dental chains with 10+ clinics and physiotherapy franchises.", "product_category": "clinic scheduling software"}}'
- Errors: 400 with
errors(missing or invalid fields), 404 for an unknown tool, 405 for methods other than POST, 413 above 32,000 bytes, 429 when the rate limit is reached, 500 if the tool fails. - Limits: 30 requests per minute per IP address; text fields up to 6,000 characters; lists up to 50 items.
- Forms without JavaScript post
application/x-www-form-urlencodedand get an HTML page back. - Nothing is stored and the input is not logged (see Privacy).
Tool reference
Generated from the server's own input schemas on 25 September 2026.
ICP Deep Dive icp_deep_dive
Analyze customer data to detect ICP patterns - firmographics, technographics, buying behavior Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
customers | list of objects | no | List of customer objects with available attributes | |
customer_descriptions | string | no | Alternative: Describe your best customers in text format | |
product_category | string | no | What type of product you sell |
ICP Scoring Model icp_scoring_model
Create a lead qualification scoring template: criteria with example point weights set by importance level, a scorecard and tier bands to adjust. Your success patterns are shown for reference; they do not set the weights Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
scoring_criteria | list of objects | no | Criteria for scoring with importance levels | |
success_correlation | string | no | What correlates with success? (e.g., "deals with VP Sales champion close 2x faster") | |
product_category | string | no |
Buyer Group Analyzer buyer_group_analyzer
Map buyer group dynamics, influence relationships, and decision-making process Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
deal_size | string | no | ACV range (e.g., "$50K-100K") | |
target_company_size | string | no | Company size (e.g., "500-1000 employees") | |
product_category | string | yes | What you sell | |
known_stakeholders | list of strings | no | Roles you know are involved | |
typical_champion | string | no | Your typical champion role |
TAM SAM SOM Calculator tam_sam_som_calculator
Calculate TAM/SAM/SOM using bottom-up methodology from your data (calculation framework, not data source) Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
total_potential_companies | number | yes | Estimated total companies that could buy (from LinkedIn, industry reports) | |
average_contract_value | number | yes | Your average ACV in dollars | |
icp_percentage | number | no | Percentage that match your ICP (1-100) | |
year1_market_share_target | number | no | Realistic Year 1 market share percentage (typically 1-5%) | |
data_sources | string | no | Where you got your numbers (for documentation) | |
segment_name | string | no | Name of the market segment |
Lookalike Signal Generator lookalike_signal_generator
Generate platform-specific targeting criteria and search queries (generates criteria, not data) Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
icp_firmographics | object | no | Firmographic criteria | |
icp_technographics | list of strings | no | Technologies your ICP typically uses | |
champion_titles | list of strings | yes | Job titles of your champions | |
buying_triggers | list of strings | no | Events that trigger buying | |
platforms | list of strings | no | Accepted but not used yet: the output always includes every platform section (linkedin, google_ads, 6sense, zoominfo) |
Account Prioritization account_prioritization
Rank and prioritize accounts using multi-dimensional scoring Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
accounts | list of objects | no | List of accounts to prioritize. Each account: name, fit_score (0 to 100), intent_signals (0 to 100), relationship, timing | |
prioritization_weights | object | no | Optional custom weights in percent for fit, intent, relationship and timing. A missing weight uses its default (40, 30, 15, 15); the tool does not check that the weights sum to 100 |
ICP Gap Analysis icp_gap_analysis
Analyze gaps between current customer base and ideal ICP Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
current_customers | string | yes | Description of your current customer base | |
ideal_icp | string | yes | Description of your ideal customer profile | |
current_metrics | object | no | Current performance metrics | |
target_metrics | object | no | Target performance metrics |
ICP Evolution Tracker icp_evolution_tracker
Checklist for reviewing how your ICP should evolve: shows your recent wins, losses and market changes next to what to check. It does not analyze the text Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
current_icp | string | yes | Your current ICP definition | |
recent_wins | string | no | Description of recent successful customers | |
recent_losses | string | no | Description of recent lost deals | |
market_changes | string | no | Recent market or competitive changes | |
time_period | string | no | Time period for analysis (e.g., "Q4 2024") |
ICP Interview Synthesizer icp_interview_synthesizer
Extract ICP patterns from customer interview notes or transcripts Open the form.
| Field | Type | Required | Allowed values | Meaning |
|---|---|---|---|---|
interview_notes | list of objects | no | Structured interview notes | |
raw_transcripts | string | no | Alternative: Paste raw interview transcripts or notes | |
analysis_focus | string | no | Accepted but not used yet: every run gives the complete analysis (pain_points, buying_journey, value_props, all) |