← growthmak.com

INDIVIDUAL MCP TOOL

check_market_coverage

Check whether Growthmak serves a given country or region, and return local proof points if so.

growthmak.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://growthmak.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_market_coverage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

growthmak.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.growthmak]
url = "https://growthmak.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "growthmak": {
      "type": "http",
      "url": "https://growthmak.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: growthmak
Remote MCP URL: https://growthmak.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "growthmak": {
      "url": "https://growthmak.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "growthmak": {
      "type": "http",
      "url": "https://growthmak.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "growthmak",
  "transport": "streamable-http",
  "url": "https://growthmak.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_growthmak — Search all Growthmak content — services, packages, case studies, blog posts, FAQs and free tools.
  • get_page — Retrieve a Growthmak page as Markdown, given its slug — for example 'blog/the-real-cost-of-a-b2b-lead', 'services/seo-services', 'packages/growth-marketing', 'growth-engine/foundation-layer' or 'case-studies/kinetic-motorcycles'.
  • get_growth_engine — Explain the Growthmak Growth Engine System.
  • get_packages — Retrieve Growthmak's engagement packages (Foundation Build, Growth Marketing, Full Engine Launch) with what is included, timelines and who each fits.
  • find_case_studies — Find Growthmak client case studies filtered by industry, market or service.
  • book_growth_audit — Return the link where a user books Growthmak's free 30-minute growth diagnostic, plus what the session covers and what they leave with.