← tracea.online

INDIVIDUAL MCP TOOL

is_agent_revoked

Check whether an agent's mandate has been revoked on Tracea (immediate, scheduled or partial revocation).

tracea.onlinenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tracea.online/mcp

No auth detected

Connect to this endpoint to inspect the live schema for is_agent_revoked 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

tracea.online

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.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.

Related tools

  • verify_agent — Verify an AI agent's on-chain legal identity on Tracea (Base Sepolia).
  • get_agent_info — Get the raw Tracea registry record for an agent: owner, permission scope, financial cap, active status, timestamps.
  • get_owner_agents — List all agent addresses registered on Tracea by a given owner address.
  • get_action — Read a single logged agent action from the Tracea ActionLog contract by its numeric ID.
  • get_agent_actions — List all on-chain action IDs logged for a given agent on Tracea.
  • log_action — Log an agent action on-chain via Tracea (immutable audit trail, court-ready).
  • get_registration_file — Fetch the ERC-8004 compatible registration file for a Tracea-registered agent, including the KYA legal principal block.
  • report_activity — Report an action the agent just performed to its owner's Tracea activity feed (off-chain, free, instant).