Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Qumge Skills

com.qumge/skills

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

Uptime
100.0%
1 direct probes · 30d
Response
789ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://qumge.com/mcp

Tools · 6

search_skills

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 socia…

get_skill

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 …

list_categories

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

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.

list_bundles

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…

get_bundle

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 ste…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "qumge_skills": {
      "url": "https://qumge.com/mcp",
      "transport": "streamable-http"
    }
  }
}