Card snapshot
aegis-mcp.borisinc.com
·
2026-07-26 10:11:58 UTC
·
480b26dfae5023df581eae1a7768647c46a01d3d9a89e7b5fb89425005a38319
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": "1.0",
"name": "Aegis (MCP)",
"description": "The trust layer for the x402 agent economy, as MCP tools: discover agent-payable services ranked by measured trust, verify one before you pay it, or pay THROUGH Aegis and let it buy the best verified upstream for you with failover. Discovery is free; verification and routing are paid per call in USDC via x402 (eip155:8453). No account, no API key.",
"url": "https://aegis-mcp.borisinc.com",
"provider": {
"organization": "Boris Inc",
"url": "https://borisinc.com"
},
"version": "1.0.0",
"documentationUrl": "https://aegis-mcp.borisinc.com/llms.txt",
"capabilities": {
"x402": true,
"streaming": false,
"networks": [
"eip155:8453"
],
"mcp": "https://aegis-mcp.borisinc.com/mcp"
},
"skills": [
{
"id": "discover",
"name": "Discover services",
"description": "Search the registry of agent-payable services by capability, trust-ranked. FREE.",
"tags": [
"discovery",
"registry"
]
},
{
"id": "trust_check",
"name": "Trust check",
"description": "Verification-backed trust score and signals for a service before you pay it. $0.01 via x402. Free first check over HTTP at https://aegis.borisinc.com/trust.",
"tags": [
"trust",
"verification"
]
},
{
"id": "smart_discover",
"name": "Smart discovery",
"description": "Describe what you need in plain language; Aegis maps it to the best verified services. $0.01 via x402.",
"tags": [
"discovery",
"llm"
]
},
{
"id": "erc8004_reputation",
"name": "On-chain reputation",
"description": "ERC-8004 reputation for a registered agent, cross-checked against Aegis probes with a divergence flag. $0.005 via x402.",
"tags": [
"reputation",
"erc8004",
"onchain"
]
},
{
"id": "route",
"name": "Pay through Aegis",
"description": "Aegis buys the best verified upstream for you and relays the data, failing over if one is down. Auth-then-capture: not charged if nothing delivers. Dynamic price.",
"tags": [
"routing",
"failover"
]
},
{
"id": "procure",
"name": "Task + budget procurement",
"description": "Describe the task and a max spend; Aegis picks, executes with failover, captures only on delivery, returns data plus an Ed25519-signed receipt. Never over budget.",
"tags": [
"procurement",
"receipts"
]
}
],
"pricing": {
"discover": "free",
"smart_discover": "$0.01",
"trust_check": "$0.01",
"erc8004_reputation": "$0.005",
"route": "dynamic (upstream + 20%, min $0.001, $0.10 cap)",
"route_batch": "dynamic ($0.005/url, min $0.01, up to 50)",
"procure": "dynamic (never over your budget)"
},
"freeEndpoints": [
"/health",
"/llms.txt",
"/.well-known/agent-card.json",
"/.well-known/x402"
],
"tryFree": "https://aegis.borisinc.com/discover \u2014 free registry search over plain HTTP, no wallet needed"
}