swell for Grok
io.usefulapi/swell
Manage your Swell headless-commerce store — products, orders, customers, and subscriptions.
client:Grok
transport:streamable-http
tools:16
Install swell in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"swell": {
"type": "http",
"url": "https://swell.usefulapi.io/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok can do once it is connected
- swell_list_products
- swell_get_product
- swell_list_categories
- swell_list_orders
- swell_get_order
- swell_list_customers
- swell_get_customer
- swell_list_carts
- swell_list_subscriptions
- swell_get_subscription
- swell_list_invoices
- swell_list_coupons
- swell_query
- swell_create_product
- swell_update_product
- swell_update_order