MCP Coinbase Commerce server enables AI assistants to generate and manage cryptocurrency payment links through the Coinbase Commerce API. The implementation provides two main tools: create-charge for generating payment links with customizable amounts and currencies, and get-charge for retrieving details of existing payments including their status and transaction history. Built with TypeScript and the MCP SDK, it securely handles API authentication and error states while providing a standardized interface for payment processing. This server is particularly valuable for businesses and developers who want to accept cryptocurrency payments through conversational AI without manually configuring the Coinbase Commerce API.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Generates a new payment link with the following parameters: name (string), description (string), amount (string), currency (string), redirectUrl (optional string)
Retrieves information about an existing charge using chargeId (string)