ranomics-mcp

Model Context Protocol server for the Ranomics Platform API. Wet-lab triage for AI binder-design agents.

Endpoint

POST https://mcp.ranomics.com/mcp
Authorization: Bearer rk_live_...

Tools

NamePurpose
list_targetsDiscover the calibrated antigen catalogue
estimate_costNon-binding USD cost band
submit_experimentCreate an experiment with target + sequences
get_experiment_statusPoll status + results_status + status_log
get_experiment_quoteFetch the quote at QuoteSent
confirm_quoteAccept a quote, advance to WaitingForMaterials
get_experiment_resultsFetch per-sequence enrichment + downloads

Get an API key

Mint a key at tools.ranomics.com/account/api-keys, then pass it as Authorization: Bearer rk_live_... on every MCP call.

Discovery

GET /.well-known/mcp.json
GET /.well-known/ai-plugin.json

Full reference

The MCP server is a thin wrapper over the REST API documented at ranomics.com/platform. The live OpenAPI 3.1 spec lives at tools.ranomics.com/api/v1/openapi.json.