← Registry

Learning Resources

appliedai.club

MCP server that lists and retrieves markdown pages from appliedai.club for browsing its learning content.

1 endpoint2 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://www.appliedai.club/.well-known/mcp

No auth detected

MCP server metadata

Name
applied-ai-club
Version
1.0.0
Capabilities
toolsresources
Server instructions

Site for Applied AI Club, a free community for operators learning to build with AI. Use list_pages/get_page or resources to read content as markdown.

Known tools 2

list_pages

List all pages on appliedai.club with path, title, and description.

Inferred read-only
get_page

Get the markdown version of any page on appliedai.club by its path (e.g.

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.applied-ai-club]
url = "https://www.appliedai.club/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "applied-ai-club": {
      "type": "http",
      "url": "https://www.appliedai.club/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: applied-ai-club
Remote MCP URL: https://www.appliedai.club/.well-known/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": {
    "applied-ai-club": {
      "url": "https://www.appliedai.club/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "applied-ai-club": {
      "type": "http",
      "url": "https://www.appliedai.club/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "applied-ai-club",
  "transport": "streamable-http",
  "url": "https://www.appliedai.club/.well-known/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 appliedai.club was fetched 2026-09-26T13:34:29.680Z.

Trust status Trusted

appliedai.club 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.