Add ctbrain to Claude
The certified, read-only ctbrain evidence tools, grounded against a seeded clinical-trials corpus. This preview endpoint is open — no token needed. Pick your client below.
Read-only: trial endpoints, adverse-event rates, cross-trial comparisons, span re-grounding.
No writes, no server-side model spend — your own Claude does the reasoning.
Claude (web / desktop — Add custom connector)
Settings → Connectors → Add custom connector, then:
| Name | ctbrain |
| URL | https://ctbrain.bawedding.org/mcp |
| OAuth Client ID / Secret | leave both blank |
Claude Code (CLI)
claude mcp add --transport http ctbrain https://ctbrain.bawedding.org/mcp
Claude Code — .mcp.json
{
"mcpServers": {
"ctbrain": {
"type": "http",
"url": "https://ctbrain.bawedding.org/mcp"
}
}
}
Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"ctbrain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ctbrain.bawedding.org/mcp"
]
}
}
}
Endpoint
MCP endpoint (streamable HTTP): https://ctbrain.bawedding.org/mcp