← safe-mcp.com
INDIVIDUAL MCP TOOL
marketing_get_funnel
Use for ordered conversion-step analysis: GA4 ordered_steps step funnels (e.
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 endpoint
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.marketing-mcp]
url = "https://api.safe-mcp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marketing-mcp": {
"type": "http",
"url": "https://api.safe-mcp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marketing-mcp
Remote MCP URL: https://api.safe-mcp.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": {
"marketing-mcp": {
"url": "https://api.safe-mcp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marketing-mcp": {
"type": "http",
"url": "https://api.safe-mcp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marketing-mcp",
"transport": "streamable-http",
"url": "https://api.safe-mcp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
marketing_get_sources— Lists connected and missing GA4, Google Analytics properties, property IDs, web streams, app streams, measurement IDs, Firebase app IDs, Google Search Console sites, Bing Webmaster sites, and current analysis surface mappings.marketing_get_catalog— Use this when the user wants to discover the canonical marketing reporting graph, available sources, supported metrics, supported dimensions, or which connectors are live today.marketing_get_report— Primary reporting tool for a given GA4 property or site.marketing_manage_surface— Gets or updates persisted selectors for a website/app analysis surface.