← pablomcp.com

INDIVIDUAL MCP TOOL

gtm_request

[COMMIT] Generic GTM API passthrough — call ANY endpoint at tagmanager.googleapis.com/tagmanager/v2.

pablomcp.comnone authenticationAvailability not checked

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

pablomcp.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.pablomcp-com]
url = "https://pablomcp.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: pablomcp-com
Remote MCP URL: https://pablomcp.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": {
    "pablomcp-com": {
      "url": "https://pablomcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • dreamscape_docs — [READ] Return Dreamscape SOAP API reference info: docs URL, production/test WSDL & endpoints, key operation notes, and transfer-flow gotchas.
  • domain_check — [READ] Check whether one or more domain names are available to register through Dreamscape.
  • dreamscape_contact_create — [COMMIT] Create a Dreamscape contact record (registrant/admin/billing/tech) and return the resulting ContactIdentifier (C-...).
  • domain_register — [COMMIT] Register (purchase) an available domain through Dreamscape via the DomainCreate SOAP op — actually charges the reseller account.
  • domain_transfer_check — [READ] Check whether a domain (held at another registrar) is eligible to transfer into Dreamscape using its EPP/auth key.
  • domain_transfer_start — [COMMIT] Initiate the inbound transfer of an existing domain into Dreamscape using its EPP/auth key.
  • domain_update_nameservers — [COMMIT] Replace the authoritative nameservers for a domain registered with Dreamscape (e.g.
  • domain_list — [READ] List domains held in the Dreamscape reseller account, with expiry dates and status.