MCP SERVER · FREE TIER

Integrate the LEONIDAS Engine into Your Agent

Get a free API key and connect any MCP-compatible agent — Claude Desktop, Cursor, or your own — to the world's most structured prompt generation engine. Zero cost. Zero LLM calls. Pure logic.

<50ms response 500 calls/day free MCP auto-discovery No credit card
Get Your Free API Key
One key per email address. No credit card required.

By registering, you agree to use this API for legitimate purposes only. Free tier: 500 calls/day.

Zero Latency

Pure code logic — no LLM in the loop. Responses in <50ms.

500 Calls/Day Free

Generous free tier. No credit card required.

Usage Dashboard

Track your daily calls and total usage in real time.

MCP Native

Auto-discovered by Claude Desktop, Cursor, and any MCP client.

Available MCP Tools

generate_prompt

Run the LEONIDAS engine → structured prompt in <50ms

list_templates

Browse the full public template library

get_template

Fetch a single template by ID with full prompt text

get_template_by_slug

Fetch a template by URL slug (e.g. 'marketing-manager-overwhelm')

QUICK START · 60 SECONDS

Connect to Your MCP Client

The ASK LEONIDAS MCP server speaks JSON-RPC 2.0 over Streamable HTTP at https://www.askleonidas.com/api/mcp/stream. Pick your client below and paste the config — you'll be generating structured prompts in under a minute.

1

Install mcp-remote

mcp-remote is the standard bridge that lets Claude Desktop connect to any HTTP-based MCP server. Run this once in your terminal:

terminal
npm install -g mcp-remote
2

Open Claude Desktop config

Find your config file at:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
3

Paste this config

Replace lnds_live_your_key_here with your actual API key from the form above.

claude_desktop_config.json
{
  "mcpServers": {
    "ask-leonidas": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.askleonidas.com/api/mcp/stream",
        "--header",
        "Authorization: Bearer lnds_live_your_key_here"
      ]
    }
  }
}
4

Restart Claude Desktop

Quit and relaunch Claude Desktop. You'll see ask-leonidas appear in the MCP tools panel (🔧 icon). Type generate_prompt in any conversation to start.

About mcp-remote

mcp-remote is the official npm bridge maintained by the MCP community. It translates Claude Desktop's stdio-based MCP protocol into HTTP calls, allowing any HTTP MCP server to work with Claude Desktop without any local process.

npmjs.com/package/mcp-remote
Test it in Claude

Once connected, try this prompt in Claude Desktop:

"Use the generate_prompt tool to create a LEONIDAS prompt for a marketing manager who struggles with writing cold emails and wants to book 5 demos per week."