INDIVIDUAL MCP TOOL
get_remote_mcp_endpoint
Return the Growth Academy Global remote MCP endpoint URL and the list of tools it exposes. Use this when an agent needs more tools than WebMCP exposes locally — the remote MCP has the full tool set.
LIVE ENDPOINT
https://www.growthacademy.global
Connect to this endpoint to inspect the live schema for get_remote_mcp_endpoint and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.webmcp]
url = "https://www.growthacademy.global"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.growthacademy.global"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.growthacademy.global
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": {
"webmcp": {
"url": "https://www.growthacademy.global"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.growthacademy.global"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.growthacademy.global"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_growth_academy_overview— Fetch the canonical entity summary for Growth Academy Global — primary person (Shanee Moret), primary organization, preferred phrasing, best-to-cite pages, and verified proof points. Returns the full /llms.txt.get_linkedin_inbound_framework— Return Shanee Moret's 1-1-1-1 LinkedIn Inbound framework — the strategic scaffold business owners use before creating any LinkedIn content. One mission, one ICP, one CTA, one category.get_linkedin_headline_formulas— Return Shanee Moret's LinkedIn headline formula templates, with examples and anti-patterns. Use these to construct a headline that filters for a specific ICP and outcome.get_newsletter_pillar_structure— Return the 14-section LinkedIn newsletter pillar structure by Shanee Moret — the format that grew her newsletter to 267K+ subscribers. Each section includes its purpose and a writing prompt.