INDIVIDUAL MCP TOOL
buy_credits
Buy prepaid API credits (no key needed — this is how a new machine customer signs up).
LIVE ENDPOINT
https://eichor.com/mcp
Connect to this endpoint to inspect the live schema for buy_credits and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eichor]
url = "https://eichor.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eichor": {
"type": "http",
"url": "https://eichor.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eichor
Remote MCP URL: https://eichor.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eichor": {
"url": "https://eichor.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eichor": {
"type": "http",
"url": "https://eichor.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eichor",
"transport": "streamable-http",
"url": "https://eichor.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
risk_score— Composite distress/risk score (0-100 + tier) for one clinical trial, computed from public registry/FDA/SEC evidence, with the headline driver.geo_risk— Macro/geographic patient-retention risk for a location: headline score/rating, retention note and top factor.feasibility— Indication-level trial feasibility for a therapeutic area and region: overall grade/score, discontinuation proxy, distinct-trial count and a headline naming the strongest/weakest cluster.protocol_complexity— Protocol-complexity score (0-100 + tier) for one clinical trial, from verified protocol-text features (each response reports whether they were settled by a human reviewer or deterministic registry checks; eligibility-criteria burden, washout, endpoint complexity) with the dominant driver and coverage.usage— Your current quota/credit state.