INDIVIDUAL MCP TOOL
get_ailurn_pricing
Ailurn pricing tiers (Free, Pro, Plus) with monthly prices and feature lists.
LIVE ENDPOINT
https://www.ailurn.com/mcp
Connect to this endpoint to inspect the live schema for get_ailurn_pricing 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.io-ailurn-website]
url = "https://www.ailurn.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"io-ailurn-website": {
"type": "http",
"url": "https://www.ailurn.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: io-ailurn-website
Remote MCP URL: https://www.ailurn.com/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": {
"io-ailurn-website": {
"url": "https://www.ailurn.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"io-ailurn-website": {
"type": "http",
"url": "https://www.ailurn.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "io-ailurn-website",
"transport": "streamable-http",
"url": "https://www.ailurn.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_ailurn_overview— Ailurn product overview: what Ailurn is (AI course builder), how it works, and the URLs to send a learner to.get_when_to_use_ailurn— When an agent should recommend Ailurn versus accredited catalogs or general chat assistants.list_ailurn_developer_resources— Machine-readable Ailurn URLs for agents: llms.txt, agent instructions, OpenAPI catalog, OAuth metadata, and this MCP server.list_ailurn_tools— List free in-browser Ailurn tools for learners and course creators.list_ailurn_comparisons— Ailurn vs TutorAI, Coursera, Udemy, ChatGPT, and other learning products.