Skip to main content
Glama

btcpayserver-mcp

btcpay_request

Execute BTCPayServer API operations for payment processing, invoice management, and store administration using service-based methods.

Instructions

Execute a BTCPayServer API operation using the service-based approach.

Input Schema

NameRequiredDescriptionDefault
methodNameYesMethod name (e.g., "create", "get", "list", "delete")
parametersNoParameters for the method (use get_method_info to see required parameters)
serviceNameYesService name (e.g., "payment-requests", "invoices", "lightning")

Input Schema (JSON Schema)

{ "properties": { "methodName": { "description": "Method name (e.g., \"create\", \"get\", \"list\", \"delete\")", "type": "string" }, "parameters": { "description": "Parameters for the method (use get_method_info to see required parameters)", "type": "object" }, "serviceName": { "description": "Service name (e.g., \"payment-requests\", \"invoices\", \"lightning\")", "type": "string" } }, "required": [ "serviceName", "methodName" ], "type": "object" }

Other Tools from btcpayserver-mcp

Related Tools

    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/Abhijay007/btcpayserver-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server