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)