Analytics
parkinsonspathways.com
Searches and matches Parkinson's disease clinical trials based on patient profiles.
ENDPOINT 1
https://parkinsonspathways.com/mcp
MCP server metadata
- Name
- trialpath
- Version
- 1.1.0
TrialPath is a read API and MCP server for curated Parkinson's-disease clinical trials (AI plain-language summaries, five-word goals, structured eligibility ontology, site locations). It covers Parkinson's disease ONLY. Use it to: search the curated PD trial set by keyword/sponsor/country/status/phase/geo radius; fetch single-trial briefs (free basic projection or paid full brief with AI summary + parsed eligibility); get the current machine-readable record of a trial; run a structured PD eligibility search (H&Y, levodopa, DBS, GBA/LRRK2, etc.); and match a structured Parkinson's patient profile to trials with hard disqualifiers and dimension-aware fit scoring. Auth: pass X-API-Key on the HTTP request to /mcp for the free daily quota; or pass X-PAYMENT to settle a tool call in USDC via x402 on Base. When a paid call lacks both, the tool returns the x402 paymentRequirements as structuredContent so an x402-aware client can sign and retry. Each tool's _meta carries its USD price and source REST endpoint so agents can surface cost before invoking.
Known tools 10
search_trialsSearch the curated Parkinson's trial set by keyword, sponsor, country, status, phase, intervention type, or geographic radius.
Inferred read-onlyget_llms_indexMachine-readable index of every agent endpoint, its price, accepted parameters, and a short description.
Inferred read-onlymatch_patientRank curated Parkinson's-disease trials for a structured patient profile.
Inferred read-onlyreplay_trial_snapshotReturns the current machine-readable record of a curated Parkinson's trial (title, status, phase, sponsor, conditions, interventions, eligibility, sites).
Inferred read-onlypd_eligibility_searchStructured Parkinson's eligibility search over the curated PD trial set (not the universal mirror).
Inferred read-onlylist_topup_tiersLists the available prepaid-credit top-up tiers, the USD amount each tier charges over x402, and the bonus credit percentage on each.
Inferred read-onlyget_credit_balanceReturns the prepaid USDC credit balance and lifetime stats (topped up, bonus received, spent, refunded) for the calling API key.
Inferred read-onlyget_credit_transactionsReturns the most recent prepaid-credit ledger entries (top-ups, bonuses, debits for paid calls, and refunds) for the calling API key, with running balance after each entry.
Inferred read-onlyCONNECT 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.trialpath]
url = "https://parkinsonspathways.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trialpath": {
"type": "http",
"url": "https://parkinsonspathways.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trialpath
Remote MCP URL: https://parkinsonspathways.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": {
"trialpath": {
"url": "https://parkinsonspathways.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trialpath": {
"type": "http",
"url": "https://parkinsonspathways.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trialpath",
"transport": "streamable-http",
"url": "https://parkinsonspathways.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for parkinsonspathways.com was fetched 2026-08-21T17:36:20.588Z.
parkinsonspathways.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.