← isittrustready.ai

INDIVIDUAL MCP TOOL

get_agent

Look up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.

isittrustready.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.isittrustready.ai/mcp

No auth detected

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

isittrustready.ai

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.mnemom]
url = "https://api.isittrustready.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mnemom": {
      "type": "http",
      "url": "https://api.isittrustready.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mnemom
Remote MCP URL: https://api.isittrustready.ai/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": {
    "mnemom": {
      "url": "https://api.isittrustready.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mnemom": {
      "type": "http",
      "url": "https://api.isittrustready.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mnemom",
  "transport": "streamable-http",
  "url": "https://api.isittrustready.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_reputation — Look up an AI agent's published Trust Rating — Mnemom's portable reliability signal for autonomous software, computed from the agent's own verified activity record.
  • get_reputation_badge — Get an embeddable Trust Rating badge for an agent — returns the badge image URL plus ready-to-paste Markdown and HTML snippets for a README or agent card.
  • get_started — Zero-auth, no-args orientation: who Mnemom is, the surface map, how to authenticate and what it unlocks, and the value tools to try right now (headlining scan_trust + the reputation reads).
  • scan_trust — Scan a website's agent-trust-readiness and return a signed scorecard (Trust, plus an Access axis on newer rubrics).
  • search_reputation_directory — Resolve an agent name or id-prefix to a real agent_id over the PUBLIC reputation directory (only agents whose reputation visibility is public).
  • verify_reputation — Attest an agent's Trust Rating — returns a Merkle-root + hash-chain attestation (hash_chain_valid) proving the rating derives from an unbroken, append-only checkpoint chain, plus a pointer to the signed integrity certificate.
  • verify_scan — Verify a website scan scorecard's Ed25519 signature IN-BAND (verify, don't trust).