mcpbeat Sign in

Wondel Skills MCP Server

answering

Wondel Skills MCP is answering right now. Last checked 6 min ago. It exposes 5 tools. Last commit 21 Aug 2026.

Read-only MCP server over 50 book-based agent skills: routes a task to the right framework.

Uptime history 21 days of history
21 days agonow
100.0%
Uptime 24h
93 of 93 checks
5
Tools
read from the server
469 ms
Response time
average over 24h
1
Stars
last commit 21 Aug 2026

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 30 August 2026. No other catalogue keeps this.

30 Aug a tool description was rewritten search_skills

Nothing serious here today

Today is the operative word: we check Wondel Skills MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add wondel-skills-mcp --transport http https://skills.wondel.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wondel-skills-mcp": {
      "url": "https://skills.wondel.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wondel-skills-mcp]
url = "https://skills.wondel.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "wondel-skills-mcp": {
      "url": "https://skills.wondel.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wondel-skills-mcp": {
      "url": "https://skills.wondel.ai/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

journey
get_journey
One guided journey as a phase plan: the ordered skills, the decision question each phase answers, the docs/ file it writes, and which phases are go/no-go gates. Pass slug for a known journey, or goal to have one picked.
load
load_skill
The skill's actual instructions — the upstream SKILL.md, ready to follow in this session with nothing installed. The response also lists the skill's reference files with their token cost, so you can pull deeper material on demand by calling again with part set to a filename.
recommend
recommend_skills
Route a task to the right skills. Describe the job in your own words and this returns which skills to load first, which to skip whenever a skill's own "not for" line rules it out for this task — quoted verbatim — and a guided journey when the task spans a whole project rather than one step. This is the tool to reach for first.
skill
get_skill
Metadata for one skill or journey: its definition, when to use it, when not to, and related slugs. Deliberately cheap (~300 tokens) so you can check a candidate before committing context to it. Pass sections to widen, or sections:["all"] for the whole page. This does not return the skill instructions — load_skill does.
skills
search_skills
Search 51 book-based agent skills and 14 guided journeys by keyword or phrase. Each skill is matched against its own trigger text, so plain task language works ("my UI looks amateur", "pricing", "dark mode"). Returns compact hits, each quoting the line that matched. Use recommend_skills instead when you have a task rather than a keyword.

Endpoints

URLTransportStateLatencyChecked
https://skills.wondel.ai/mcp streamable-http answering 505 ms 6 min ago

Alternatives to Wondel Skills MCP

same job, measured the same way
ToolsMonk tool catalog
by toolsmonk

Find the right ToolsMonk tool for a task: 255 free browser-based tools, read-only lookups.

5 tools answering
Saferagenticai MCP
by nellinc

Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.

473 installs/wk 12 tools answering
Toolroute
by grossiweb

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

1 788 installs/wk local only
operant-mcp
by saagpatel

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

23 installs/wk 5 tools answering
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

62 installs/wk local only
Skill MCP
by chrischall

Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts

240 installs/wk local only
Itsoc MCP
by ankit512

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

85 installs/wk local only
MCP Ts Core
by cyanheads

Agent-native TypeScript framework for MCP servers.

12 786 installs/wk local only

Wondel Skills MCP — questions

Answers built from our own checks of this server.

What can Wondel Skills MCP do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_journey, get_skill, load_skill, recommend_skills, search_skills. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Wondel Skills MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 469 ms. The bar chart above shows every period we have measured.
How do I connect Wondel Skills MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Wondel Skills MCP need an API key?
No. Wondel Skills MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Wondel Skills MCP?
It answers our handshake in 469 ms on average, which is faster than 34% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Wondel Skills MCP open source?
We cannot say that it is: 1 stars on GitHub, but no licence is declared, and without one the code is not open source by default.