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)