setup-polar

Configures Polar payment integration including MCP, products, webhooks, and checkout code generation for web apps.

255|42|Updated Nov 16, 2023
One-click install
npx skills add https://github.com/chmonitor/chmonitor --skill setup-polar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-polar
Source: https://github.com/chmonitor/chmonitor/tree/main/.agents/skills/setup-polar
Command: npx skills add https://github.com/chmonitor/chmonitor --skill setup-polar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the tedious, error-prone process of manually setting up Polar payment integration, which requires configuring MCP servers, creating products, setting up webhooks, and writing framework-specific checkout code, saving developers hours of guesswork and documentation searching.

Core Features & Use Cases

  • Guided MCP Setup: Step-by-step instructions for installing and authenticating the Polar MCP server across Claude Code, Cursor, and other supported environments.
  • End-to-End Polar Configuration: Walks through organization creation, product setup for subscriptions or one-time purchases, and webhook endpoint configuration for both sandbox and production environments.
  • Framework-Agnostic Code Generation: Integrates with the polar-integration skill to generate ready-to-use checkout, customer portal, and webhook endpoints for Next.js, Express, FastAPI, and other common backend frameworks.
  • Use Case: A developer building a new SaaS app can use this skill to go from zero to a working, testable Polar checkout flow in under 30 minutes without manually piecing together scattered Polar documentation.

Quick Start

Use the setup-polar skill to walk through configuring a complete Polar payment integration for your Express.js SaaS app, including MCP installation, test product creation, webhook setup, and checkout endpoint generation.

Frequently Asked Questions about setup-polar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Polar payment integration for my SaaS app?

Polar payment integration setup involves installing the Polar MCP server, creating products, configuring webhook endpoints, and generating framework-specific checkout code for sandbox and production environments. This skill guides you through the entire end-to-end developer workflow to eliminate configuration errors.

Can I use Polar checkout with Next.js, Express, or FastAPI backends?

Yes, Polar checkout works with Next.js, Express, FastAPI, and other common backend frameworks. The skill integrates with the polar-integration skill to generate ready-to-use checkout endpoints, customer portal routes, and webhook handlers for your specific framework.

How do I install and authenticate the Polar MCP server in Claude Code or Cursor?

Installing the Polar MCP server requires following step-by-step instructions for authenticating across supported environments like Claude Code and Cursor. This skill provides guided MCP setup to ensure proper server installation and authentication for managing your Polar products.

What's the best way to configure Polar webhooks for sandbox and production?

Configuring Polar webhooks requires setting up endpoints for both sandbox and production environments to handle subscription and payment events. This skill walks through webhook endpoint configuration alongside organization creation and product setup to ensure correct event handling.

Does Polar payment integration support subscription management and one-time purchases?

Yes, Polar payment integration supports both recurring subscription management and one-time purchases. The setup process covers product creation for both models, ensuring your SaaS application can process payments and manage customer billing cycles correctly.