MCP Coinbase Commerce Server
@zhangzhongnan928
MCP Coinbase Commerce Server について
MCP server for generating Coinbase Commerce payment links
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-coinbase-commerce": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Coinbase Commerce Server?
This is a Model Context Protocol (MCP) server that connects to the Coinbase Commerce API. It allows AI assistants like Claude to generate cryptocurrency payment links and retrieve charge information. It is designed for developers and merchants who want to accept crypto payments through an AI interface.
How to use MCP Coinbase Commerce Server?
Install Node.js 16.0+, clone the repository, run npm install, copy .env.example to .env and add your Coinbase Commerce API key, then build with npm run build and start with npm start. For Claude for Desktop, configure the server in claude_desktop_config.json using the node command with the path to the compiled dist/index.js and set the COINBASE_COMMERCE_API_KEY environment variable. The server then exposes two tools: create-charge and get-charge.
Key features of MCP Coinbase Commerce Server?
- Connect AI assistants to the Coinbase Commerce API
- Generate payment links with custom amount, currency, and description
- Retrieve information about existing charges
- Secure API key management
- Easy integration with Claude and other MCP-compatible assistants
Use cases of MCP Coinbase Commerce Server?
- Ask an AI to create a $10 USD donations payment link for a project
- Generate a Coinbase Commerce payment link for a coffee shop at $5.50
- Look up the payment status of a specific charge by its ID
FAQ from MCP Coinbase Commerce Server
What are the system requirements?
The server requires Node.js 16.0+, a Coinbase Commerce account, and a Coinbase Commerce API key.
How do I configure the server for Claude for Desktop?
Edit claude_desktop_config.json to add the MCP server entry with the node command, the path to dist/index.js, and the COINBASE_COMMERCE_API_KEY environment variable.
What tools does the server provide?
It provides create-charge (with parameters name, description, amount, currency, and optional redirectUrl) and get-charge (with parameter chargeId).
Can I test the server without an AI assistant?
Yes, you can test using the MCP Inspector by running npx @modelcontextprotocol/inspector node dist/index.js.
How do I run the server in development mode?
Use the command npm run dev for development mode with hot reloading.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント