INDIVIDUAL MCP TOOL
check_counterparty
Live unpaid probe of a payment-gated endpoint: challenge parse, scheme, latency, per-probe pass/fail, and resulting endpoint grade.
LIVE ENDPOINT
https://prg-risk-mcp-production.up.railway.app/mcp
Connect to this endpoint to inspect the live schema for check_counterparty 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
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.prg-risk-mcp]
url = "https://prg-risk-mcp-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prg-risk-mcp": {
"type": "http",
"url": "https://prg-risk-mcp-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prg-risk-mcp
Remote MCP URL: https://prg-risk-mcp-production.up.railway.app/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": {
"prg-risk-mcp": {
"url": "https://prg-risk-mcp-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prg-risk-mcp": {
"type": "http",
"url": "https://prg-risk-mcp-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prg-risk-mcp",
"transport": "streamable-http",
"url": "https://prg-risk-mcp-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_regime— Current PRG market risk regime label and composite score band.get_risk_snapshot— PRG composite risk score plus the seven dimension-level scores (INT, FRG, PRE, THR, PRO, REC, VAL) for one instrument or the market.get_mhi— Machine Hazard Index reading for a payment rail, facilitator, or endpoint, with component letter-grades and abstention status.get_alerts— Open PRG risk alert records, optionally filtered to those newer than a timestamp.