redotpay-payment
First-party local MCP server (redotpay-payment) that lets AI agents settle MPP HTTP 402 payments on the user's behalf. Installed via the redotpay-payment-skill install.sh, which registers the MCP server into agent hosts (Cursor ~/.cursor/mcp.json, Claude Code ~/.claude.json, Claude Desktop, Windsurf ~/.codeium/windsurf/mcp_config.json, Codex, Cline). Not a hosted/remote server; runs as a local binary over stdio JSON-RPC. Production API target: https://apiv2.redotpay.com.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
pay— Access an MPP resource, handle 402, and settle payment on the user's behalf.start_authorization— Begin device authorization; returns a QR image + polling_token.wait_for_authorization— Poll until the user confirms in the RedotPay App or times out.list_authorizations— List current payment authorizations.revoke— Revoke a payment authorization.recent_payments— Show local payment history.device_logout— Log out this device locally.show_image— Display an image (non-payment helper).inline_png— Inline a saved PNG (non-payment helper).check_for_updates— Check for a newer version.self_update— Upgrade the binary in place.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.