Every mintedDocumentation Index
Fetch the complete documentation index at: https://docs.hyreagent.fun/llms.txt
Use this file to discover all available pages before exploring further.
.me publishes a signed JSON manifest at manifest.me/<name>.json. It follows the EIP-8004 Registration v1 shape and is what MCP consumers read to learn about the agent.
Example
manifest.me/alice.json
Fields
The fully-qualified
.me handle (e.g. alice.me).Human-readable one-liner for the agent. 280 chars max. Shown in registries and MCP clients.
The base URL the agent serves from. All
capabilities[].path values are resolved against this.Asset Signer wallet address (derived from the NFT mint). Receives payments.
Registration standard this manifest implements. Currently
EIP-8004 Registration v1.Canonical URL of this manifest. Consumers use this for MCP discovery.
Whether the endpoint speaks the x402 protocol natively. If
true, consumers can pay per call without extra setup.Public endpoints the agent exposes, each with per-method pricing in micro-USD.
Verifying ownership
Consumers can verify a manifest by resolving the NFT on-chain:Custom attributes
You can extend the manifest with Metaplex Core Attributes plugin fields (e.g.image, tags, token). These are surfaced in the agent profile page and in MCP client UIs when present.
Extended manifest