# Qumge Skills (remote · qumge.com)

Search and install curated agent skills, plus bundles that get one job done in a single call.

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

## Components

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

## Channel facts

- Endpoint: `https://qumge.com/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-19.

- **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 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 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 602 tokens (~100/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 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**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-qumge-skills https://qumge.com/mcp
```

### Codex

```toml
[mcp_servers.com-qumge-skills]
url = "https://qumge.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-qumge-skills --url https://qumge.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-qumge-skills:
    url: "https://qumge.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-qumge-skills": {
      "type": "http",
      "url": "https://qumge.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-08-18 (score 68, +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-08-16 (score 67, +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-08-14 (score 66, +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-08-12 (score 65, +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-08-11 (score 64, −1)

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

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

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

### 2026-08-07 (score 64, +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-08-06 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (6)

### `search_skills` (~208 tokens)

Search Qumge's curated catalog of agent skills (SKILL.md files) by what the user wants to accomplish. Use this whenever the user asks for a skill, tool, or capability — e.g. 'find me a skill for social media automation', 'is there a skill for SEO audits'. Returns the best few, ranked by how useful they actually are (an LLM read each one), with a one-line summary and the exact slug to pass to get_skill.

Input parameters:

- `category` (string): Optional. Narrow to one category. Call list_categories to see them.
- `limit` (integer): How many to return. Default 5, max 10.
- `offset` (integer): Skip this many results — for paging through a long list.
- `query` (string): What the user wants to do, in their own words. e.g. 'automate posting to social media', 'extract tables from PDFs'. Omit it to browse the top-ranked skills instead.

### `get_skill` (~97 tokens)

Fetch the full SKILL.md content of one skill, by the slug returned from search_skills. Write the returned markdown to .claude/skills/<name>/SKILL.md (or the equivalent for the user's agent) and it is installed — no other step is needed.

Input parameters:

- `slug` (string, required): The skill's slug, e.g. 'AgriciDaniel/claude-seo/seo-google'. Comes from search_skills.

### `list_categories` (~33 tokens)

List the skill categories and how many skills are in each. Useful when the user is browsing rather than looking for something specific.

### `list_models` (~97 tokens)

List the models this gateway can route to, best first. Every one is reachable with the same Qumge key — no per-vendor signup. Only tool-calling models are listed: an agent cannot use the others.

Input parameters:

- `limit` (integer): How many to return. Default 20, max 60.
- `query` (string): Optional. Filter by name or vendor, e.g. 'claude', 'gemini'.

### `list_bundles` (~72 tokens)

List Qumge's skill bundles. A bundle is a hand-picked set of skills that together get ONE job done — e.g. 'see what competitors are posting'. Use this when the user describes a goal rather than naming a tool, then call get_bundle to install the whole set in a single step.

### `get_bundle` (~95 tokens)

Fetch every SKILL.md in one bundle, in a single call. Write each returned skill to .claude/skills/<name>/SKILL.md (or the equivalent for the user's agent) and the whole set is installed — no other step is needed. Get the slug from list_bundles.

Input parameters:

- `slug` (string, required): The bundle slug from list_bundles, e.g. 'bundle:competitor-research'.

## Diagnostics

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

## Score history

- 2026-08-19: 68
- 2026-08-18: 68
- 2026-08-17: 67
- 2026-08-16: 67
- 2026-08-15: 66
- 2026-08-14: 66
- 2026-08-13: 65
- 2026-08-12: 65
- 2026-08-11: 64
- 2026-08-10: 65
- 2026-08-09: 65
- 2026-08-08: 64
- 2026-08-07: 64
- 2026-08-06: 63
- 2026-08-05: 63

## Links

- Remote endpoint: https://qumge.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-qumge-skills/qumge.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-qumge-skills/qumge.json
- HTML version of this page: https://verifymcp.io/servers/com-qumge-skills/qumge
