# dev.gtmtools/gtm-tools (remote · mcp.gtmtools.dev)

A read-only verified record of agent-operable GTM tools: search, fetch, compare, track changes.

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.gtmtools.dev`: 73/100 (this document), [markdown](https://verifymcp.io/servers/dev-gtmtools-gtm-tools/mcp.md), [page](https://verifymcp.io/servers/dev-gtmtools-gtm-tools/mcp)

## Channel facts

- Endpoint: `https://mcp.gtmtools.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 394 tokens (~98/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-gtmtools-gtm-tools https://mcp.gtmtools.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-gtmtools-gtm-tools]
url = "https://mcp.gtmtools.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-gtmtools-gtm-tools": {
      "type": "remote",
      "url": "https://mcp.gtmtools.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-gtmtools-gtm-tools --url https://mcp.gtmtools.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-gtmtools-gtm-tools:
    url: "https://mcp.gtmtools.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-gtmtools-gtm-tools": {
      "type": "http",
      "url": "https://mcp.gtmtools.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 73, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-01 (score 72)

First indexed and scored.

## MCP tools (4)

### `search_tools` (~183 tokens)

Search GTM tools

Search the verified GTM-tools directory. Filter by keyword, category, tier (BADGE|listed|DEMOTE), verifiedOnly, or mcpOnly; sort by score (default), name, or g2. Returns ranked slim results. Use category + sort=score for 'best in category'.

Input parameters:

- `category` (string): GTM category (name or slug), e.g. 'Data Enrichment'.
- `limit` (number): Max results, 1–50 (default 10).
- `mcpOnly` (boolean): Only tools that publish an MCP server.
- `query` (string): Keyword matched against name, description, category, bestFor.
- `sort` (string): Sort order (default score).
- `tier` (string): Curation tier filter.
- `verifiedOnly` (boolean): Only tools whose endpoint was reachable at last check.

### `get_tool` (~65 tokens)

Get tool details

Get one GTM tool by name or slug, with verified status (real last_checked_at), curation, product signals, adoption, and verified review themes.

Input parameters:

- `name_or_slug` (string, required): Tool name or slug, e.g. 'Apollo.io' or 'apolloio'.

### `compare_tools` (~82 tokens)

Compare two tools

Compare two GTM tools head-to-head. Returns both full records plus a per-axis diff (overall score, API quality, GTM relevance, curation score, ease of use, free tier) naming the winning slug or 'tie'.

Input parameters:

- `a` (string, required): First tool (name or slug).
- `b` (string, required): Second tool (name or slug).

### `list_changes` (~64 tokens)

List recent changes

Recent detected changes to tracked tools (pricing, reachability, free-tier, deprecation), newest first. Optionally filter by kind.

Input parameters:

- `kind` (string): Filter by change kind.
- `limit` (number): Max rows, 1–100 (default 20).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-gtmtools-gtm-tools/mcp#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72

## Links

- Remote endpoint: https://mcp.gtmtools.dev/mcp
- Changelog RSS feed: https://verifymcp.io/servers/dev-gtmtools-gtm-tools/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-gtmtools-gtm-tools/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-gtmtools-gtm-tools/mcp
