Qumge Skills
com.qumge/skillsSearch and install curated agent skills, plus bundles that get one job done in a single call.
Tools · 6
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…
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 the skill categories and how many skills are in each. Useful when the user is browsing rather than looking for something specific.
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 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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"qumge_skills": {
"url": "https://qumge.com/mcp",
"transport": "streamable-http"
}
}
}