Model Context Protocol server for the Ranomics Platform API. Wet-lab triage for AI binder-design agents.
POST https://mcp.ranomics.com/mcp
Authorization: Bearer rk_live_...
| Name | Purpose |
|---|---|
list_targets | Discover the calibrated antigen catalogue |
estimate_cost | Non-binding USD cost band |
submit_experiment | Create an experiment with target + sequences |
get_experiment_status | Poll status + results_status + status_log |
get_experiment_quote | Fetch the quote at QuoteSent |
confirm_quote | Accept a quote, advance to WaitingForMaterials |
get_experiment_results | Fetch per-sequence enrichment + downloads |
Mint a key at tools.ranomics.com/account/api-keys, then pass it as Authorization: Bearer rk_live_... on every MCP call.
GET /.well-known/mcp.json
GET /.well-known/ai-plugin.json
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.