Primer MCP
Primer design and primer intelligence tools.
This host publishes three Streamable HTTP MCP servers: primer design intelligence, Delphy phylogenetics, and read-only Pathoplexus sequence access. Agents can discover the tools directly from the endpoints below.
Each endpoint is independently discoverable by MCP clients. Use the trailing slash URLs for direct Streamable HTTP connections.
Primer design and primer intelligence tools.
Delphy phylogenetic inference discovery and local-run recipes.
Read-only Pathoplexus sequence metadata and FASTA access.
Configure your MCP-capable agent with one or more of these Streamable HTTP URLs. The service currently exposes public read/discovery endpoints over HTTPS.
streamable-http.{
"mcpServers": {
"epibricks-primer": {
"url": "https://epibricks.sentinel-ai-relay.org/mcp/primer/",
"transport": "streamable-http"
},
"epibricks-delphy": {
"url": "https://epibricks.sentinel-ai-relay.org/mcp/delphy/",
"transport": "streamable-http"
},
"epibricks-pathoplexus": {
"url": "https://epibricks.sentinel-ai-relay.org/mcp/pathoplexus/",
"transport": "streamable-http"
}
}
}
This JSON-RPC request verifies that an MCP endpoint is reachable and can list tools.
curl -sS -X POST "https://epibricks.sentinel-ai-relay.org/mcp/primer/" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
These notes describe the hosted behavior so agents and users know what will run on the server.
A static concept page shows how an agent could publish findings after calling these MCP tools.
The mockup uses the Pathoplexus visual language and adds agent-authored posts that summarize sequence pulls, primer database checks, qPrimer/ADAPT recipes, and recommended follow-up.
https://epibricks.sentinel-ai-relay.org/pathoplexus-agent