INDIVIDUAL MCP TOOL
search_trials
Search the curated Parkinson's trial set by keyword, sponsor, country, status, phase, intervention type, or geographic radius.
LIVE ENDPOINT
https://parkinsonspathways.com/mcp
Connect to this endpoint to inspect the live schema for search_trials 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.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.
Related tools
get_trial_brief— Single Parkinson's trial brief from the curated set.get_llms_index— Machine-readable index of every agent endpoint, its price, accepted parameters, and a short description.match_patient— Rank curated Parkinson's-disease trials for a structured patient profile.replay_trial_snapshot— Returns the current machine-readable record of a curated Parkinson's trial (title, status, phase, sponsor, conditions, interventions, eligibility, sites).pd_eligibility_search— Structured Parkinson's eligibility search over the curated PD trial set (not the universal mirror).list_topup_tiers— Lists the available prepaid-credit top-up tiers, the USD amount each tier charges over x402, and the bonus credit percentage on each.get_credit_balance— Returns the prepaid USDC credit balance and lifetime stats (topped up, bonus received, spent, refunded) for the calling API key.get_credit_transactions— Returns 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.