# io.usefulapi/swell (remote · swell.usefulapi.io)

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

- Trust score: 71/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `swell.usefulapi.io`: 71/100 (this document), [markdown](https://verifymcp.io/servers/io-usefulapi-swell/swell.md), [page](https://verifymcp.io/servers/io-usefulapi-swell/swell)

## Channel facts

- Endpoint: `https://swell.usefulapi.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 78/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2225 tokens (~139/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-usefulapi-swell https://swell.usefulapi.io/mcp
```

### Codex

```toml
[mcp_servers.io-usefulapi-swell]
url = "https://swell.usefulapi.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-swell": {
      "type": "remote",
      "url": "https://swell.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-usefulapi-swell --url https://swell.usefulapi.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-usefulapi-swell:
    url: "https://swell.usefulapi.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-usefulapi-swell": {
      "type": "http",
      "url": "https://swell.usefulapi.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 70, +42)

- [security improvement] Authorization: unverified → pass
- [security] First check of Authorization: partial
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Tool coverage: unverified → 100

### 2026-08-01 (score 28, −28)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: fail → unverified
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: fail → unverified

### 2026-07-31 (score 56, +31)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 25, −43)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 67, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 66, +54)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (16)

### `swell_list_products` (~193 tokens)

List products

List products in the store, with MongoDB-style filtering, sorting, search, field selection, and expansion. Swell backend REST API: GET /products.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `fields` (string): Comma-separated fields to return, e.g. "name,price,active".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `search` (string): Free-text search across the model's searchable fields.
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_get_product` (~95 tokens)

Get a product

Fetch a single product by its record id or its slug. Supports `expand` and `fields`. Swell backend REST API: GET /products/{id}.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `fields` (string): Comma-separated fields to return, e.g. "name,price".
- `id` (string, required): Product id or slug.

### `swell_list_categories` (~162 tokens)

List categories

List product categories, with filtering, sorting, search, and expansion. Swell backend REST API: GET /categories.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `search` (string): Free-text search across the model's searchable fields.
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_list_orders` (~164 tokens)

List orders

List orders, with MongoDB-style filtering, sorting, search, and expansion. Swell backend REST API: GET /orders.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `search` (string): Free-text search across the model's searchable fields.
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_get_order` (~89 tokens)

Get an order

Fetch a single order by its record id or its order number. Supports `expand` and `fields`. Swell backend REST API: GET /orders/{id}.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "items,account".
- `fields` (string): Comma-separated fields to return.
- `id` (string, required): Order id or order number.

### `swell_list_customers` (~170 tokens)

List customers

List customers. In Swell, customers are the `accounts` model — this queries GET /accounts, with filtering, sorting, search, and expansion.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `search` (string): Free-text search across the model's searchable fields.
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_get_customer` (~91 tokens)

Get a customer

Fetch a single customer (Swell `accounts` model) by id. Supports `expand` and `fields`. Swell backend REST API: GET /accounts/{id}.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "orders,subscriptions".
- `fields` (string): Comma-separated fields to return.
- `id` (string, required): Customer (account) id.

### `swell_list_carts` (~150 tokens)

List carts

List shopping carts (including abandoned carts), with filtering, sorting, and expansion. Swell backend REST API: GET /carts.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_list_subscriptions` (~144 tokens)

List subscriptions

List subscriptions, with filtering, sorting, and expansion. Swell backend REST API: GET /subscriptions.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_get_subscription` (~63 tokens)

Get a subscription

Fetch a single subscription by id. Supports `expand`. Swell backend REST API: GET /subscriptions/{id}.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "account,product".
- `id` (string, required): Subscription id.

### `swell_list_invoices` (~149 tokens)

List invoices

List invoices (typically subscription invoices), with filtering, sorting, and expansion. Swell backend REST API: GET /invoices.

Input parameters:

- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_list_coupons` (~122 tokens)

List coupons

List discount coupons, with filtering and sorting. Swell backend REST API: GET /coupons.

Input parameters:

- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_query` (~263 tokens)

Query any collection (read-only)

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}.

Input parameters:

- `collection` (string, required): Swell model/collection name, e.g. "products", "stock", "promotions", "giftcards".
- `expand` (string): Comma-separated related fields to expand, e.g. "variants,categories".
- `fields` (string): Comma-separated fields to return, e.g. "name,price,active".
- `limit` (integer): Max records to return (1–1000, Swell default 15).
- `page` (integer): Page number for pagination (default 1).
- `search` (string): Free-text search across the model's searchable fields.
- `sort` (string): Sort expression, e.g. "date_created desc" or "name asc".
- `where` (string): MongoDB-style filter as a JSON object string, e.g. {"active":true,"price":{"$gte":10}}.

### `swell_create_product` (~170 tokens)

Create a 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.

Input parameters:

- `active` (boolean): Whether the product is active/visible.
- `description` (string): Product description.
- `fields` (object): Any additional product fields, merged into the request body (e.g. attributes, options, images).
- `name` (string, required): Product name (required).
- `price` (number): Product price.
- `sku` (string): Stock-keeping unit.
- `stock_level` (number): Available stock quantity.
- `type` (string): Product type, e.g. "standard", "subscription", "digital".

### `swell_update_product` (~91 tokens)

Update a 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}.

Input parameters:

- `fields` (object, required): Partial set of product attributes to update, e.g. {"price":19.99,"active":false}.
- `id` (string, required): Product id to update (required).

### `swell_update_order` (~109 tokens)

Update an 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}.

Input parameters:

- `fields` (object, required): Partial set of order attributes to update, e.g. {"status":"complete"} or fulfillment fields.
- `id` (string, required): Order id to update (required).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-usefulapi-swell/swell#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 28
- 2026-07-31: 56
- 2026-07-30: 25
- 2026-07-29: 68
- 2026-07-28: 67
- 2026-07-27: 66
- 2026-07-26: 12

## Links

- Remote endpoint: https://swell.usefulapi.io/mcp
- Repository: https://github.com/m190/usefulapi-mcp
- Changelog RSS feed: https://verifymcp.io/servers/io-usefulapi-swell/swell/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-usefulapi-swell/swell/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-usefulapi-swell/swell
