KosmoKrator

productivity

Patreon MCP, CLI, and Lua Integration for AI Agents

Patreon integration docs for AI agents: MCP gateway setup, Patreon CLI commands, Lua API reference, credentials, and function schemas.

Patreon 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

FunctionTypeParametersDescription
patreon.patreon_list_campaigns Read read 0 List all campaigns for the authenticated Patreon creator. Returns campaign IDs, names, descriptions, and patron counts.
patreon.patreon_get_campaign Read read 1 Get detailed information about a single Patreon campaign by its ID. Returns full campaign data including description, patron count, and creation date.
patreon.patreon_list_members Read read 1 List members (patrons) for a Patreon campaign. Returns member IDs, names, email addresses, pledge amounts, and patron status.
patreon.patreon_get_member Read read 1 Get detailed information about a single Patreon member by their ID. Returns member data including pledge details, patron status, and tier information.
patreon.patreon_list_posts Read read 1 List posts for a Patreon campaign. Returns post IDs, titles, publication dates, and content metadata.
patreon.patreon_get_post Read read 1 Get detailed information about a single Patreon post by its ID. Returns full post data including title, content, publish date, and tier access.
patreon.patreon_get_current_user Read read 0 Get the profile of the currently authenticated Patreon user. Useful to verify the connection and see account details.