{"schema_version":"1.0","name":"MoneMee Creator MCP Server","description":"Create and manage digital products (E-Books, courses, KI-Prompts, software, MCP-Server) on the MoneMee creator platform from any MCP-compatible AI client.","version":"0.2.0","homepage":"https://monemee.com/mcp","documentation":"https://monemee.com/api-docs","publisher":{"name":"MoneMee","url":"https://monemee.com","support":"https://monemee.com/support"},"transports":{"stdio":{"type":"stdio","package":"@monemee/mcp-server","registry":"npm","install":"npx -y @monemee/mcp-server"},"http":{"type":"http","endpoint":"https://monemee.com/mcp/v1","method":"POST"}},"auth":{"api_key":{"header":"Authorization","scheme":"Bearer","prefix":"monemee_","management_url":"https://monemee.com/settings?tab=api"},"oauth2":{"discovery":"https://monemee.com/.well-known/oauth-authorization-server","scopes_supported":["monemee:write"],"dynamic_client_registration":true}},"tools":[{"name":"create_prompt_product","description":"Create a new KI-Prompts product. The prompt body is auto-rendered to a Markdown file that buyers receive after purchase."},{"name":"create_file_product","description":"Create a digital download product (PDF, ZIP, EPUB, video, audio) from a previously uploaded file."},{"name":"create_software_product","description":"Create a software product backed by a private GitHub repository (branch ZIP or release asset)."},{"name":"update_product","description":"Update fields of an existing product, including status (draft / active / archived)."},{"name":"list_my_products","description":"List all products owned by the authenticated creator."},{"name":"get_product","description":"Fetch a single product by id (must belong to the creator)."},{"name":"publish_product","description":"Publish a draft product (sets status=\"active\") and runs publish-time validations."},{"name":"archive_product","description":"Archive a product (sets status=\"archived\") — removed from the public store but kept in the dashboard."},{"name":"get_account_stats","description":"Account-wide sales statistics: all-time totals, last-30-day breakdown, top 5 products."},{"name":"get_product_stats","description":"Per-product statistics — sales, revenue, earnings, average order value, conversion rate, last sale."},{"name":"upload_file","description":"Upload a local file to Monemee storage and return file_url for use in create_file_product."}],"sameAs":["https://www.npmjs.com/package/@monemee/mcp-server","https://github.com/clmpng/monemee/tree/master/mcp"]}