Card snapshot
h-index.xr-utilities.ai
·
2026-05-28 01:59:33 UTC
·
5f04c3367f22a6a2e93f16efb0c5158764a588a4e91bd47cd45ea1c6fbb4b8fe
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "H-Index",
"description": "The capability registry for the agentic economy. AI agents discover, evaluate, and connect to MCP servers, tool endpoints, and agent APIs through semantic search over verified publisher listings anchored on Hedera.",
"url": "https://h-index.xr-utilities.ai",
"provider": {
"organization": "XR Utilities",
"url": "https://h-index.xr-utilities.com"
},
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "search_registry",
"name": "Search Registry",
"description": "Search the H-Index registry by capability or keyword. Returns listings ranked by semantic similarity.",
"tags": [
"discovery",
"search",
"mcp",
"registry"
],
"examples": [
"Find MCP servers for weather data",
"Search for payment processing APIs"
]
},
{
"id": "get_listing",
"name": "Get Listing",
"description": "Get a specific listing by its registry ID. Returns full detail including MCP manifest, pricing, owner, and expiry.",
"tags": [
"discovery",
"registry",
"listing"
]
},
{
"id": "list_categories",
"name": "List Categories",
"description": "List the available categories for filtering registry searches.",
"tags": [
"discovery",
"categories"
]
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
]
}