원클릭으로
agentcard-hermes-setup
Set up AgentCard MCP for Hermes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up AgentCard MCP for Hermes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | agentcard-hermes-setup |
| description | Set up AgentCard MCP for Hermes. |
| version | 0.1.2 |
| author | Hermes |
| metadata | {"hermes":{"tags":["AgentCard","Hermes","MCP","Payments"]}} |
Use this skill to connect AgentCard to Hermes through the Streamable HTTP MCP server and verify that the card, wallet, merchant, and buy tools are usable. It does not replace the hub-installed agent-card skill's operational rules for card creation, PAN/CVV, KYC, shopping, or safety. It is a Hermes-specific setup and troubleshooting layer for OAuth, MCP config, reload verification, merchant linking, and post-KYC wallet funding.
See references/agentcard-doordash-setup-2026-07.md for a condensed session transcript pattern covering OAuth with AgentMail and DoorDash linking.
See references/agentcard-kyc-troubleshooting.md for KYC document/face-scan blockers, expired verification links, direct document upload, and face-scan minting.
See references/agentcard-wallet-funding.md for fund_wallet flow, submit_user_info vs KYC gates, sandbox/TEST vs live cards, and support when onramp stays blocked after KYC approved.
When the user asks for the AgentCard ID / KYC / face / verification link (resume setup): do not dig old chat tokens first. Call get_kyc_status, then start_kyc(terms_accepted=true), return the fresh verificationUrl. Open in Safari/Chrome (not in-app browser). Poll after they finish.
When the user asks to fund the wallet / add money / Apple Pay or Google Pay: follow references/agentcard-wallet-funding.md. Ask amount first. Do not probe with create_card.
fund_wallet.mcp__agent_cards__* tools are not available yet.hermes mcp add ... --auth oauth fails in a non-interactive session or does not save config.hermes mcp list through the terminal tool.https://docs.agentcard.sh.https://mcp.agentcard.sh/mcp.${AGENTMAIL_INBOX} can receive WorkOS AgentCard sign-in codes.Use terminal for Hermes CLI setup and tests. Use AgentMail tools, when available, to read magic-code emails. Use browser_navigate, browser_type, and browser_click for the AgentCard OAuth page when a browser flow is required.
Canonical config in ~/.hermes/config.yaml:
mcp_servers:
agent-cards:
url: https://mcp.agentcard.sh/mcp
auth: oauth
enabled: true
After config and OAuth, verify with:
hermes mcp test agent-cards
hermes mcp list
https://docs.agentcard.sh/llms.txt
https://docs.agentcard.sh/personal/mcp/overview.md
https://docs.agentcard.sh/personal/quickstart.md
https://docs.agentcard.sh/companies/mcp/overview.md
https://docs.agentcard.sh/companies/examples/hermes.md
https://mcp.agentcard.sh/mcp
hermes mcp test agent-cards
hermes mcp login agent-cards
hermes mcp list
script -q /tmp/agentcards-oauth.typescript -c 'hermes mcp login agent-cards'
Ground the setup in official docs.
https://docs.agentcard.sh/llms.txt and the Personal MCP overview.https://mcp.agentcard.sh/mcp, transport is Streamable HTTP, and auth is OAuth.Install or verify the AgentCard skill.
agent-card skill with skill_view before doing card or shopping operations.Add the MCP config.
hermes mcp add when a fully interactive CLI is available.~/.hermes/config.yaml with the canonical agent-cards entry above.Run OAuth in an interactive pseudo-terminal.
terminal tool with a PTY or script wrapper:script -q /tmp/agentcards-oauth.typescript -c 'hermes mcp login agent-cards'
Handle callback quirks.
127.0.0.1 refused to connect, inspect the page URL. The URL may still contain the OAuth code and state.hermes mcp login process is still prompting for a pasted redirect URL, paste the full callback URL or the ?code=...&state=... portion.Verify the setup.
hermes mcp test agent-cards
hermes mcp list
https://mcp.agentcard.sh/mcp with OAuth and a discovered AgentCard tool count.~/.hermes/mcp-tokens/ are mode 0600 if inspecting credentials.Reload Hermes tools if needed.
agent-cards was added, AgentCard tools are now available in the current session.mcp__agent_cards__* tools to appear.Link DoorDash only when the user wants shopping.
buy_list_merchants to inspect merchant state.buy_connect with merchant doordash and send the hosted login URL to the user.buy_connect_status with the returned pending_id.Orient merchant address and payment behavior.
get_wallet; use fund_wallet to generate Apple Pay or Google Pay funding links if the balance is short.Handle KYC blockers before wallet funding.
get_kyc_status / start_kyc and follow references/agentcard-kyc-troubleshooting.md.get_kyc_status then start_kyc(terms_accepted=true) → verificationUrl (api.agentcard.sh/kyc/verify?token=..., ~48h). Prefer this over reusing AgentMail or old transcript links. Confirm account with whoami (Dewey: typically ${AGENTMAIL_INBOX}).references/agentcard-wallet-funding.md.fund_wallet(amount_cents); success returns a checkout URL the user must open.submit_user_info has phone (E.164) + terms_accepted=true with explicit user confirmation.get_wallet / list_cards: [TEST] / sandbox: true cards are not live.fund_wallet still returns verification required, treat as backend onramp bug: escalate via start_support_chat (template in the wallet-funding reference). Do not spam retries or probe with create_card.agent-cards CLI only.hermes mcp add ... --auth oauth can fail in non-interactive contexts and offer to save config only after a failed unauthenticated probe. If config is not saved, add the auth: oauth MCP entry directly and authenticate separately.hermes mcp test agent-cards result as authoritative.hermes mcp login agent-cards.127.0.0.1 refused to connect page can still be useful if the address bar has code and state and the login process is still waiting for a pasted redirect.fund_wallet can still return "Verification is required" after approved KYC + saved phone/terms; that is a backend/onramp state issue, not a cue to re-run full KYC.create_card to diagnose funding. Sandbox/TEST cards can be created with $0 wallet while live funding stays blocked; each create emails the user and leaves a card entry.create_card or fund_wallet. Confirm phone + cardholder terms before submit_user_info.get_mode / set_mode (test vs prod). If those tools are absent from the live MCP tool list, rely on list_cards sandbox flags and support rather than inventing mode APIs.Run this through the terminal tool:
hermes mcp test agent-cards && hermes mcp list
The setup is ready when the test connects to https://mcp.agentcard.sh/mcp, reports OAuth authentication, discovers AgentCard tools, and the current session reloads with agent-cards available.
Manage prepaid virtual Visa cards for AI agents with AgentCard. Create cards, check balances, view credentials, pay for things, shop and check out at merchants like DoorDash, close cards, manage plans, and get support. Use when the user wants to create or manage virtual payment cards for AI agents, pay for online purchases, shop on their behalf, set up agent spending, or configure card billing and limits.
Use when diagnosing, comparing, or tuning an AI agent's context window, token budget, output reserve, automatic compaction threshold, or provider-specific context cap. Separates model capability from route limits and client bookkeeping, verifies live metadata before editing config, and prevents unsafe fake context-length overrides.
Use when choosing Hermes vs Claude Code / Codex / Grok Build for coding work, wiring multi-CLI specialist setup, or diagnosing specialist auth/availability on Dewey.
Class-level workflow for configuring Hermes Agent messaging gateway platforms, especially QR/managed onboarding flows such as Telegram.
Use Orgo cloud computers via CLI and MCP.
Same-box Orgo Desktop API computer use via loopback :8080 (prefer over cloud MCP / CUA when Hermes is on the VM). Model tools, CLI, plugin enable path.