INDIVIDUAL MCP TOOL
search_courses
Search the published AI UNLOCKED courses (AI, Vibe Coding, n8n automation, and more).
LIVE ENDPOINT
https://aiunlock.co/api/mcp
Connect to this endpoint to inspect the live schema for search_courses and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.aiunlock]
url = "https://aiunlock.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aiunlock": {
"type": "http",
"url": "https://aiunlock.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aiunlock
Remote MCP URL: https://aiunlock.co/api/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": {
"aiunlock": {
"url": "https://aiunlock.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aiunlock": {
"type": "http",
"url": "https://aiunlock.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aiunlock",
"transport": "streamable-http",
"url": "https://aiunlock.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_course— Get one course by slug, including its curriculum outline (module and lesson titles, durations, which lessons are free previews).search_programs— Search the AI programs (desktop tools sold with a licence) — price, version, licence type and whether Diamond membership includes them.get_program— Get one program by slug, including its feature list and system requirements.get_membership_pricing— Get the AI UNLOCKED membership tiers (Gold monthly, Diamond yearly, Diamond lifetime) with current prices in THB and what each unlocks.search_blog_posts— Search published AI UNLOCKED articles and tutorials by keyword or tag.get_blog_post— Get the full markdown body of one published blog post by slug.