// mcp
Run your store from any AI agent.
Connect Pocketsflow to Claude, Cursor, or any Model Context Protocol client with your API key. Create products, read orders, issue refunds, send newsletters, and more, in plain language.
Works withClaudeCursorChatGPTVS CodeAny MCP agent
api.pocketsflow.com/mcp · 53 tools · scoped by your API key
Install in 60 seconds.
Point your client at the Pocketsflow MCP server and add your API key.
Claude (Desktop and Web)
Settings, then Connectors, then Add custom connector. Name it Pocketsflow, paste the server URL, and add your API key as an Authorization header.
https://api.pocketsflow.com/mcpClaude Code (CLI)
Add the server with a single command in your terminal.
claude mcp add --transport http pocketsflow \
https://api.pocketsflow.com/mcp \
--header "Authorization: Bearer pk_live_..."Cursor
Add Pocketsflow to your project’s .cursor/mcp.json.
{
"mcpServers": {
"pocketsflow": {
"url": "https://api.pocketsflow.com/mcp",
"headers": {
"Authorization": "Bearer pk_live_..."
}
}
}
}Any MCP client
Windsurf, VS Code, and any Model Context Protocol client: drop this into its mcp.json.
{
"mcpServers": {
"pocketsflow": {
"url": "https://api.pocketsflow.com/mcp",
"headers": {
"Authorization": "Bearer pk_live_..."
}
}
}
}npx @pocketsflow/mcp
Stdio bridge for clients that only support local MCP servers.
{
"mcpServers": {
"pocketsflow": {
"command": "npx",
"args": ["-y", "@pocketsflow/mcp"],
"env": {
"POCKETSFLOW_API_KEY": "pk_live_..."
}
}
}
}Agent skill (skills.sh)
Install the Pocketsflow skill so your agent knows the MCP tools and workflows automatically.
npx skills add \
Pocketsflow/pocketsflow-imperium@pocketsflowCreate an API key
In your Pocketsflow dashboard, under Developers.
Add the server
Point your AI client at the MCP server with that key.
Ask your agent
“List my last 10 orders” or “create a $19 product”.
Your whole store, as tools.
From launch to refund, your agent can do real work, not just read documentation. Every action stays explicit, scoped, and auditable.
Products
6 tools- list_products
- create_product
- get_product
- update_product
- update_pricing
- delete_product
Checkout
1 tool- create_checkout_session
Orders and customers
4 tools- list_orders
- get_order
- list_customers
- get_customer
Subscriptions
3 tools- cancel_subscription
- pause_subscription
- resume_subscription
Refunds
3 tools- create_refund
- list_refunds
- get_refund
Discounts
5 tools- list_discounts
- create_discount
- get_discount
- update_discount
- delete_discount
Upsells
5 tools- list_upsells
- create_upsell
- get_upsell
- update_upsell
- delete_upsell
Reviews
1 tool- list_reviews
Webhooks
6 tools- list_webhooks
- create_webhook
- get_webhook
- update_webhook
- delete_webhook
- test_webhook
Newsletters
10 tools- list_posts
- create_post
- get_post
- update_post
- delete_post
- send_post
- send_email
- list_subscribers
- get_subscriber
- delete_subscriber
Link in Bio
2 tools- get_creator_page
- update_creator_page
Partners
6 tools- become_partner
- get_partner
- register_referral
- list_referrals
- list_referral_sales
- get_partner_stats
Account
1 tool- get_account
Reference
docsEvery tool, its arguments, and the live or test mode scoping.
MCP server docsAPI key
dashboardCreate a live or test key under Developers, then paste it into your client.
Open the dashboardStart accepting payments today.
Start accepting payments without building the infrastructure around them.