Learning Resources
aiunlock.co
Provides search and retrieval of AI UNLOCKED courses, programs, and membership pricing for learning resources.
ENDPOINT 1
https://aiunlock.co/api/mcp
MCP server metadata
- Name
- aiunlock
- Version
- 1.0.0
AI UNLOCKED is a Thai AI education platform (courses, AI desktop programs, blog). These tools read the public catalogue only: course and program listings, curriculum outlines, blog articles and membership prices. Course videos, downloads and licences are not available here — link the user to the returned URL to sign in and buy.
Known tools 7
search_coursesSearch the published AI UNLOCKED courses (AI, Vibe Coding, n8n automation, and more).
Inferred read-onlyget_courseGet one course by slug, including its curriculum outline (module and lesson titles, durations, which lessons are free previews).
Inferred read-onlysearch_programsSearch the AI programs (desktop tools sold with a licence) — price, version, licence type and whether Diamond membership includes them.
Inferred read-onlyget_programGet one program by slug, including its feature list and system requirements.
Inferred read-onlyget_membership_pricingGet the AI UNLOCKED membership tiers (Gold monthly, Diamond yearly, Diamond lifetime) with current prices in THB and what each unlocks.
Inferred read-onlysearch_blog_postsSearch published AI UNLOCKED articles and tutorials by keyword or tag.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.