get_kyc_status — agentcard MCP Tool Read-only
get_kyc_status
(get kyc status) is one of 55 tools on the
agentcard
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_kyc_status from your client
- Claude Code agentcard get_kyc_status run in your project directory
- Claude Desktop agentcard get_kyc_status ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor agentcard get_kyc_status ~/.cursor/mcp.json
- VS Code agentcard get_kyc_status .vscode/mcp.json
- Zed agentcard get_kyc_status ~/.config/zed/settings.json
- Windsurf agentcard get_kyc_status ~/.codeium/windsurf/mcp_config.json
- Cline agentcard get_kyc_status ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI agentcard get_kyc_status ~/.gemini/settings.json
- Grok agentcard get_kyc_status .mcp.json (in your project root)
- ChatGPT agentcard get_kyc_status Settings → Connectors → Advanced → Developer mode
- Claude.ai agentcard get_kyc_status Settings → Connectors → Add custom connector
- LangChain agentcard get_kyc_status pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http agentcard https://mcp.agentcard.sh/mcp
Other tools on this server
- buy
- surprise_me
- get_instructions
- whoami
- list_cards
- get_card_details
- get_card_balance
- close_card
- create_card
- get_card_preset
- set_card_preset
- allow_card_merchant
- list_presets
- save_preset
- delete_preset
- get_wallet_link
- list_added_cards
- remove_added_card
- pause_card
- resume_card
- update_card_limit
- get_rewards
- redeem_rewards
- recommend_card
- name_card
- start_support_chat
- send_support_message
- read_support_chat
- list_pending_approvals
- approve_request
- submit_user_info
- start_kyc
- submit_kyc_document
- check_kyc_document
- submit_kyc_fields
- list_transactions
- setup_payment_method
- get_balance
- add_funds
- start_phone_verification
- verify_phone
- redeem_code
- get_plan
- upgrade_plan
- list_payment_methods
- list_connections
- revoke_connection
- get_settings
- link_account
- buy_list_merchants
- buy_unlink_merchant
- buy_connect
- buy_connect_status
- manage_subscription
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.