Boltz API
by Boltz API
Predict biomolecular structure and binding, screen compound libraries and design binders from an AI agent. Anthropic lists 10 tools; three of them spend real GPU money. OAuth sign-in with a compute:run scope.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Boltz API via MCP
https://mcp.boltz.bio/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Boltz API Tools & Capabilities (10)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- Three tools spend money and no scope separates them from the reads. Boltz advertises one application scope,
compute:run, covering both estimating and submitting. The boundary between a free estimate and a billed run lives entirely in your client's approval prompts. - Boltz publishes no tool list for this server. The 10 names come from Anthropic's directory. We found no MCP enumeration in either Boltz documentation site or any public Boltz repository, so we could not diff them against a vendor list — none exists.
- The directory description names capabilities the tool list does not carry. It says the server can design small molecules and protein binders; no tool among the ten starts a design job, though the REST API documents all three design types.
- We could not read tool schemas or safety annotations. The endpoint returned 401 to an anonymous request, so no parameter-level detail is published here.
- Cost estimates are approximate, and least precise where the bill is largest. Boltz states that final billing follows the exact compute measured at run time, and that for large library screens the estimate is extrapolated from a sample.
- Results expire. Workspace data retention defaults to 7 days after a run terminates, with a 14-day ceiling and a 30-day hard stop on runs that never terminate. Download what you need.
- Test mode is not available over this connector. Boltz's no-GPU, no-billing test keys are API keys; the MCP server authenticates with OAuth.
- Rate and queue limits apply per organization and workspace, at 100 requests per 10 seconds and 5,000 pending predictions / 500 pending pipeline runs respectively.
- Boltz's own docs never mention this connector. Its agent-integration guidance covers the
boltz-apiCLI and marketplace plugins instead, so a reader following the vendor's instructions installs something else.
Frequently asked questions
Three of the ten tools do. The boltz_start_structure_and_binding, boltz_start_small_molecule_screen and boltz_start_protein_screen tools submit GPU jobs, and Boltz bills by compute measured at run time. The three matching estimate tools return a price without creating a run or using any GPU, so an estimate call is free and a start call is not.
Five scopes, four of which are identity claims. Boltz advertised openid, profile, email, offline_access and compute:run on 2026-08-22. Only compute:run is an application scope, and it is the single grant that covers both reading a job's status and submitting a new billable one. No scope separates the read tools from the spending ones.
Set a workspace spending limit, not an MCP setting. Boltz documents a hard lifetime cap per workspace, denominated in milli-USD, where 1000 means USD 1.00. Boltz reserves each job's estimated cost against the ledger before the work starts and rejects anything over the cap with the error workspace_spending_limit_reached. Setting the limit to zero blocks new billable work.
Boltz's pricing page lists USD 0.025 per small molecule for the small-molecule pipeline, and a crop-size ladder for protein design and Sandbox running from USD 0.025 at 0-256 residues to USD 0.40 above 2048. The Professional plan carries no subscription and includes up to 200 free predictions each month. A library screen multiplies the per-unit figure by the library size.
Not with the ten tools Anthropic lists. Boltz's REST API has an irreversible delete-data endpoint on every prediction, design run and library screen, and no tool among the ten carries a delete verb or maps to it. Data still disappears on its own schedule: workspace retention defaults to seven days after a run reaches a terminal state, capped at fourteen.
No, they are two different servers with two different tool sets. The remote server at mcp.boltz.bio is what Anthropic's directory lists. Boltz also ships a local .mcpb desktop extension whose eleven tools share exactly one name with the remote listing, boltz_get_guidance, and which shells out to a boltz-api CLI you install yourself.
Yes, with a test-mode API key, though not over the MCP connector. Boltz documents keys prefixed sk_bc_admin_test_ and sk_bc_ws_test_ that run the full request, poll and fetch lifecycle against real endpoints and return synthetic results with no GPU usage and no billing. The MCP server signs in with OAuth rather than an API key, so test mode is a CLI and SDK path.
One request limit and one queue cap. Boltz documents 100 requests per 10-second sliding window scoped per organization, returning HTTP 429 with Retry-After. Separately, queue caps reject new submissions at 5,000 pending predictions and 500 pending pipeline runs per organization, or 1,000 and 100 per workspace. Test-mode submissions are exempt from the queue caps.
Sources
- Boltz API documentation, Agent integrations (retrieved 2026-08-22). This is the vendor's nominated documentation URL after following the 301 from
api.boltz.bio/docs. · retrieved 2026-08-22 - Boltz API documentation, Costs (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation, Workspace spending limits (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation, Authentication (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation, Data retention (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation, Errors and retries (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation, Test environment (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation, Share links (retrieved 2026-08-22) · retrieved 2026-08-22
- Boltz API documentation index,
llms.txt(retrieved 2026-08-22). Indexes 20 guides and the full REST reference; contains no MCP entry. · retrieved 2026-08-22 - Boltz Lab documentation,
llms-full.txt(retrieved 2026-08-22). 23,993 words covering the web application; contains no occurrence of "MCP". Itsrobots.txtcarriesContent-Signal: ai-train=yes, search=yes, ai-input=yes, expressly permitting this use. · retrieved 2026-08-22 - Boltz pricing (retrieved 2026-08-22). Note that
boltz.bio/robots.txtsetsContent-Signal: search=yes, ai-train=no, use=reference; the figures above are cited as reference with attribution rather than synthesised prose. · retrieved 2026-08-22 - Boltz Claude Desktop extension source,
boltz-bio/boltz-mcpbat commit8197d5a(read 2026-08-22). A different, local server; used here only to distinguish it from the remote connector. · retrieved 2026-08-22 - Boltz agent plugin source,
boltz-bio/boltz-api-skills(read 2026-08-22) · retrieved 2026-08-22 - Live OAuth posture check: anonymous
initializereturned 401 with awww-authenticateheader naming RFC 9728 metadata athttps://mcp.boltz.bio/.well-known/oauth-protected-resource/mcp, and authorization server metadata athttps://lab.boltz.bio/.well-known/oauth-authorization-server(2026-08-22) · retrieved 2026-08-22 - Anthropic Connectors Directory entry — , read from our directory snapshot dated 2026-08-16 · retrieved 2026-08-16
- Boltz support — <mailto:support@boltz.bio> · Privacy
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Healthcare
- Developer
- Boltz API
- Tools
- 10
- Domain
- mcp.boltz.bio
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.