Agentcard
www.agentcard.sh
· Agentcard
Issue virtual Visa cards for AI agents. Fund a card with a fixed USD budget, hand the credentials to an agent via MCP, and spend anywhere Visa is accepted. Single-use by design — the blast radius of any misstep is capped at the card balance.
www.agentcard.sh via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
https://www.agentcard.sh/.well-known/agent-card.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
capabilities |
Input should be a valid dictionary or instance of Capabilities | dropped — this field was not indexed |
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-18 10:26:12 current | 40c0c9dfa2f9… |
view → |
Endpoints
| Agent card | https://www.agentcard.sh/.well-known/agent-card.json |
| Provider | https://www.agentcard.sh |
| Docs | https://docs.agentcard.sh |
Skills · 8 declared · mapped to canonical taxonomy
Create a new virtual Visa card funded with a specified USD amount.
List all cards with balance, status, last four digits, and expiry.
Return one card's live balance.
Return the PAN, CVV, and expiry for a card (may require user approval).
Permanently close a card so it can no longer be used.
Open a new support conversation with Agentcard.
Send a message inside an existing support conversation.
Read the history of a support conversation.
Health · last 3 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/www.agentcard.sh) [](https://agenstry.com/agents/www.agentcard.sh) [](https://agenstry.com/agents/www.agentcard.sh) [](https://agenstry.com/agents/www.agentcard.sh)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Agentcard",
"version": "1.0.0",
"description": "Issue virtual Visa cards for AI agents. Fund a card with a fixed USD budget, hand the credentials to an agent via MCP, and spend anywhere Visa is accepted. Single-use by design \u2014 the blast radius of any misstep is capped at the card balance.",
"url": "https://www.agentcard.sh",
"documentationUrl": "https://docs.agentcard.sh",
"provider": {
"organization": "Agentcard",
"url": "https://www.agentcard.sh"
},
"supportedInterfaces": [
{
"url": "https://mcp.agentcard.sh/mcp",
"transport": "http",
"protocol": "mcp",
"version": "2025-06-18"
},
{
"url": "https://api.agentcard.sh",
"transport": "https",
"protocol": "rest",
"specification": "https://docs.agentcard.sh/api-reference/openapi.json"
}
],
"capabilities": [
{
"id": "card-issuance",
"name": "Virtual card issuance",
"description": "Create a single-use virtual Visa card funded with a fixed USD amount."
},
{
"id": "card-payment",
"name": "Card payment",
"description": "Authorize a payment using an issued Agentcard on any site that accepts Visa."
},
{
"id": "balance-inquiry",
"name": "Balance inquiry",
"description": "Check the remaining balance on any issued card without exposing credentials."
},
{
"id": "support-chat",
"name": "Support chat",
"description": "Start and continue a support conversation from inside an agent runtime."
}
],
"skills": [
{
"id": "create_card",
"name": "Create virtual card",
"description": "Create a new virtual Visa card funded with a specified USD amount.",
"tags": [
"payments",
"card-issuance",
"mcp"
],
"examples": [
"Create a $25 card for this checkout"
]
},
{
"id": "list_cards",
"name": "List virtual cards",
"description": "List all cards with balance, status, last four digits, and expiry.",
"tags": [
"payments",
"mcp"
],
"examples": [
"Show me my active cards"
]
},
{
"id": "get_card_balance",
"name": "Get card balance",
"description": "Return one card's live balance.",
"tags": [
"payments",
"mcp"
]
},
{
"id": "get_card_details",
"name": "Get card credentials",
"description": "Return the PAN, CVV, and expiry for a card (may require user approval).",
"tags": [
"payments",
"mcp",
"sensitive"
]
},
{
"id": "close_card",
"name": "Close virtual card",
"description": "Permanently close a card so it can no longer be used.",
"tags": [
"payments",
"mcp"
]
},
{
"id": "start_support_chat",
"name": "Start support chat",
"description": "Open a new support conversation with Agentcard.",
"tags": [
"support",
"mcp"
]
},
{
"id": "send_support_message",
"name": "Send support message",
"description": "Send a message inside an existing support conversation.",
"tags": [
"support",
"mcp"
]
},
{
"id": "read_support_chat",
"name": "Read support chat",
"description": "Read the history of a support conversation.",
"tags": [
"support",
"mcp"
]
}
],
"authentication": {
"schemes": [
"oauth2",
"bearer"
],
"oauth2": {
"authorizationServer": "https://mcp.agentcard.sh",
"metadata": "https://www.agentcard.sh/.well-known/oauth-authorization-server",
"protectedResource": "https://www.agentcard.sh/.well-known/oauth-protected-resource"
}
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
]
}