Back to Browse

Climbpast MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

About

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

Remote endpoints: streamable-http: https://climbpast.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-archievi-climbpast": {
      "url": "https://climbpast.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ClimbPast MCP

Read and edit GA4, Search Console and Google Tag Manager from any AI.

ClimbPast is a hosted MCP (Model Context Protocol) server that connects Google Analytics 4, Google Search Console and Google Tag Manager to Claude, ChatGPT, Cursor, or any MCP client. 29 tools. Read-only by default; write access is opt-in and revocable.

Most analytics MCP servers can only read. ClimbPast writes: register GA4 custom dimensions and key events, submit sitemaps, check whether a URL is actually indexed, and create, edit and publish Tag Manager containers, from chat.

ClimbPast

This repository is documentation for the hosted service. The server itself is not open source.

Quickstart

Sign up at climbpast.com, connect your Google account, and copy your cp_ API key from the dashboard. Then connect your client:

Claude Code

claude mcp add --transport http climbpast https://climbpast.com/api/mcp --header "Authorization: Bearer cp_YOUR_KEY"

claude.ai (custom connector)

Settings > Integrations > Add custom connector:

FieldValue
NameClimbPast
URLhttps://climbpast.com/api/mcp
Auth typeBearer token
Tokenyour cp_ key

Cursor / any MCP client

Add to your MCP config (mcpServers):

{
  "climbpast": {
    "type": "http",
    "url": "https://climbpast.com/api/mcp",
    "headers": {
      "Authorization": "Bearer cp_YOUR_KEY"
    }
  }
}

Then ask things like:

  • "How much traffic did ChatGPT, Perplexity and Claude send us this month?"
  • "Register plan_type as a custom dimension in GA4."
  • "Is /pricing indexed? If not, resubmit the sitemap."
  • "Create a GTM tag that fires on the signup button and publish the container."

Tools

GA4 + Search Console reads (9)

ToolDescription
whoamiReturns the connected workspace, Google account, linked properties, and which write capabilities are granted.
list_propertiesLists all connected GA4 properties and Search Console sites.
get_ga4_reportRuns a GA4 report. Use a preset or pass your own dimensions and metrics.
get_ga4_realtimeReturns active users and top events from the GA4 Realtime API.
get_gsc_performanceClicks, impressions, CTR, and average position from Search Console, grouped by query, page, or date.
inspect_urlRuns the Search Console URL Inspection API on a single URL to check whether Google has indexed it.
get_weekly_reportThe most recent cached weekly performance snapshot for the workspace.
get_insightsAI-generated insights from the latest dashboard snapshot.
get_ai_trafficTraffic attributed to AI assistants (ChatGPT, Perplexity, Claude, Gemini) over a date range.

GA4 writes (6)

ToolDescription
list_custom_dimensionsLists custom dimensions registered on a GA4 property.
create_custom_dimensionRegisters an event parameter as a custom dimension so it becomes reportable.
update_custom_dimensionUpdates a custom dimension's display name or description.
list_key_eventsLists key events (conversions) marked on a GA4 property.
create_key_eventMarks an existing GA4 event as a key event.
update_key_eventChanges how a key event is counted.

Sitemaps (3)

ToolDescription
list_sitemapsLists submitted sitemaps with download status, warnings, errors, and indexed counts.
submit_sitemapSubmits or re-submits a sitemap.
delete_sitemapRemoves a sitemap from Search Console. Does not deindex any pages.

Tag Manager (11)

ToolDescription
gtm_list_containersLists every Tag Manager account and container the connected account can reach.
gtm_list_workspacesLists draft workspaces in a container.
gtm_list_tagsLists all tags in a workspace with their type, triggers, and parameters.
gtm_list_triggersLists all triggers in a workspace.
gtm_list_variablesLists user-defined variables in a workspace.
gtm_create_workspaceCreates a draft workspace so changes stay isolated until published.
gtm_create_tagCreates a tag. Takes the raw GTM tag body, so any tag type is supported.
gtm_update_tagReplaces an existing tag.
gtm_delete_tagDeletes a tag from a workspace. Draft until published, revertible from GTM version history.
gtm_create_triggerCreates a trigger. Takes the raw GTM trigger body.
gtm_publish_containerCreates a container version from the draft and publishes it. This changes your live site.

Security model

  • Your AI holds a cp_ API key, never your Google account credentials.
  • Read-only by default. Write tools require enabling write access in Settings, which triggers a separate Google consent screen.
  • Keys are revocable from the dashboard in one click. Revoke the key and access is gone.

Support and feature requests

If there's a GA4, Search Console or GTM operation you still do by hand, open an issue. Requests genuinely drive the roadmap.

Reviews

No reviews yet

Be the first to review this server!