Now in public beta

One API for All of Science

Protein folding, molecular analysis, drug docking, genomics, and vaccine design — unified under a single API key. Built for researchers, drug hunters, and AI agents.

Free tier included · No credit card required · 500 credits/month · 750 for .edu

python3
50+
API Endpoints
40+
MCP Agent Tools
12+
Science Domains
<100ms
Avg Response Time

Scientific Computing, Simplified

Access state-of-the-art models through clean, well-documented endpoints. No infrastructure to manage.

Protein Folding

Predict 3D protein structures from amino acid sequences using ESMFold. Get PDB files and confidence scores.

Molecular Analysis

Calculate molecular properties, convert between SMILES/InChI formats, and compute Tanimoto similarity.

Drug Docking

Dock small molecules to protein targets with AutoDock Vina. Get binding affinities and 3D poses.

ADMET Prediction

Predict absorption, distribution, metabolism, excretion, and toxicity properties for drug candidates.

Genomics

Analyze variant effects, predict pathogenicity scores, and explore gene-disease associations.

Vaccine Design

End-to-end neoantigen vaccine pipeline: mutation analysis, MHC binding, mRNA construct design.

MCP Agent Tools

40+ tools via Model Context Protocol. Let Claude, GPT, or custom agents call science APIs natively.

Unified SDK

One Python package. Sync and async clients. Type-safe responses. pip install scirouter.

Up and Running in Minutes

No infrastructure to set up. No GPUs to manage. No Docker images to build.

01

Get Your API Key

Sign up in 30 seconds. No credit card needed. Your key is ready immediately with 500 free credits per month.

02

Install the SDK

pip install scirouter — one package for every model. Or use the REST API directly with curl, fetch, or any HTTP client.

03

Call Any Model

Fold proteins, analyze molecules, dock drugs, design vaccines. Same auth, same format, same reliability across all endpoints.

Built for Every Stage of Research

Whether you're a solo researcher, a pharma team, or an AI agent — SciRouter fits your workflow.

Drug Discovery Teams

Screen compounds, predict ADMET properties, dock molecules to targets, and design mRNA vaccines — all through one API. Replace five vendor contracts with a single integration.

AI Agents & LLMs

40+ MCP tools let Claude, GPT, and custom agents call real science models. Build autonomous research assistants that fold proteins and analyze molecules in-context.

Academic Researchers

Focus on science, not infrastructure. Get started in minutes with the Python SDK or REST API. Free tier included — no grants required to prototype.

Try It Live — No Sign-Up Required

See SciRouter in Action

Paste a protein sequence or molecule SMILES below and get instant results. This is exactly what the API returns.

54 residues
API Equivalent
client.proteins.fold("MALWMRLLPLLALLALWGPD...")

Click “Predict Structure” to see results

Three Lines to Science

Install the SDK, create a client, and start calling models. It really is that simple.

from scirouter import SciRouter

client = SciRouter(api_key="sk-sci-...")

# Predict protein structure
job = client.proteins.fold(
    "MVLSPADKTNVKAAWGKVGAHAGEYGAEALERMFL"
)
print(job.status)       # "completed"
print(job.result.pdb)   # Full PDB structure

# Molecular properties
props = client.chemistry.properties("CCO")
print(props.molecular_weight)  # 46.07
print(props.logp)              # -0.31

Works With Your Stack

REST, SDK, or MCP — integrate however you build. One API key, every access method.

MCP Protocol

40+ tools for Claude, GPT, and custom AI agents via Model Context Protocol

Python SDK

Type-safe sync & async clients. pip install scirouter and start building.

REST API

Standard JSON REST endpoints. Works with any language, framework, or platform.

OpenAI-Compatible

Tool schemas in OpenAI function format. Drop-in compatible with agent frameworks.

Simple, Transparent Pricing

Start free. Upgrade when you need more. No surprises.

Free

$0/month

500 credits/month (750 for academic)

Get started with science APIs at no cost.

  • All 50+ endpoints included
  • Python SDK access
  • MCP agent tools
  • REST API access
  • Community support
Most Popular

Pro

$29/month

5,000 credits/month

For researchers who need more compute and faster results.

  • Everything in Free
  • Priority GPU queue
  • Saved results history
  • Batch API
  • Email support
  • Usage dashboard
Recommended

Agentic

$99/month

15,000 credits/month

Autonomous AI-driven discovery workflows at scale.

  • Everything in Pro
  • Autonomous discovery pipelines
  • Scheduled runs
  • Agent memory & sessions
  • Webhook notifications
  • Slack/Discord integration
  • Audit trail & reasoning logs

Enterprise

Custom

Unlimited (volume-priced)

Dedicated infrastructure for regulated environments.

  • Everything in Agentic
  • Dedicated GPU instances (zero cold start)
  • Team workspaces & SSO/SAML
  • 99.9% SLA
  • SOC 2 compliance
  • Custom model hosting
  • Self-hosted option

Stay Updated on Scientific Computing

New tools, API features, research guides, and model benchmarks — delivered monthly. No spam.

Join 500+ researchers using SciRouter

Ready to Accelerate Your Research?

Join researchers and teams already using SciRouter. Start with 500 free credits — no credit card required.