MCP Coinbase Commerce Server
MCP 코인베이스 커머스 서버
이는 Coinbase Commerce API에 연결되는 MCP(Model Context Protocol) 서버로, Claude와 같은 AI 도우미가 암호화폐 결제 링크를 생성할 수 있도록 합니다.
특징
사용자 정의 가능한 금액, 통화 및 설명을 사용하여 Coinbase Commerce 결제 링크를 생성합니다.
기존 요금에 대한 정보를 검색합니다
안전한 API 키 관리
Claude 및 기타 MCP 호환 AI 어시스턴트와의 간편한 통합
Related MCP server: NWC MCP Server
필수 조건
노드.js 16.0+
Coinbase Commerce 계정
Coinbase Commerce API 키( 여기서 받으세요 )
설정
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install.env.example``.env로 복사하고 Coinbase Commerce API 키를 추가하세요.cp .env.example .env # Edit .env file with your API key프로젝트를 빌드하세요:
npm run build서버를 시작합니다:
npm start
데스크톱용 Claude 사용
서버가 실행되면 데스크톱용 Claude에 연결할 수 있습니다.
데스크톱용 Open Claude
Claude 메뉴 → 설정 → 개발자를 클릭하세요.
"구성 편집"을 클릭하여
claude_desktop_config.json엽니다.MCP 서버 구성을 추가합니다.
{
"mcpServers": {
"coinbase-commerce": {
"command": "node",
"args": ["/path/to/mcp-coinbase-commerce/dist/index.js"],
"env": {
"COINBASE_COMMERCE_API_KEY": "your_api_key_here"
}
}
}
}파일을 저장하고 Claude for Desktop을 다시 시작하세요.
이제 채팅 인터페이스에 사용 가능한 도구를 나타내는 망치 아이콘이 표시됩니다.
클로드에 대한 예시 프롬프트
연결되면 Claude에게 결제 링크를 생성하도록 요청할 수 있습니다.
"제 프로젝트에 10달러를 기부할 수 있는 결제 링크를 만들어 주실 수 있나요?"
"내 커피숍에 대한 Coinbase Commerce 결제 링크를 5.50달러 가격으로 생성해 주세요."
"청구 ID 93e23c3e-8220-4e6c-9bc3-ea3548339621에 대한 결제 상태를 조회하세요"
클로드는 이러한 요청을 충족하기 위해 적절한 도구를 사용하여 고객과 공유할 수 있는 결제 링크를 생성합니다.
API 도구
create-charge
다음 매개변수를 사용하여 새로운 결제 링크를 생성합니다.
name: 결제/상품명description: 지불 대상에 대한 설명amount: 결제 금액 (예: "10.00")currency: 통화 코드(예: "USD", "EUR", "BTC")redirectUrl(선택사항): 결제 완료 후 리디렉션할 URL
get-charge
다음을 사용하여 기존 요금에 대한 정보를 검색합니다.
chargeId: 검색할 요금의 ID
개발
개발 모드에서 서버를 실행하려면:
npm run devMCP Inspector로 테스트
MCP Inspector를 사용하여 서버를 테스트할 수 있습니다.
npx @modelcontextprotocol/inspector node dist/index.js특허
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityFmaintenanceProvides onchain tools for Claude AI to interact with the Base blockchain and Coinbase API, enabling wallet management, fund transfers, and smart contract deployment.52351MIT- AlicenseBqualityFmaintenanceConnects a Bitcoin Lightning wallet to your LLM using Nostr Wallet Connect, enabling payment functionalities within language models like Claude.6915MIT
- AlicenseNot gradedqualityFmaintenanceProvides tools for interacting with the Coinbase Advanced Trading API, enabling autonomous crypto trading via a Claude skill.5MIT
- AlicenseCqualityDmaintenanceEnables Claude to integrate with Stripe for creating payment links, processing payments, and managing products and customers.1759MIT
Related MCP Connectors
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhangzhongnan928/mcp-coinbase-commerce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server