How it works
One API key. The full Verse Cortex toolchain. No infrastructure to run yourself.
Sign up with Discord, create a key in the dashboard. Free tier starts immediately — 200 search calls/day, no credit card.
One line in claude_desktop_config.json or your agent's MCP config. Works with Claude Code, Cursor, or any standards-compliant client.
Your agent calls search_verse_kb, get_verse_symbol, and compile_verse — grounded in Epic's real API, verified by a real UEFN build.
Credit-metered tools (Pro/Studio): compile_verse=2cr, compile_and_fix=5cr, generate_and_compile=8cr, place_actor=3cr, screenshot_island=2cr, index_private_repo=10cr/kLOC
Install
uefnmcp-connector
is a tiny local MCP server. It runs on your machine and proxies your AI's
questions through the hosted Verse Cortex knowledge base — so your agent
answers from real, current Epic docs and the
indexed Verse API instead of guessing.
Run it with no install via uvx, or pip install it:
# no install — one-off run uvx uefnmcp-connector # or install it pip install uefnmcp-connector
Sign in (free during beta), then create a uefn_sk_… key — it's shown once.
claude mcp add uefnmcp \ --env VERSEISLAND_API_KEY=uefn_sk_your_key_here \ --env VERSEISLAND_GATEWAY_URL=https://uefnmcp.com/mcp-api \ -- uvx uefnmcp-connector
Restart your client and ask it a UEFN/Verse question — it'll call verse_kb_search / verse_symbol through your key. Source: uefnmcp-connector on GitHub.
Pricing
Search and grounding are free-tier. Compile credits are consumed only on real UEFN runs — no waste on failed calls.
Everything below is free during the beta launch window — all tiers unlocked, no credit card. Sign up now and lock founder pricing for 12 months when paid plans go live.
compile_verse & fix loopgenerate_and_compileCredits roll over month-to-month. No partial charges on failed compile jobs. All plans include full MCP tool list access (gated by tier).
Sign in with Discord to get your free API key. No credit card required. Upgrade when you need compile credits.
By signing up you agree to our Terms and Privacy Policy. Free tier has no expiry.
Full tool reference, sequence diagrams, and integration guides in the docs.