# io.github.astafford8488/pitchiq-mcp (remote · pitchiq-mcp-production.up.railway.app)

Agent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login.

- Trust score: 63/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `pitchiq-mcp-production.up.railway.app`: 63/100 (this document), [markdown](https://verifymcp.io/servers/astafford8488-pitchiq-mcp/pitchiq-mcp-production.md), [page](https://verifymcp.io/servers/astafford8488-pitchiq-mcp/pitchiq-mcp-production)

## Channel facts

- Endpoint: `https://pitchiq-mcp-production.up.railway.app/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**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 57/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1292 tokens (~161/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% 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 astafford8488-pitchiq-mcp https://pitchiq-mcp-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.astafford8488-pitchiq-mcp]
url = "https://pitchiq-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "astafford8488-pitchiq-mcp": {
      "type": "remote",
      "url": "https://pitchiq-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add astafford8488-pitchiq-mcp --url https://pitchiq-mcp-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  astafford8488-pitchiq-mcp:
    url: "https://pitchiq-mcp-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "astafford8488-pitchiq-mcp": {
      "type": "http",
      "url": "https://pitchiq-mcp-production.up.railway.app/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-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (8)

### `pitchiq_v1_discover_search_podcasts` (~128 tokens)

Search PitchIQ's podcast directory (ListenNotes-indexed). Returns matching shows with title, host, listener tier (small/mid/large), category, and cover image. Useful for finding podcasts an agent should pitch the user onto.

Input parameters:

- `category` (string): Filter by category (free-text; varies by source).
- `limit` (integer)
- `listener_tier` (string): Filter by audience size bucket. PitchIQ tiers shows as small / mid / large.
- `query` (string): Free-text search term (matches title + description).

### `pitchiq_v1_discover_search_curators` (~147 tokens)

Search PitchIQ's global Steam-curator index by name, tag, language, and audience size — for an agent marketing a game/product into a niche. Returns curator name, Steam URL, follower + review counts, and tags. x402-payable; no PAT required.

Input parameters:

- `language` (string): Filter by language (e.g. 'english').
- `limit` (integer)
- `min_followers` (integer): Minimum follower count.
- `query` (string): Free-text match on the curator's name.
- `tag` (string): Filter by a curation tag (e.g. 'Indie', 'Strategy', 'RPG').

### `pitchiq_v1_discover_search_creators` (~161 tokens)

Search PitchIQ's global Twitch/YouTube creator index by name, category, language, audience size, and whether they accept review keys — for an agent seeking creators to cover a game/product. Returns name, platform handles, followers, avg concurrent viewers, category, and top games. x402-payable; no PAT required.

Input parameters:

- `accepts_keys` (boolean): Only creators who accept review keys.
- `category` (string): Filter by primary category.
- `language` (string): Filter by language.
- `limit` (integer)
- `min_followers` (integer): Minimum follower count.
- `query` (string): Free-text match on the creator's display name.
- `tier` (string): Audience-size tier.

### `pitchiq_v1_booking_book_guest_slot` (~220 tokens)

Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style). Outcome-priced — you pay per confirmed booking. Re-checks slot availability, sends the confirmation email, and pushes to the host's Google Calendar when connected. Find bookable hosts via discover_search_podcasts. x402-payable; no PAT required.

Input parameters:

- `attendee_email` (string, required): Guest email — receives the confirmation + cancel link.
- `attendee_name` (string, required): Name of the guest being booked (the agent's principal).
- `attendee_notes` (string): Pitch / context the host sees alongside the booking.
- `duration_minutes` (integer): Meeting length. Default 30.
- `host_handle` (string, required): The PitchIQ host's PUBLIC booking handle (e.g. from discover_search_podcasts). Books on THEIR public calendar, not yours.
- `start_at` (string, required): Slot start (ISO-8601 UTC). Must be a currently-free slot on the host's calendar — re-checked before insert.

### `pitchiq_v1_commerce_quote_action` (~107 tokens)

Get a firm x402 price + payment requirements for any Commerce tool BEFORE committing — so an agent (or its spend policy) can budget. Returns the USD price, pricing class, network, and the x402 'accepts' block to construct the payment. x402-payable (read class).

Input parameters:

- `tool_name` (string, required): The Commerce tool to price (e.g. pitchiq_v1_booking_book_guest_slot). Call tools/list to see what's available.

### `pitchiq_v1_brain_search` (~105 tokens)

Semantic search across the active workspace's wiki (the 'brain'). Finds pages by MEANING — it matches even when you use different words than the page does. Returns ranked pages (title, slug, summary). Prefer this over pitchiq_v1_wiki_search_pages when you don't know the exact wording. Requires an active workspace.

Input parameters:

- `limit` (integer)
- `query` (string, required): Natural-language query. Matches by meaning, not exact keywords.

### `pitchiq_v1_brain_get_index` (~70 tokens)

Return the workspace 'brain index' — every wiki page's title, slug, and one-line summary, in hierarchy order. Call this at the START of a session to learn what the workspace already knows before searching, asking the user, or creating anything. Requires an active workspace.

### `pitchiq_v1_brain_graph_query` (~142 tokens)

Traverse the workspace knowledge graph from a specific entity. For wiki_page: returns forward links, backlinks, 5 most similar pages, and CRM entity mentions found in the page text. For contact: returns linked deals, opportunities, tasks, outreach summary, conversation count, and wiki pages mentioning this contact. For deal: returns primary contact, tasks, bookings, conversation count, and wiki pages mentioning this deal. Use this to understand relationships and discover connected information across the workspace. Requires an active workspace.

Input parameters:

- `entity_id` (string, required): UUID of the entity to query.
- `entity_type` (string, required): The type of entity to traverse from.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/astafford8488-pitchiq-mcp/pitchiq-mcp-production#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://pitchiq-mcp-production.up.railway.app/mcp
- Repository: https://github.com/astafford8488/PitchIQ
- Website: https://www.chuhching.com/
- Changelog RSS feed: https://verifymcp.io/servers/astafford8488-pitchiq-mcp/pitchiq-mcp-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/astafford8488-pitchiq-mcp/pitchiq-mcp-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/astafford8488-pitchiq-mcp/pitchiq-mcp-production
