Btcpay server

Btcpay server

BTCPay Server is a free, open-source, self-hosted Bitcoin payment processor that enables merchants to accept Bitcoin payments without intermediaries.

76VIEWS
2313USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app btcpay_servernpx @composio/cli add cursor --app btcpay_servernpx @composio/cli add cursor --app btcpay_servernpx @composio/cli add cursor --app btcpay_server

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Payment Request

Tool to create a new payment request for a store. use after confirming store id.

Create Store

Tool to create a new store in btcpay server. use when you need to provision a new store before processing transactions.

Create Btcpay Server User

Tool to create a new btcpay server user. use when you need to register a new user programmatically as an administrator.

Register A Webhook

Tool to register a new webhook. use when you need to receive store event notifications.

Delete Api Key

Tool to revoke a specific api key. use when you need to remove an api key to immediately prevent its use. call after identifying the key to revoke.

Delete Payment Request

Tool to delete a specific payment request. use when you need to archive/remove an existing payment request for a store.

Delete Store Payout

Tool to delete a specific payout from a store. use when you need to cancel a payout no longer needed.

Get Api Key

Tool to retrieve the current api key. use after authentication to get api key details.

List Api Keys

Tool to list api keys. use when you need to retrieve all api keys associated with the authenticated user.

Get Payment Requests

Tool to list all payment requests for a specific store. use after confirming you have the store id.

Get Btcpay Server Info

Tool to retrieve information about the btcpay server instance. use when needing server version, tor address, supported payment methods, and synchronization states.

Get Store

Tool to retrieve information about a specific store. use when you need full store configuration.

Get Btcpay Server User

Tool to retrieve information about a specific user. use when you need to fetch profile data for a given user id or email.

Get Store Webhook

Tool to retrieve details of a specific webhook. use when you need to verify the configuration or status of a webhook for a given store after its creation.

List Store Webhooks

Tool to list all webhooks registered for a store. use when you need to retrieve the configured webhooks for management or auditing.

List Apps

Tool to list all apps associated with a specific store. use when retrieving basic metadata of every app in that store.

Update Btcpay Server User

Tool to update current user information. use when you need to modify your authenticated user profile on btcpay server.

17 actions available