# com.gallandigital/marketplace (remote · gallandigital.com)

Search and discover credentialed operational systems on the GallanDigital marketplace.

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

## Components

- remote · `gallandigital.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-gallandigital-marketplace/api-mcp.md), [page](https://verifymcp.io/servers/com-gallandigital-marketplace/api-mcp)

## Channel facts

- Endpoint: `https://gallandigital.com/api/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-08-03.

- **Endpoint Security**: 63/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 5 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.
  - 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**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 692 tokens (~138/item across 5 items; 5 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**: 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-gallandigital-marketplace https://gallandigital.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-gallandigital-marketplace]
url = "https://gallandigital.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-gallandigital-marketplace": {
      "type": "remote",
      "url": "https://gallandigital.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-gallandigital-marketplace --url https://gallandigital.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-gallandigital-marketplace:
    url: "https://gallandigital.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-gallandigital-marketplace": {
      "type": "http",
      "url": "https://gallandigital.com/api/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 68, +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-07-31 (score 67, +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 66, −2)

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

### 2026-07-29 (score 68, +11)

- [security] Tool “fetch” rewrote its description, which is the text the model reads
- [security] Tool “get_contributor_profile” rewrote its description, which is the text the model reads
- [security] Tool “get_deployment_guidance” rewrote its description, which is the text the model reads
- [security] Tool “list_categories” rewrote its description, which is the text the model reads
- [security] Tool “search” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional improvement] Tool coverage: 43% → 100%
- [functional] Schema quality: fair → excellent
- [cosmetic] “fetch” reworded the description of “slug”
- [cosmetic] “get_contributor_profile” reworded the description of “slug”
- [cosmetic] “search” reworded the description of “category_slug”
- [cosmetic] “search” reworded the description of “industry”
- [cosmetic] “search” reworded the description of “limit”
- [cosmetic] “search” reworded the description of “query”
- [cosmetic] “get_deployment_guidance” reworded the description of “slug”

### 2026-07-28 (score 57, +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 56, +1)

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

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

First indexed and scored.

## MCP tools (5)

### `search` (~178 tokens)

Full-text search across GallanDigital's published, buyer-facing listings only. Read-only, no authentication required (public endpoint, IP rate-limited). Returns an array of listing summaries, each with title, slug, short_description, price_cents, currency, listing_type, complexity_level, category_slug, and a nested contributor object (slug, display_name). Use as the entry point for discovery -- pass a result's slug to fetch for full listing detail.

Input parameters:

- `category_slug` (string): Optional: restrict results to one category slug. Call list_categories first for valid values.
- `industry` (string): Optional: restrict results to listings tagged for a specific industry vertical (matches industry_focus).
- `limit` (integer): Maximum number of results to return.
- `query` (string, required): Search terms to match against listing title, description, and tags.

### `fetch` (~165 tokens)

Get full detail on one published listing by its listing slug (not a contributor slug). Read-only, no authentication required (public endpoint, IP rate-limited). Returns title, description, short_description, product_story, included_components, use_cases, industry_focus, complexity_level, listing_type, product_formats, thumbnail_url, an array of pricing tiers (name, price_cents, setup_fee_cents, description, billing_interval, features), a contributor object (slug, display_name, badge_tier, bio, credential_summary, credential_badges), and a category object (name, slug). Use after search or list_categories to drill into a specific result.

Input parameters:

- `slug` (string, required): The listing's slug, as returned by search (the listing-level slug, not a contributor slug).

### `get_contributor_profile` (~154 tokens)

Get a contributor's public profile and their published listings, by contributor slug (not a listing slug). Read-only, no authentication required (public endpoint, IP rate-limited). Returns display_name, bio, credential_summary, positioning_statement, badge_tier, avg_rating, review_count, pull_quote, social/website URLs, credential_badges, published_listing_count, and a listings array (slug, title, price_cents) for that contributor. Use to learn more about who built a listing returned by search or fetch -- not for looking up a listing directly.

Input parameters:

- `slug` (string, required): The contributor's slug (distinct from a listing slug) -- typically found in the contributor field of a search or fetch result.

### `get_deployment_guidance` (~108 tokens)

Get deployment guidance for a specific published listing, by listing slug. Read-only, no authentication required (public endpoint, IP rate-limited). Returns title, product_story, included_components, use_cases, complexity_level, product_formats, and demo_video_url when available -- setup and implementation guidance for evaluating or deploying the system after purchase. Call fetch first to confirm the listing exists and get its slug.

Input parameters:

- `slug` (string, required): The listing's slug, as returned by search or fetch.

### `list_categories` (~87 tokens)

Enumerate the full category tree for browsing GallanDigital's marketplace. Read-only, no authentication required (public endpoint, IP rate-limited), no parameters. Returns an array of categories, each with id, name, slug, description, parent_id, level, and display_order. Use first when browsing by category rather than searching by keyword, or to get valid category_slug values for search.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-gallandigital-marketplace/api-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 66
- 2026-07-29: 68
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://gallandigital.com/api/mcp
- Repository: https://github.com/ZWingett/gallandigital-marketplace
- Changelog RSS feed: https://verifymcp.io/servers/com-gallandigital-marketplace/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-gallandigital-marketplace/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-gallandigital-marketplace/api-mcp
