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

Read Foxy transactions, subscriptions, customers, carts and coupons; update customers and subs.

- Trust score: 28/100 (low)
- Change this week: −42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

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

## Channel facts

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

## 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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - 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.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "io-usefulapi-foxyio": {
      "type": "http",
      "url": "https://foxyio.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 28, −45)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Authorization: pass → unverified
- [security regression] Stability: 0.20 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: fail → unverified

### 2026-08-02 (score 73, +55)

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

### 2026-08-01 (score 18, −54)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.13 → unverified
- [security regression] Authorization: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 72, +3)

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

### 2026-07-30 (score 69, −2)

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

### 2026-07-29 (score 71, +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 70, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 70, +58)

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

## MCP tools (14)

### `foxy_get_api_home` (~50 tokens)

Get API home

Get the Foxy hAPI home document — its _links / rels (including fx:store for the authenticated default store). Useful for HAL discovery. Foxy hAPI: GET /.

### `foxy_get_default_store` (~62 tokens)

Get default store

Resolve and return the authenticated user's default store (and its id) by fetching the API home and following the fx:store link. Use this to discover the store_id the list tools accept. Foxy hAPI: GET / then GET fx:store.

### `foxy_get_store` (~58 tokens)

Get store

Get a single store resource by id, including its settings and _links to sub-collections. Foxy hAPI: GET /stores/{store_id}.

Input parameters:

- `store_id` (required): Store id (get it from foxy_get_default_store).

### `foxy_list_transactions` (~169 tokens)

List transactions

List a store's transactions (orders), newest first. Returns a HAL collection embedding fx:transactions. Foxy hAPI: GET /stores/{store_id}/transactions.

Input parameters:

- `customer_email` (string): Filter by the transaction's customer email.
- `is_test` (boolean): Filter to test (true) or live (false) transactions.
- `limit` (integer): Max results per page (Foxy default 20).
- `offset` (integer): Pagination offset.
- `order` (string): Sort expression, e.g. 'transaction_date desc'.
- `store_id`: Store id. If omitted, the default store (fx:store) is used.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'items,customer,payments'.

### `foxy_get_transaction` (~73 tokens)

Get transaction

Get a single transaction by id, optionally zooming related resources (items, customer, payments, applied_taxes…). Foxy hAPI: GET /transactions/{id}.

Input parameters:

- `id` (required): Transaction id.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'items,customer'.

### `foxy_list_subscriptions` (~135 tokens)

List subscriptions

List a store's subscriptions (recurring orders). Returns a HAL collection embedding fx:subscriptions. Foxy hAPI: GET /stores/{store_id}/subscriptions.

Input parameters:

- `is_active` (boolean): Filter to active (true) or inactive (false) subscriptions.
- `limit` (integer): Max results per page (Foxy default 20).
- `offset` (integer): Pagination offset.
- `store_id`: Store id. If omitted, the default store (fx:store) is used.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'transaction_template,last_transaction'.

### `foxy_get_subscription` (~65 tokens)

Get subscription

Get a single subscription by id, optionally zooming related resources. Foxy hAPI: GET /subscriptions/{id}.

Input parameters:

- `id` (required): Subscription id.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'transaction_template,original_transaction'.

### `foxy_list_customers` (~100 tokens)

List customers

List a store's customers. Returns a HAL collection embedding fx:customers. Foxy hAPI: GET /stores/{store_id}/customers.

Input parameters:

- `email` (string): Filter by exact customer email.
- `limit` (integer): Max results per page (Foxy default 20).
- `offset` (integer): Pagination offset.
- `store_id`: Store id. If omitted, the default store (fx:store) is used.

### `foxy_get_customer` (~62 tokens)

Get customer

Get a single customer by id, optionally zooming related resources (default_billing_address, subscriptions…). Foxy hAPI: GET /customers/{id}.

Input parameters:

- `id` (required): Customer id.
- `zoom` (string): Comma-separated related resources to embed.

### `foxy_list_carts` (~118 tokens)

List carts

List a store's carts (in-progress / abandoned checkouts). Returns a HAL collection embedding fx:carts. Foxy hAPI: GET /stores/{store_id}/carts.

Input parameters:

- `limit` (integer): Max results per page (Foxy default 20).
- `offset` (integer): Pagination offset.
- `store_id`: Store id. If omitted, the default store (fx:store) is used.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'items,customer'.

### `foxy_list_coupons` (~118 tokens)

List coupons

List a store's coupons (discount codes and their rules). Returns a HAL collection embedding fx:coupons. Foxy hAPI: GET /stores/{store_id}/coupons.

Input parameters:

- `limit` (integer): Max results per page (Foxy default 20).
- `offset` (integer): Pagination offset.
- `store_id`: Store id. If omitted, the default store (fx:store) is used.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'coupon_codes'.

### `foxy_list_items` (~105 tokens)

List transaction items

List the line items of a transaction (the products purchased). Returns a HAL collection embedding fx:items. Foxy hAPI: GET /transactions/{transaction_id}/items.

Input parameters:

- `limit` (integer): Max results per page (Foxy default 20).
- `offset` (integer): Pagination offset.
- `transaction_id` (required): Transaction id whose line items to list.
- `zoom` (string): Comma-separated related resources to embed, e.g. 'item_options'.

### `foxy_update_customer` (~94 tokens)

Update customer

UPDATES a customer's profile fields (first_name, last_name, email). This MODIFIES live store data. Foxy hAPI: PATCH /customers/{id}. Provide only the fields you want to change.

Input parameters:

- `email` (string): New email address.
- `first_name` (string): New first name.
- `id` (required): Customer id to update.
- `last_name` (string): New last name.

### `foxy_update_subscription` (~153 tokens)

Update subscription

UPDATES a subscription — reschedule its next run (next_transaction_date), change its frequency, or activate/pause it (is_active). This MODIFIES live store data and affects future billing. Foxy hAPI: PATCH /subscriptions/{id}. Provide only the fields you want to change.

Input parameters:

- `frequency` (string): Billing frequency, e.g. '1m' (monthly), '2w' (2 weeks), '1y' (yearly).
- `id` (required): Subscription id to update.
- `is_active` (boolean): Set true to activate or false to pause the subscription.
- `next_transaction_date` (string): Next run date, YYYY-MM-DD (reschedules the subscription).

## Diagnostics

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

## Score history

- 2026-08-03: 28
- 2026-08-02: 73
- 2026-08-01: 18
- 2026-07-31: 72
- 2026-07-30: 69
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 70
- 2026-07-26: 12

## Links

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