# BagIQ MCP (remote · data.bagiq.app)

Analyse disc golf bag gaps and overlap, recommend discs, and open an interactive Bag Map.

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `data.bagiq.app`: 67/100 (this document), [markdown](https://verifymcp.io/servers/frankbongo-bagiq/data.md), [page](https://verifymcp.io/servers/frankbongo-bagiq/data)

## Channel facts

- Endpoint: `https://data.bagiq.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-26.

- **Endpoint Security**: 46/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 6 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 check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 68/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1009 tokens (~168/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 63/100
  - Stability observed for 19 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the BagIQ MCP server?

BagIQ MCP is a hosted endpoint at https://data.bagiq.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http frankbongo-bagiq 'https://data.bagiq.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "frankbongo-bagiq": {
      "url": "https://data.bagiq.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "frankbongo-bagiq": {
      "type": "http",
      "url": "https://data.bagiq.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.frankbongo-bagiq]
url = "https://data.bagiq.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "frankbongo-bagiq": {
      "type": "remote",
      "url": "https://data.bagiq.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add frankbongo-bagiq --url 'https://data.bagiq.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  frankbongo-bagiq:
    url: "https://data.bagiq.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "frankbongo-bagiq": {
      "Transport": "http",
      "Url": "https://data.bagiq.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add frankbongo-bagiq -t streamable-http -u 'https://data.bagiq.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "frankbongo-bagiq": {
      "type": "http",
      "url": "https://data.bagiq.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-09-25 (score 67, 0)

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

### 2026-09-24 (score 67, +1)

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

### 2026-09-22 (score 66, +1)

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

### 2026-09-20 (score 65, +1)

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

### 2026-09-18 (score 64, +1)

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

### 2026-09-16 (score 63, +1)

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

### 2026-09-14 (score 62, +1)

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

### 2026-09-12 (score 61, +1)

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

## MCP tools (6)

### `analyze_bag` (~211 tokens)

Performs a complete BagIQ analysis on a player's disc golf bag. Can accept a list of discs OR a BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7'). Returns slot coverage percentage, bag identity label (e.g. 'Overstable-heavy', 'Chaos bag'), top missing shot gaps, redundant overlaps, and mapped flight coordinates.

Input parameters:

- `discs` (array): List of discs currently in the bag (optional if share_url or share_id is provided)
- `preferred_brand` (string): Optional preferred brand for recommendations (e.g. 'Innova', 'Discraft')
- `share_id` (string): Optional BagIQ short share ID (e.g. '4fisr8a7')
- `share_url` (string): Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7' or 'https://app.bagiq.app/?discs=...')

### `find_bag_gaps` (~143 tokens)

Identifies missing shot shapes and unserved flight slots across BagIQ's 9 core slot targets (putter, midrange, fairway, and distance drivers), ranking voids by severity. Accepts discs list or a BagIQ share link.

Input parameters:

- `discs` (array): List of discs in the bag (optional if share_url or share_id is provided)
- `share_id` (string): Optional BagIQ short share ID (e.g. '4fisr8a7')
- `share_url` (string): Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7')

### `detect_overlap` (~133 tokens)

Detects redundant molds occupying the same flight slot or shot role, ranking pairs by overlap severity and recommending which disc to keep vs cut. Accepts discs list or a BagIQ share link.

Input parameters:

- `discs` (array): List of discs in the bag (minimum 2 discs, optional if share_url or share_id is provided)
- `share_id` (string): Optional BagIQ short share ID (e.g. '4fisr8a7')
- `share_url` (string): Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7')

### `recommend_bag_fillers` (~207 tokens)

Suggests the highest-rated discs to fill missing shot slots or close voids in the bag based on BagIQ matrix coordinates and DiscList ratings, with interactive 1-click 'Add to Bag' deep links. Accepts discs list or a BagIQ share link.

Input parameters:

- `brand` (string): Optional brand filter for recommendations
- `discs` (array): Current bag contents (optional if share_url or share_id is provided)
- `gap_id` (string): Specific gap ID to fill (e.g. 'fairway-understable', 'approach-overstable', 'mid-neutral')
- `limit` (integer): Number of recommendations per gap (1..5, default 3)
- `share_id` (string): Optional BagIQ short share ID (e.g. '4fisr8a7')
- `share_url` (string): Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7')

### `build_minimal_bag` (~152 tokens)

Extracts an optimal 3-to-5 disc minimalist setup from a larger bag, maximizing shot coverage while detailing necessary compromises. Accepts discs list or a BagIQ share link.

Input parameters:

- `discs` (array): Full disc collection or bag (optional if share_url or share_id is provided)
- `share_id` (string): Optional BagIQ short share ID (e.g. '4fisr8a7')
- `share_url` (string): Optional BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7')
- `target_count` (integer): Target number of discs in the minimal bag (2..6, default 3)

### `get_shared_bag` (~163 tokens)

Retrieves and inspects a player's saved disc golf bag from a BagIQ share link (e.g. 'https://app.bagiq.app/?s=4fisr8a7'), short share ID, or slug link. Returns the full disc breakdown with plastics, wear states, confidence ratings, slot coverage, and interactive BagIQ deep links.

Input parameters:

- `share_id` (string): BagIQ short share ID (e.g. '4fisr8a7')
- `share_url` (string): BagIQ share link URL (e.g. 'https://app.bagiq.app/?s=4fisr8a7' or 'https://app.bagiq.app/?discs=innova-destroyer,discraft-buzzz')

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/frankbongo-bagiq/data#diagnostics

## Score history

- 2026-09-26: 67
- 2026-09-25: 67
- 2026-09-24: 67
- 2026-09-23: 66
- 2026-09-22: 66
- 2026-09-21: 65
- 2026-09-20: 65
- 2026-09-19: 64
- 2026-09-18: 64
- 2026-09-17: 63
- 2026-09-16: 63
- 2026-09-15: 62
- 2026-09-14: 62
- 2026-09-13: 61
- 2026-09-12: 61
- 2026-09-11: 60
- 2026-09-10: 60
- 2026-09-09: 60
- 2026-09-08: 60
- 2026-09-07: 60

## Common questions

### What is the BagIQ MCP server?

BagIQ MCP is listed in the public MCP registry as io.github.frankbongo/bagiq. Analyse disc golf bag gaps and overlap, recommend discs, and open an interactive Bag Map. This page covers its hosted endpoint (https://data.bagiq.app/mcp).

### Is the BagIQ MCP server safe to use?

BagIQ MCP scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the BagIQ MCP server expose?

BagIQ MCP exposes 6 tools: analyze_bag, find_bag_gaps, detect_overlap, recommend_bag_fillers, build_minimal_bag, get_shared_bag. Their descriptions and schemas cost roughly 1,009 tokens of context every time the server is loaded.

### Does the BagIQ MCP server require authentication?

No. We connected to BagIQ MCP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the BagIQ MCP server still maintained?

BagIQ MCP is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://data.bagiq.app/mcp
- Website: https://bagiq.app/
- Changelog RSS feed: https://verifymcp.io/servers/frankbongo-bagiq/data.xml
- Changelog JSON feed: https://verifymcp.io/servers/frankbongo-bagiq/data.json
- HTML version of this page: https://verifymcp.io/servers/frankbongo-bagiq/data
