Bring Creator Economy
to OpenAI Agents SDK
Create your Vinkius account to connect Polar to OpenAI Agents SDK and start using all 10 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Polar MCP Server?
Connect your Polar account to any AI agent and take full control of your digital commerce operations through natural conversation.
What you can do
- Product Management — List, retrieve and audit all products (one-time, subscription, free) with pricing and metadata
- Subscription Tracking — Monitor active, canceled and past_due subscriptions with billing periods and customer info
- Order & Revenue — List completed orders with amounts, currency, payment status and customer details
- Customer Discovery — Browse customers by email, name and purchase history
- Discount Management — List, create and audit discount codes with percentage or fixed-amount types
- Checkout Operations — Create checkout sessions for products and track open, expired and confirmed checkouts
- Webhook Audit — Review configured webhook endpoints and their subscribed events
How it works
- Subscribe to this server
- Enter your Polar Personal Access Token
- Start managing your commerce from Claude, Cursor, or any MCP-compatible client
No more clicking through the Polar dashboard to check subscriptions or create discount codes. Your AI acts as a dedicated commerce engineer.
Who is this for?
- Indie Developers — quickly check subscription status, review orders and create discount codes without leaving your IDE
- Commerce Teams — audit product catalog, track revenue via orders and manage customer data
- Marketing — create promotional discounts, track checkout conversion and review webhook integrations
Built-in capabilities (10)
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
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
Provide the product ID (UUID format). Get details for a specific Polar product
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
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
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
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
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
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
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
Why OpenAI Agents SDK?
The OpenAI Agents SDK auto-discovers all 10 tools from Polar through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Polar, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
- —
Native MCP integration via
MCPServerSse, pass the URL and the SDK auto-discovers all tools with full type safety - —
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
- —
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
- —
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Polar in OpenAI Agents SDK
Why run Polar with Vinkius?
The Polar connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 10 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Polar using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Polar and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Polar to OpenAI Agents SDK through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Polar for OpenAI Agents SDK
Every request between OpenAI Agents SDK and Polar is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
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.
Can I create discount codes via the agent?
Yes! Use the create_discount tool 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.
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.
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.
How does the OpenAI Agents SDK connect to MCP?
Use MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.
Can I use multiple MCP servers in one agent?
Yes. Pass a list of MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.
Does the SDK support streaming responses?
Yes. The SDK supports SSE and Streamable HTTP transports, both of which work natively with Vinkius.
MCPServerStreamableHttp not found
Ensure you have the latest version: pip install --upgrade openai-agents
Agent not calling tools
Make sure your prompt explicitly references the task the tools can help with.
Explore More MCP Servers
View all →
ZenHub
8 toolsManage agile boards, epics, and estimates via the ZenHub API.

Gerrit
10 toolsManage code reviews via Gerrit — query changes and patch sets, handle reviewers and approvals, and audit project branches directly from any AI agent.

Pipedrive CRM (Full)
11 toolsManage deals, contacts, organizations, activities, notes, and pipelines — complete Pipedrive CRM access through natural conversation.

Stripe Payment Link Creator
1 toolsThis MCP does exactly one thing: it generates custom Stripe Checkout URLs on the fly for any amount negotiated in chat. That's its only function. Incredible for turning your AI into a real-time closer.
