API Tools
regulavita.com
Provides API access to service status, quotes, and paid data snapshots including SEC Form D funding leads via x402 payment challenges.
ENDPOINT 1
https://evidence.regulavita.com/mcp
MCP server metadata
- Name
- official-source-evidence
- Version
- 1.0.0
Call get_service_status and get_quote before spending. For a paid job, call the matching get_*_payment tool, have an x402 wallet sign the returned PAYMENT-REQUIRED value, then call submit_x402_payment. Never put a private key or seed phrase in any tool argument.
Known tools 7
get_quoteReturn a free, side-effect-free quote and exact input example for one paid product.
Inferred read-onlyrequest_capabilityTell the operator about a machine-service capability you would pay for.
Potential side effectsget_source_snapshot_paymentCreate a live x402 challenge for one public HTTPS source snapshot.
Potential side effectsget_form_d_funding_leads_paymentCreate a live x402 challenge for SEC Form D funding signals.
Potential side effectsget_payment_preflight_paymentCreate a live x402 challenge for an exact-address OFAC payment preflight.
Potential side effectssubmit_x402_paymentSubmit a wallet-generated x402 PAYMENT-SIGNATURE for a previously quoted product.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.