# Ko-fi — MCP server on mcp.ai > Connect your Ko-fi account and use 1 tools for fundraising straight from your AI agent. Connect with your own API key. Ko-fi is a platform that enables creators to receive support from their audience through donations, memberships, and sales. By: mcp.ai · official Page: https://mcp.ai/ko_fi ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ko_fi?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ko_fi/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ko_fi/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ko_fi/skill.md Postman collection (v2.1): https://mcp.ai/ko_fi/postman.json ## Tools - ko_fi_payment_webhook_post(data: object) — Receives and validates Ko-fi payment webhook events. Use this to process real-time notifications for donations, subscriptions, commissions, and shop orders from Ko-fi. The webhook includes payment det ## Example prompts - "What can I do in Ko-fi?" - "Show me a summary of my Ko-fi account" ## Links Docs: https://mcp.ai/docs/mcps/ko_fi Website: https://mcp.ai/mcps/ko_fi