Learning Resources
wondel.ai
Provides search, recommendation, metadata, and detailed instructions for book-based agent skills and guided journeys.
ENDPOINT 1
https://skills.wondel.ai/mcp
MCP server metadata
- Name
- wondel-skills
- Version
- 1.0.0
50 agent skills distilled from bestselling business and engineering books, plus 12 guided journeys that orchestrate them. Free, MIT-licensed, https://github.com/wondelai/skills. Start with recommend_skills when you have a task and search_skills when you have a keyword. get_skill is the cheap check; load_skill returns instructions to actually follow, and lists reference files for going deeper. Nothing here needs installing first — but every response tells you the install command for keeping a skill permanently.
Known tools 5
search_skillsSearch 50 book-based agent skills and 12 guided journeys by keyword or phrase.
Inferred read-onlyget_skillMetadata for one skill or journey: its definition, when to use it, when not to, and related slugs.
Inferred read-onlyget_journeyOne 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wondel-skills]
url = "https://skills.wondel.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wondel-skills": {
"type": "http",
"url": "https://skills.wondel.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wondel-skills
Remote MCP URL: https://skills.wondel.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wondel-skills": {
"url": "https://skills.wondel.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wondel-skills": {
"type": "http",
"url": "https://skills.wondel.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wondel-skills",
"transport": "streamable-http",
"url": "https://skills.wondel.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for wondel.ai was fetched 2026-08-25T20:06:01.051Z.
wondel.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.