# Moonclerk — MCP server on mcp.ai > Connect your Moonclerk account and use 5 tools for payment processing straight from your AI agent. Connect with your own API key. MoonClerk is a platform that enables businesses to accept recurring and one-time online payments. By: mcp.ai · official Page: https://mcp.ai/moonclerk ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_moonclerk?ms=1787293560000 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/moonclerk/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/moonclerk/ 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/moonclerk/skill.md Postman collection (v2.1): https://mcp.ai/moonclerk/postman.json ## Tools - moonclerk_list_customers(status?: string, form_id?: integer, checkout_to?: string, checkout_from?: string, next_payment_to?: string, next_payment_from?: string) — Tool to list customers (plans) from MoonClerk. Use when you need to retrieve customer data with optional filters. Use after authenticating API credentials. - moonclerk_list_discounts(status?: string, form_id?: integer, checkout_to?: string, checkout_from?: string, next_payment_to?: string, next_payment_from?: string) — Tool to retrieve a list of all discounts applied to customers. Use after authenticating API credentials. - moonclerk_list_forms(page?: integer, per_page?: integer) — Tool to retrieve a list of all payment forms. Use after authenticating to inspect available payment forms. - moonclerk_list_payments(status?: string, date_to?: string, form_id?: integer, date_from?: string, customer_id?: integer) — Tool to list payments. Use when you need to retrieve all payments or filter by form, customer, date range, or status after authenticating. - moonclerk_list_subscriptions(status?: string, form_id?: string, next_payment_to?: string, next_payment_from?: string) — Tool to list subscriptions. Use when you need to retrieve all subscriptions after authenticating. ## Example prompts - "What can I do in Moonclerk?" - "Show me a summary of my Moonclerk account" ## Links Docs: https://mcp.ai/docs/mcps/moonclerk Website: https://mcp.ai/mcps/moonclerk