ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Polar with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage digital products, subscriptions, orders and customers via Polar. create checkouts, manage discounts and track revenue from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Polar capability set.

These are the exact actions your AI can choose when you ask it to work with Polar.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Polar.

  1. 01

    Create checkout

    Requires the product ID. Optionally associate with an existing customer and apply a discount. Returns the checkout session with its URL that you can redirect customers to for payment. Create a new checkout session in Polar

  2. 02

    Create discount

    Requires the name, code, type (percentage or fixed_amount), and amount. Optionally set the duration (once, forever, repeating). The discount can be applied during checkout. Create a new discount code in Polar

  3. 03

    List checkouts

    Each checkout shows its status (open, expired, confirmed), associated product, customer, and creation date. Useful for tracking abandoned and completed checkouts. List checkout sessions in your Polar store

  4. 04

    List orders

    Each order shows the customer, product, amount, currency, payment status, and creation date. Useful for tracking revenue and verifying successful transactions. List orders in your Polar store

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Polar.

  1. 05

    List products

    Each product includes its name, description, price, type (one-time, subscription, free), and metadata. Use this to audit your product catalog and see what you are selling. List products in your Polar store

  2. 06

    List customers

    Each customer shows their email, name, billing address, and metadata. Optionally filter by email to find a specific customer. List customers in your Polar store

  3. 07

    List discounts

    Each discount shows its code, type (percentage, fixed_amount), amount, duration (once, forever, repeating), and active status. Use this to audit your promotional offers. List discount codes in your Polar store

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Polar.

  1. 08

    List subscriptions

    Each subscription shows the customer, product, status (active, past_due, canceled, expired, incomplete, trialing), current period start/end dates, and amount. Optionally filter by status and set a limit. List subscriptions in your Polar store

  2. 09

    List webhooks

    Each webhook shows its URL, subscribed events (order.created, subscription.active, etc.), and status. Use this to audit your event integrations. List webhook endpoints in your Polar store

  3. 10

    Get product

    Provide the product ID (UUID format). Get details for a specific Polar product

Observed, not estimated

897ms average. Fast in production.

Polar is checked daily against the live service.

Daily averagePeak 1134ms
Aug 20Today
Fastest day
739ms
Slowest day
1134ms
14-day trend
Slowing+19%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Polar, so you can see the experience inside your AI.

It does not authenticate your account with Polar. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Polar Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_6Lj8RmUwCZb6fJyvbA7PZv7rzedMSBKRMRGlU8Vh/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Polar capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "polar-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_6Lj8RmUwCZb6fJyvbA7PZv7rzedMSBKRMRGlU8Vh/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Polar owners ask.

  • 01

    How do I create a Polar Personal Access Token?

    Log in to the Polar Dashboard, go to Settings > Developer > Personal Access Tokens, click Create Token, give it a name and copy the token immediately. it starts with polar_pat_ and won't be shown again.

  • 02

    Can I create discount codes via the agent?

    Yes! Use the create_discount capability with a name, code, type (percentage or fixed_amount) and amount. Optionally set the duration (once, forever, repeating). The discount will be available during checkout.

  • 03

    Can I check my subscription revenue?

    Yes! Use list_subscriptions with status 'active' to see all active subscriptions, and list_orders to see completed orders with their amounts. Combine both to get a full picture of your recurring and one-time revenue.

  • 04

    Can I create checkout links programmatically?

    Yes! Use create_checkout with a product_id and optionally a customer_id and discount_id. This creates a checkout session that returns a URL you can share with customers or embed in your app.