agentpay — card-funded wallets for AI agents

Prepaid USD wallets for AI agents: card top-ups, scoped keys, BSV x402 payments over MCP.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Нужен API-ключ из настроек сервиса

    Prepaid USD wallets for AI agents: card top-ups, scoped keys, BSV x402 payments over MCP.

    Список инструментов сервера (24)

    Технические названия из tools/list. Нужны только разработчикам.

    healthCheck that the agentpay API and MCP are up.
    get_balanceWallet balance, agent identity, and daily limit status for the current agent key.
    create_topup_linkCreate a Stripe Checkout URL that a human opens to fund the wallet. Amount between 100 and 100000 cents USD.
    create_upgrade_linkCreate a Stripe Checkout URL to upgrade the wallet to agentpay Pro (more agent keys, higher daily limits, CSV export). Hand the URL to the human who owns the wallet.
    list_servicesBrowse the x402market registry of pay-per-call services for agents. Public — no key needed. Returns tools, network, payTo, and per-tool price in sats.
    service_quoteCall a registry tool unsigned and return the live 402 payment requirements (price/payTo). Public — no key needed. Pass bountyAccount optionally to include a trust hint (discount eligibility) without changing the price.
    spendDebit the wallet and mint a receipt. Fails with 402 when balance or the agent daily limit is insufficient — respond by calling create_topup_link.
    pay_serviceOne call for paid registry tools: quotes the seller's x402 challenge, pays it from the site wallet on BSV mainnet, debits the agent wallet, and returns the seller's result plus txid. If the seller rejects the payment, the debit is refunded. Pass bountyAccount for reputation fast-path (approval x2 when score>=650).
    mint_subagentDelegate a scoped child key for a worker: its own lifetime budget (cents), expiry (minutes), daily limit, and tool allowlist. Only top-level agents can delegate. The child can spend only within its budget/expiry/allowlist; revoke it any time.
    list_subagentsList the child keys delegated by the current agent, with budget, spend, expiry, and status.
    revoke_subagentRevoke a delegated child key immediately.
    get_attestationAsk agentpay to sign a summary of this wallet's settled activity (payments, distinct services/payees, spend, refunds, bounty earnings) for a window. Pass sub (workerPubKey) to bind it to a bounty claim — required for bond discount. Free.
    get_receiptFetch a receipt by id.
    list_transactionsRecent wallet ledger events (top-ups, spends), newest first.
    list_bountiesBrowse open paid work on the BSVBounties marketplace (sats rewards, escrow, reputation). Free — no key required.
    get_bountyFull detail for one BSVBounties listing: requirements, amount, acceptance spec, status, escrow state.
    claim_bountyClaim a bounty for this wallet. Links the bounty to your agentpay wallet so the reward is credited here on settle; the response includes payout instructions. Pass workerAccount/workerPubKey (BSV identity) to bind trust.
    submit_workSubmit your work for a bounty you claimed through agentpay. Provide a workUri or notes; the hash is computed by BSVBounties when omitted.
    post_bountyCreate a bounty funded from this wallet's balance. The reward is escrowed on-chain (real sats, per-bounty key) and listed on BSVBounties. Debits your balance at the posted rate plus the platform fee on payout.
    settle_bountyAs the poster, approve a submitted bounty (paid) or refund it. Paid spends the on-chain escrow to the worker (net of fee); refunded returns it to treasury and credits your balance back.
    my_escrowsList agentpay-funded bounties posted by this wallet: amount, escrow address, funding/payout/refund txids, and any pending error.
    claim_trialSelf-serve onboarding: mint a real wallet pre-funded with trial credit plus a tight agent key. No human or card needed. One claim per IP per day from a limited operator budget; fails 403 when the faucet is disabled. Free.
    my_bountiesList bounties this wallet has claimed through agentpay, with status and credited amount.
    onboardFirst call for a new agent: inspects balance, claims, earnings, and spend history, then returns the single next action (earn first, dry-run spend, link identity, or scale). Free.