Overview
Your account summary
Loading…
Account
—
FREE
—
—
—
Quick Links
API Keys
Manage your authentication keys — each scoped to your account
Create New Key
Store this key now. It will NOT be shown again.
Your Keys
| Masked Key | Name | Created | Last Used | Actions |
|---|---|---|---|---|
| Loading… | ||||
Usage
Daily quotas and 30-day activity history
Loading…
Today
—
—
—
—
—
30-Day Activity (total ops/day)
Billing
Manage your subscription and tier
Subscription Management
Opens the Stripe customer portal to update payment method, view invoices, or cancel.
Loading tiers…
Wonderland
Local zero-knowledge MCP proxy daemon — runs on your machine, keys stay yours
What is Wonderland?
Wonderland is a lightweight daemon that runs on your local machine. Claude Code
(or any MCP client) connects to it via http://localhost:8765/sse.
Wonderland forwards requests to the Mazemaker SaaS using your API key — but your
key never leaves your machine in plaintext; it is stored in an encrypted vault.
- Runs as a systemd user service — starts on login, restarts on failure
- Key encrypted at rest using a local vault key
- Zero config after install — compatible with Claude Desktop and Claude Code
Install Command
Click below to generate a one-line install command pre-filled with your API key. Pipe it into bash to install Wonderland on your machine.
Generating…
MCP Config after install
{
"mcpServers": {
"mazemaker": {
"url": "http://localhost:8765/sse"
}
}
}
Playground
Call tools directly and inspect the raw JSON response
Result
// result will appear here