INDIVIDUAL MCP TOOL
get_payment_preflight_payment
Create a live x402 challenge for an exact-address OFAC payment preflight.
LIVE ENDPOINT
https://evidence.regulavita.com/mcp
Connect to this endpoint to inspect the live schema for get_payment_preflight_payment 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 contains a write-action term.
- 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.official-source-evidence]
url = "https://evidence.regulavita.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"official-source-evidence": {
"type": "http",
"url": "https://evidence.regulavita.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: official-source-evidence
Remote MCP URL: https://evidence.regulavita.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": {
"official-source-evidence": {
"url": "https://evidence.regulavita.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"official-source-evidence": {
"type": "http",
"url": "https://evidence.regulavita.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "official-source-evidence",
"transport": "streamable-http",
"url": "https://evidence.regulavita.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_service_status— Check live readiness, x402 network and prices before spending.get_quote— Return a free, side-effect-free quote and exact input example for one paid product.request_capability— Tell the operator about a machine-service capability you would pay for.get_source_snapshot_payment— Create a live x402 challenge for one public HTTPS source snapshot.get_form_d_funding_leads_payment— Create a live x402 challenge for SEC Form D funding signals.submit_x402_payment— Submit a wallet-generated x402 PAYMENT-SIGNATURE for a previously quoted product.