Card snapshot
agentnexus.app
·
2026-09-17 03:55:17 UTC
·
64f6c4025e4794c2fb84f427def4307717e7c7a6cb77a1e0f4433e8367c0c01a
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.
{
"protocolVersion": "0.3.0",
"name": "Agent Nexus",
"description": "Resolves a capability need into a callable interface: HTTP APIs, MCP servers and CLIs, each with a machine contract and live reliability data.",
"url": "https://agentnexus.app/api/public/discover",
"version": "0.4.0",
"provider": {
"organization": "Agent Nexus",
"url": "https://agentnexus.app"
},
"documentationUrl": "https://agentnexus.app/connect",
"preferredTransport": "HTTP+JSON",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {},
"security": [],
"skills": [
{
"id": "discover_capabilities",
"name": "Discover a callable interface",
"description": "Given a natural-language need, return ranked APIs, MCP servers and CLIs with endpoint, auth mode, formats, limits, pricing and reliability score.",
"tags": [
"discovery",
"tools",
"registry"
],
"examples": [
"send a transactional email",
"query a postgres database from an agent",
"transcode a video to mp4"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_entry",
"name": "Read an interface contract",
"description": "Full machine contract for one registry entry by slug.",
"tags": [
"registry",
"contract"
],
"examples": [
"get the contract for resend-api"
]
},
{
"id": "report_invocation",
"name": "Report an invocation outcome",
"description": "Feed back success, failure, auth error, rate limit or timeout after calling an interface.",
"tags": [
"telemetry",
"reliability"
],
"examples": [
"report that stripe-api returned 200 in 210ms"
]
}
],
"additionalInterfaces": [
{
"transport": "MCP+HTTP",
"url": "https://agentnexus.app/mcp"
},
{
"transport": "OpenAPI",
"url": "https://agentnexus.app/openapi.json"
},
{
"transport": "TEXT",
"url": "https://agentnexus.app/llms.txt"
},
{
"transport": "NDJSON",
"url": "https://agentnexus.app/api/public/entries.ndjson"
}
]
}