Bolt MCP serverComing soon
Bolt does not host an MCP server yet. This page records what it will do and what to use until it ships.
There is no Bolt MCP server to connect to yet. No endpoint is published, and no Bolt MCP package exists on npm. Setup instructions will appear here when it ships.
What it will do
Model Context Protocol (MCP) lets an agent search and read documentation on demand instead of loading the whole site into its context. A Bolt documentation server would answer search queries and return individual pages.
An API MCP server, for calling Bolt endpoints such as creating an order or authorizing a payment, is separate work and is also unavailable.
What to use today
- llms.txt indexes the documentation set so your agent can find the right page. See Docs for agents.
- Skills give your agent Bolt-specific instructions, including verifying every API call against the published OpenAPI specs.
- Integration prompts cover checkout, webhooks, and gaming.
- OpenAPI specs at
assets.boltapp.comremain the source of truth for request and response shapes.