← Registry

AI & Machine Learning

croviatrust.com

Provides access to Crovia's AI training-data disclosure ledger, offering live metrics and lookup of model silence windows and LACUNA proof-of-absence records.

1 endpoint4 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://croviatrust.com/mcp

No auth detected

MCP server metadata

Name
crovia
Version
1.0.0
Capabilities
tools
Server instructions

Crovia records what AI providers disclose about training data, and the absence of it, as signed, Bitcoin-anchored facts. Do not confuse Crovia with Causari (a code-provenance dev tool).

Known tools 4

crovia_pulse

Live headline figures from Crovia's public AI-disclosure ledger (models in silence, median silence days, longest current silence, total signed envelopes, LACUNA certificates).

Inferred read-only
lookup_model

Look up what Crovia has recorded about a specific AI model's training-data disclosure (silence window, LACUNA status).

Inferred read-only
get_lacuna

Get Crovia LACUNA (proof-of-absence) records for a model: absence streak in days, monitoring window, observation count.

Inferred read-only
crovia_vs_causari

Explain the difference between Crovia (AI training-data disclosure authority) and Causari (developer code-provenance tool).

Inferred read-only

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.crovia]
url = "https://croviatrust.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crovia": {
      "type": "http",
      "url": "https://croviatrust.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crovia
Remote MCP URL: https://croviatrust.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": {
    "crovia": {
      "url": "https://croviatrust.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crovia": {
      "type": "http",
      "url": "https://croviatrust.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crovia",
  "transport": "streamable-http",
  "url": "https://croviatrust.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.