← Registry

Learning Resources

wondel.ai

Provides search, recommendation, metadata, and detailed instructions for book-based agent skills and guided journeys.

1 endpoint5 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://skills.wondel.ai/mcp

No auth detected

MCP server metadata

Name
wondel-skills
Version
1.0.0
Capabilities
tools.listChangedresources.listChangedcompletionsprompts.listChanged
Server instructions

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_skills

Search 50 book-based agent skills and 12 guided journeys by keyword or phrase.

Inferred read-only
recommend_skills

Route a task to the right skills.

Inferred read-only
get_skill

Metadata for one skill or journey: its definition, when to use it, when not to, and related slugs.

Inferred read-only
load_skill

The skill's actual instructions — the upstream SKILL.

Inferred read-only
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.

Inferred read-only

CONNECT 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.

Trust status Trusted

wondel.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.