Ranomics Platform
https://server.smithery.ai/ranomics/platform/mcpWet-lab triage for AI binder-design agents. Submit computational protein designs against a target and receive yeast-display enrichment, NGS counts, and called hits. The Ranomics MCP server gives AI binder-design agents programmatic access to wet-lab validation. Submit a panel of computationally designed proteins or antibody binders against a target, and the upstream Ranomics Platform runs yeast surface display, mammalian display, or deep mutational scanning at library scale. You get back per-sequence enrichment ratios, NGS counts, and called hits. Designed for the AI workflow that has 10,000+ MPNN, RFdiffusion, BindCraft, or BoltzGen candidates and can't afford per-sequence kinetics on all of them. Use Ranomics first to enrich down to the top 100 or 200, then take those to a biophysics vendor for binding kinetics. Seven tools cover the full lifecycle: `list_targets`, `estimate_cost`, `submit_experiment`, `get_experiment_status`, `get_experiment_quote`, `confirm_quote`, `get_experiment_results`. Transport: streamable-http. Auth: Bearer token from https://tools.ranomics.com/account/api-keys. Also published to the official MCP Registry as `com.ranomics/mcp`.
How to connect
https://server.smithery.ai/ranomics/platform/mcp
curl -X POST https://server.smithery.ai/ranomics/platform/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'