Papaya Pay Any Bill (US only)
Pay any US bill in a snap, right from your AI assistant — utilities, medical, rent, parking tickets and more.
Documentation
Papaya Pay Any Bill
Pay any US bill in a snap, right from your AI assistant — utilities, medical, rent, parking tickets, traffic violations, and more.
Availability: United States only. The endpoint is geo-restricted to the USA; connections originating outside the US are blocked.
Overview
Papaya Pay Any Bill is a remote (hosted) MCP server that lets an AI assistant pay a bill on the user's behalf. The user describes a bill — or shares a photo for the assistant to read — and Papaya reads it, creates the bill, and hands the user a secure link to pay by card. The card is tokenized in the browser and never reaches the AI assistant or this server. Full or partial payments are supported, with status updates by email. Powered by Papaya.
Connection
| Connect URL | https://mcp-agent.consumer-production.papayapay.com/payagent/mcp |
| Transport | Streamable HTTP (JSON responses, stateless) |
| Authentication | None |
| Install | None — remote server, connect directly |
| Region | United States only |
Configuration
{
"mcpServers": {
"papaya-pay-any-bill": {
"type": "http",
"url": "https://mcp-agent.consumer-production.papayapay.com/payagent/mcp"
}
}
}
How it works
analyze_bill— the assistant reads the bill details and creates it; the result includes apayment_link.- The user opens the
payment_linkand enters their card on a secure hosted form. This only sets the payment method — the card is tokenized by VGS in the browser and never transits the assistant or this server. confirm_payment_intent— once a card is on file, the assistant collects the email for status updates and submits the payment (full balance or a partial amount).
Tools
| Tool | Description | Behavior |
|---|---|---|
analyze_bill | Reads a bill and creates it; returns the secure payment link. | writes |
check_payment_method | Checks whether a card is on file for the bill yet. | read-only |
confirm_payment_intent | Submits the payment after a card is set. | writes · not idempotent |
fetch_bill_status | Returns the current status of a submitted bill. | read-only |
request_bill_cancellation | Cancels a bill. | destructive |
get_new_auth_token | Refreshes the auth token after an authorization error. | writes |
Privacy & security
Card details are entered on a hosted form and tokenized by VGS in the browser — the full card number and security code never reach the AI assistant or this server. At most, the last four digits are visible, to confirm which card is on file.
Links
- Product: https://papayapay.com/payabill
- Provider: Papaya