Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEAPD_API_KEYYesYour key from your Leapd dashboard
LEAPD_API_BASENoMust be an https:// Leapd host, or localhost for developmenthttps://api.leapd.ai
LEAPD_TIMEOUT_MSNoPer-request timeout, capped at 10 minutes120000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
launch_businessA

Turn an idea into a live business on Leapd: positioning, a deployed landing page, and a day-one plan of concrete tasks. Returns the public URL. Call this once — use get_workspace afterwards.

get_workspaceA

Current state of your business: live URL, deployment and domain status, plan day, and a summary of what is in flight.

list_tasksA

The current plan — what is queued, running, blocked, or done. Blocked tasks include the reason so you know what to unblock.

create_taskA

Add work to the plan — a page to build, a piece of research, a fix. The task is executed by Leapd, not by this MCP server.

run_taskA

Start a queued task immediately instead of waiting for its scheduled slot. Returns as soon as the task is dispatched — poll list_tasks for the outcome.

list_documentsA

Artifacts Leapd has produced — positioning, customer profile, roadmap, research. Returns slugs and titles; use get_document to read one.

get_documentA

Full contents of one document Leapd produced for your business.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leapd-ai/leapd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server