productivity
Buy Me a Coffee MCP, CLI, and Lua Integration for AI Agents
Buy Me a Coffee integration docs for AI agents: MCP gateway setup, Buy Me a Coffee CLI commands, Lua API reference, credentials, and function schemas.Buy Me a Coffee for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
buymeacoffee.buymeacoffee_list_supporters | Read read | 1 | List all supporters in your Buy Me a Coffee account. Returns supporter names, emails, support amounts, and dates. |
buymeacoffee.buymeacoffee_get_supporter | Read read | 1 | Get detailed information about a single Buy Me a Coffee supporter by their ID. Returns full supporter data including support history and notes. |
buymeacoffee.buymeacoffee_list_subscriptions | Read read | 1 | List all active recurring subscriptions in your Buy Me a Coffee account. Returns subscriber details, amounts, and status. |
buymeacoffee.buymeacoffee_list_extras | Read read | 1 | List all extras (additional purchase options) in your Buy Me a Coffee account. Returns extra names, descriptions, and pricing. |
buymeacoffee.buymeacoffee_get_extra | Read read | 1 | Get detailed information about a single Buy Me a Coffee extra by its ID. Returns full extra data including description, pricing, and purchase count. |
buymeacoffee.buymeacoffee_list_shops | Read read | 1 | List all shop items in your Buy Me a Coffee account. Returns shop item names, descriptions, prices, and availability. |
buymeacoffee.buymeacoffee_get_current_user | Read read | 0 | Get the profile of the currently authenticated Buy Me a Coffee user. Useful to verify the connection and see account details. |