← Registry

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.

x402 supported1 endpoint7 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://evidence.regulavita.com/mcp

No auth detected

MCP server metadata

Name
official-source-evidence
Version
1.0.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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_service_status

Check live readiness, x402 network and prices before spending.

Inferred read-only
get_quote

Return a free, side-effect-free quote and exact input example for one paid product.

Inferred read-only
request_capability

Tell the operator about a machine-service capability you would pay for.

Potential side effects
get_source_snapshot_payment

Create a live x402 challenge for one public HTTPS source snapshot.

Potential side effects
get_form_d_funding_leads_payment

Create a live x402 challenge for SEC Form D funding signals.

Potential side effects
get_payment_preflight_payment

Create a live x402 challenge for an exact-address OFAC payment preflight.

Potential side effects
submit_x402_payment

Submit a wallet-generated x402 PAYMENT-SIGNATURE for a previously quoted product.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.