# Market Category Booster (remote · market-category-booster.com)

Maps a product description onto the category path of a marketplace taxonomy.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `market-category-booster.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-market-category-booster-mcb/market-category-booster.md), [page](https://verifymcp.io/servers/com-market-category-booster-mcb/market-category-booster)

## Channel facts

- Endpoint: `https://market-category-booster.com/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.3`

## 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-20.

- **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 3 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**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 664 tokens (~132/item across 5 items; 3 tools + 2 resources), over budget; trim descriptions and params.
  - 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 5 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 Market Category Booster MCP server?

Market Category Booster is a hosted endpoint at https://market-category-booster.com/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 com-market-category-booster-mcb 'https://market-category-booster.com/mcp/'
```

### Cursor

```json
{
  "mcpServers": {
    "com-market-category-booster-mcb": {
      "url": "https://market-category-booster.com/mcp/"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-market-category-booster-mcb": {
      "type": "http",
      "url": "https://market-category-booster.com/mcp/"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-market-category-booster-mcb]
url = "https://market-category-booster.com/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-market-category-booster-mcb": {
      "type": "remote",
      "url": "https://market-category-booster.com/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-market-category-booster-mcb --url 'https://market-category-booster.com/mcp/' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-market-category-booster-mcb:
    url: "https://market-category-booster.com/mcp/"
```

### Netclaw

```json
{
  "McpServers": {
    "com-market-category-booster-mcb": {
      "Transport": "http",
      "Url": "https://market-category-booster.com/mcp/"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-market-category-booster-mcb -t streamable-http -u 'https://market-category-booster.com/mcp/'
```

### Other

```json
{
  "mcpServers": {
    "com-market-category-booster-mcb": {
      "type": "http",
      "url": "https://market-category-booster.com/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-20 (score 70, +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-09-19 (score 69, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-18 (score 69)

First indexed and scored.

## MCP tools (3)

### `categorize_product` (~181 tokens)

Map a free-text product description to a marketplace category path.

Walks the taxonomy of the target marketplace one level at a time and
returns the full path: one match per level, from the broadest category down
to the most specific one, each with the reason it was picked. Use it to
assign a listing category to a product you only have prose for.

The last match carries `truncated: true` when the per-request token budget
stopped the descent before a leaf. Every successful call is billed: with no
\`X-API-Key` header and no x402 payment proof the tool answers with the
payment requirements instead of a result.

Input parameters:

- `description` (string, required): free-text product description, up to 2000 characters.
- `store_id` (string, required): target marketplace, one of the values from `list_stores`.

Output parameters:

- `categories` (array): One match per taxonomy level, from broadest to most specific. The last item may carry truncated=true
- `judge_approved`: Whether a separate LLM judge confirmed the final category path is consistent with the description; null when the token budget ran out before the judge could run
- `judge_reason`: The judge's stated reason for its verdict on the final path; null when the judge did not run or the final path was never judged
- `name` (string): Product name

### `list_stores` (~68 tokens)

List the marketplaces whose taxonomies are loaded, as `store_id` values.

These are the only accepted values for the `store_id` argument of
\`categorize_product`. Free of charge on purpose: without it an agent would
have to pay for a failed call to discover them.

Output parameters:

- `result` (array)

### `payment_info` (~63 tokens)

Return the x402 payment requirements for one categorization call.

Meant for an agent that holds no API key: gives network, asset, recipient
address and amount as JSON, so the payment authorization can be signed
before calling `categorize_product`. Free of charge.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-market-category-booster-mcb/market-category-booster#diagnostics

## Score history

- 2026-09-20: 70
- 2026-09-19: 69
- 2026-09-18: 69

## Common questions

### What is the Market Category Booster MCP server?

Market Category Booster is an MCP server listed in the public MCP registry as com.market-category-booster/mcb. Maps a product description onto the category path of a marketplace taxonomy. This page covers its hosted endpoint (https://market-category-booster.com/mcp/).

### Is the Market Category Booster MCP server safe to use?

Market Category Booster scores 70 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 Market Category Booster MCP server expose?

Market Category Booster exposes 3 tools: categorize_product, list_stores, payment_info. Their descriptions and schemas cost roughly 312 tokens of context every time the server is loaded.

### Does the Market Category Booster MCP server require authentication?

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

### Is the Market Category Booster MCP server still maintained?

Market Category Booster is still listed as active in the MCP registry. We last reached this channel on 20 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://market-category-booster.com/mcp/
- Repository: https://github.com/sammyrulez/market-cat-booster
- Website: https://market-category-booster.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-market-category-booster-mcb/market-category-booster.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-market-category-booster-mcb/market-category-booster.json
- HTML version of this page: https://verifymcp.io/servers/com-market-category-booster-mcb/market-category-booster
