mcpbeat Sign in

Swell MCP Server

answering

Swell is answering right now. Last checked 9 min ago. It exposes 16 tools. Last commit 1 Sep 2026.

Manage your Swell headless-commerce store — products, orders, customers, and subscriptions.

Uptime history 47 days of history · worst day 14%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
16
Tools
read from the server
173 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Swell every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add swell --transport http https://swell.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swell": {
      "url": "https://swell.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swell]
url = "https://swell.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "swell": {
      "url": "https://swell.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swell": {
      "url": "https://swell.usefulapi.io/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

swell
swell_create_product
MUTATES LIVE STORE DATA. Create a new product in the store. Provide the common fields directly (name is required); anything else goes in `fields`, which is merged into the request body. Swell backend REST API: POST /products.
swell_get_customer
Fetch a single customer (Swell `accounts` model) by id. Supports `expand` and `fields`. Swell backend REST API: GET /accounts/{id}.
swell_get_order
Fetch a single order by its record id or its order number. Supports `expand` and `fields`. Swell backend REST API: GET /orders/{id}.
swell_get_product
Fetch a single product by its record id or its slug. Supports `expand` and `fields`. Swell backend REST API: GET /products/{id}.
swell_get_subscription
Fetch a single subscription by id. Supports `expand`. Swell backend REST API: GET /subscriptions/{id}.
swell_list_carts
List shopping carts (including abandoned carts), with filtering, sorting, and expansion. Swell backend REST API: GET /carts.
swell_list_categories
List product categories, with filtering, sorting, search, and expansion. Swell backend REST API: GET /categories.
swell_list_coupons
List discount coupons, with filtering and sorting. Swell backend REST API: GET /coupons.
swell_list_customers
List customers. In Swell, customers are the `accounts` model — this queries GET /accounts, with filtering, sorting, search, and expansion.
swell_list_invoices
List invoices (typically subscription invoices), with filtering, sorting, and expansion. Swell backend REST API: GET /invoices.
swell_list_orders
List orders, with MongoDB-style filtering, sorting, search, and expansion. Swell backend REST API: GET /orders.
swell_list_products
List products in the store, with MongoDB-style filtering, sorting, search, field selection, and expansion. Swell backend REST API: GET /products.
swell_list_subscriptions
List subscriptions, with filtering, sorting, and expansion. Swell backend REST API: GET /subscriptions.
swell_query
Power tool: read-only (GET only) access to ANY Swell model not covered by a dedicated tool — e.g. stock, promotions, giftcards, payments, shipments, settings. Supply the collection name plus the usual list params (limit, page, where, sort, expand, fields, search). Swell backend REST API: GET /{collection}.
swell_update_order
MUTATES A LIVE ORDER. Partially update an existing order by id — e.g. change status, fulfillment, or notes. Provide the id plus a `fields` object of attributes to change, e.g. {"status":"complete"}. Swell backend REST API: PUT /orders/{id}.
swell_update_product
MUTATES LIVE STORE DATA. Partially update an existing product by id. Provide the id plus a `fields` object of attributes to change. Swell backend REST API: PUT /products/{id}.

Endpoints

URLTransportStateLatencyChecked
https://swell.usefulapi.io/mcp streamable-http answering 253 ms 9 min ago

Alternatives to Swell

same job, measured the same way
I
CraftyFormsMCP
by craftycrow-co

Create and manage forms, collect submissions — a headless form builder powered by CraftyForms.

local only
I
Crafty Form Server
by craftycrow-co

Create and manage forms, collect submissions — a headless form builder powered by CraftyForms.

local only
Inhalt
by kozmos-tech

An open-source headless CMS for managing content models and entries.

39 installs/wk local only
Crystallize MCP
by hayodev

Crystallize headless commerce tools for AI agents via Model Context Protocol

100 installs/wk local only
KeyShot MCP
by truman-t3

Control local KeyShot scenes, cameras, environments, and renders through headless scripting.

149 installs/wk local only
Magic Cloud
by polterguy

Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser

local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

2 834 installs/wk local only
Morfiade
by morfiade-app

Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.

local only

Swell — questions

Answers built from our own checks of this server.

What can Swell do?
It exposes 16 tools, read directly from the server on our last check. Among them: swell_create_product, swell_get_customer, swell_get_order, swell_get_product, swell_get_subscription, swell_list_carts and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Swell working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 173 ms. The bar chart above shows every period we have measured.
How do I connect Swell?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Swell need an API key?
No. Swell completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Swell?
It answers our handshake in 173 ms on average, which is faster than 72% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Swell open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.