AI & Machine Learning
tracea.online
Manages and verifies on-chain legal identities and actions for AI agents using Tracea contracts.
ENDPOINT 1
https://mcp.tracea.online/mcp
MCP server metadata
- Name
- tracea
- Version
- 0.1.0
Known tools 9
verify_agentVerify an AI agent's on-chain legal identity on Tracea (Base Sepolia).
Inferred read-onlyget_agent_infoGet the raw Tracea registry record for an agent: owner, permission scope, financial cap, active status, timestamps.
Inferred read-onlyis_agent_revokedCheck whether an agent's mandate has been revoked on Tracea (immediate, scheduled or partial revocation).
Inferred read-onlyget_owner_agentsList all agent addresses registered on Tracea by a given owner address.
Inferred read-onlyget_actionRead a single logged agent action from the Tracea ActionLog contract by its numeric ID.
Inferred read-onlylog_actionLog an agent action on-chain via Tracea (immutable audit trail, court-ready).
Inferred read-onlyget_registration_fileFetch the ERC-8004 compatible registration file for a Tracea-registered agent, including the KYA legal principal block.
Inferred read-onlyreport_activityReport an action the agent just performed to its owner's Tracea activity feed (off-chain, free, instant).
Inferred read-onlyCONNECT 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.tracea]
url = "https://mcp.tracea.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tracea": {
"type": "http",
"url": "https://mcp.tracea.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tracea
Remote MCP URL: https://mcp.tracea.online/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": {
"tracea": {
"url": "https://mcp.tracea.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tracea": {
"type": "http",
"url": "https://mcp.tracea.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tracea",
"transport": "streamable-http",
"url": "https://mcp.tracea.online/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.