KosmoKrator

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.

7 functions 7 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
buymeacoffee
route_slug
buymeacoffee
package
buymeacoffee
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Buy Me a Coffee MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Buy Me a Coffee.

Buy Me a Coffee CLI Matrix

Use these pages for direct Buy Me a Coffee CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.