← Registry

Learning Resources

aiunlock.co

Provides search and retrieval of AI UNLOCKED courses, programs, and membership pricing for learning resources.

1 endpoint7 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://aiunlock.co/api/mcp

No auth detected

MCP server metadata

Name
aiunlock
Version
1.0.0
Capabilities
tools
Server instructions

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_courses

Search the published AI UNLOCKED courses (AI, Vibe Coding, n8n automation, and more).

Inferred read-only
get_course

Get one course by slug, including its curriculum outline (module and lesson titles, durations, which lessons are free previews).

Inferred read-only
search_programs

Search the AI programs (desktop tools sold with a licence) — price, version, licence type and whether Diamond membership includes them.

Inferred read-only
get_program

Get one program by slug, including its feature list and system requirements.

Inferred read-only
get_membership_pricing

Get the AI UNLOCKED membership tiers (Gold monthly, Diamond yearly, Diamond lifetime) with current prices in THB and what each unlocks.

Inferred read-only
search_blog_posts

Search published AI UNLOCKED articles and tutorials by keyword or tag.

Inferred read-only
get_blog_post

Get the full markdown body of one published blog post by slug.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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