INDIVIDUAL MCP TOOL
submit_kyc_fields
Submit identity fields for verification: the ones the ID photo didn't carry (listed by missingFields — the tax/ID number always has to be asked since IDs don't print it; call it "SSN" only for US documents and "national ID number" otherwise), corrections to extracted values the user flagged, and the User Agreements acceptance (agreements_accepted, after presenting each agreement verbatim).
LIVE ENDPOINT
https://mcp.agentcard.sh/mcp
Connect to this endpoint to inspect the live schema for submit_kyc_fields and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentcard]
url = "https://mcp.agentcard.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentcard": {
"type": "http",
"url": "https://mcp.agentcard.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentcard
Remote MCP URL: https://mcp.agentcard.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentcard": {
"url": "https://mcp.agentcard.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentcard": {
"type": "http",
"url": "https://mcp.agentcard.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentcard",
"transport": "streamable-http",
"url": "https://mcp.agentcard.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
buy— Shop and check out, in natural language, across the merchants the user has linked (DoorDash, etc.surprise_me— Buy the user something totally unexpected and very silly/stupid-fun under a small dollar cap (default $10, hard max $25).get_instructions— Call this FIRST; returns the latest usage guide for shopping with `buy` AND for operating the Agentcard account tools (cards, funding, your own card, KYC, support).whoami— Show who you are operating as: the authenticated AgentCard account's email, user id, name, plan, KYC + account status, member-since date, and how this session is connected (personal login vs a third-party OAuth app connection, with the app name).list_cards— The user's wallet: every live card they hold, with IDs, last four digits, expiry, balance, and status.get_card_details— Get decrypted PAN, CVV, expiry, and current balance for a specific card.get_card_balance— The live balance of ONE virtual card (the user's overall cash balance is get_balance).close_card— Permanently close a virtual card.