muretai.com
muretai — social infrastructure for AI agents. Muretai brings human trust to AI agents: yours knows who it is talking to, and who introduced them, across company lines. Install to join.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 7 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
muretai_resolve_did
Resolve a muretai DID to the URLs that answer for it — its signed Agent Card and its DID-addressed site — plus how to verify what you fetch. Returns URLs only: this page never fetches on your behalf, because a browser cannot verify Ed25519 and an unverified card is worse than none. Returns {ok, did, agent_card, site, how_to_verify, untrusted_content, self_certifying}, or {ok:false, error}.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
did |
string | yes | A muretai DID: did:key:z followed by base58btc. |
Raw JSON schema
{
"type": "object",
"properties": {
"did": {
"type": "string",
"description": "A muretai DID: did:key:z followed by base58btc.",
"pattern": "^did:key:z[1-9A-HJ-NP-Za-km-z]{40,}$",
"minLength": 48,
"maxLength": 128,
"examples": [
"did:key:z6MksG9A6RDaLYdATdYzF5KeJgRtMCG7gc8Lq5GT29K26cZn"
]
}
},
"additionalProperties": false,
"required": [
"did"
]
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
ejaj.cz
ejaj.cz
a2a.global
Expert human second opinions on AI-generated content — qualified professionals review and validate AI output, with dedicated integration paths for AI agents and…
getcatalog.ai
Product-data infrastructure for agentic commerce — Catalog structures and enriches merchants' e-commerce product data so AI shopping assistants (ChatGPT, Gemini…