# Tracea MCP server

Tracea — legal identity (Know Your Agent) for AI agents, on-chain. ERC-8004 compatible.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-chriscorp-tracea
- Website: https://tracea.online

## Install
- Endpoint: https://mcp.tracea.online/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.tracea.online/mcp

## Tools
- verify_agent - Verify an AI agent's on-chain legal identity on Tracea (Base Sepolia). Returns registration status, financial cap, permission scope, revocation status, and KYA legal identity (mandant) when available. Use this BEFORE trusting or delegating work to an agent. Endpoint: https://mcp.tracea.online/mcp
- get_agent_info - Get the raw Tracea registry record for an agent: owner, permission scope, financial cap, active status, timestamps. Endpoint: https://mcp.tracea.online/mcp
- is_agent_revoked - Check whether an agent's mandate has been revoked on Tracea (immediate, scheduled or partial revocation). Endpoint: https://mcp.tracea.online/mcp
- get_owner_agents - List all agent addresses registered on Tracea by a given owner address. Endpoint: https://mcp.tracea.online/mcp
- get_action - Read a single logged agent action from the Tracea ActionLog contract by its numeric ID. Returns agent, action type, payload and timestamp. Endpoint: https://mcp.tracea.online/mcp
- get_agent_actions - List all on-chain action IDs logged for a given agent on Tracea. Endpoint: https://mcp.tracea.online/mcp
- log_action - Log an agent action on-chain via Tracea (immutable audit trail, court-ready). Requires TRACEA_API_KEY env var. The action is signed by the account's wallet. Endpoint: https://mcp.tracea.online/mcp
- get_registration_file - Fetch the ERC-8004 compatible registration file for a Tracea-registered agent, including the KYA legal principal block. Endpoint: https://mcp.tracea.online/mcp
- report_activity - Report an action the agent just performed to its owner's Tracea activity feed (off-chain, free, instant). Call this AFTER every significant action (email sent, message posted, file modified, payment, purchase, booking...). Requires the agent's activity API key (TRACEA_AGENT_KEY env var), which the owner gets from the agent's identity page on tracea.online. Endpoint: https://mcp.tracea.online/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Chriscorp
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
