INDIVIDUAL MCP TOOL
get_mica_attestation
Generate an EU AI Act Article 12-style behavioral audit attestation for an MCP server — timestamped, auditable interaction records for record-keeping/traceability.
LIVE ENDPOINT
https://dominionobservatory.com/mcp
Connect to this endpoint to inspect the live schema for get_mica_attestation 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.dominion-observatory]
url = "https://dominionobservatory.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dominion-observatory": {
"type": "http",
"url": "https://dominionobservatory.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dominion-observatory
Remote MCP URL: https://dominionobservatory.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": {
"dominion-observatory": {
"url": "https://dominionobservatory.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dominion-observatory": {
"type": "http",
"url": "https://dominionobservatory.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dominion-observatory",
"transport": "streamable-http",
"url": "https://dominionobservatory.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_trust— Get the trust score and reliability metrics for any MCP server.clawhub_skill_trust— Check the supply-chain trust of a ClawHub (OpenClaw) skill BEFORE installing or invoking it.verify_before_call— Run a signed pre-invocation verification immediately before an agent sends money, credentials, private data, or write access to an MCP server.paid_trust_verdict— Get the PREMIUM behavioral trust verdict for an MCP server, with a signed, citable, tamper-evident attestation receipt.verify_attestation— Cryptographically verify a Dominion signed attestation (JWS) — e.g.preflight_check— Run a PRE-FLIGHT due-diligence check on an MCP server BEFORE your agent invokes it.report_interaction— Report the outcome of calling an MCP server.get_leaderboard— Get the top-rated MCP servers, optionally filtered by category.