← parkinsonspathways.com

INDIVIDUAL MCP TOOL

topup_credits

Top up prepaid credits with a single x402 USDC payment on Base.

parkinsonspathways.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://parkinsonspathways.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for topup_credits and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

parkinsonspathways.com

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

  • search_trials — Search the curated Parkinson's trial set by keyword, sponsor, country, status, phase, intervention type, or geographic radius.
  • 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.