← regulavita.com
INDIVIDUAL MCP TOOL
get_service_status
Check live readiness, x402 network and prices before spending.
LIVE ENDPOINT
https://evidence.regulavita.com/mcp
Connect to this endpoint to inspect the live schema for get_service_status 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.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_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.get_payment_preflight_payment— Create a live x402 challenge for an exact-address OFAC payment preflight.submit_x402_payment— Submit a wallet-generated x402 PAYMENT-SIGNATURE for a previously quoted product.