Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.usefulapi/foxyio

REMOTE · FOXYIO.USEFULAPI.IO · SCANNED AUG 3

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

−42 this week 28 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · foxyio.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-foxyio https://foxyio.usefulapi.io/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-foxyio --url https://foxyio.usefulapi.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-foxyio:
    url: "https://foxyio.usefulapi.io/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 −45
    • Endpoint reachability: reachable → not serving MCP security
    • Authorization: pass → unverified security
    • Stability: 0.20 → unverified security
    • Tool coverage: 100 → unverified functional
    • Capabilities: fail → unverified functional
  • 2 Aug 26 +55
    • Authorization: unverified → pass security
    • Transport: fail → pass security
    • MCP protocol: unverified → fail functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 −54
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.13 → unverified security
    • Authorization: pass → unverified security
    • Transport: pass → fail security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +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.

  • 28 Jul 26 0
    • Stability: unverified → 0.03 functional
  • 27 Jul 26 +58
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://foxyio.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 19 Jul 2026 17 Oct 2026 ECDSA 256 ECDSA-SHA256 7d6a652f3922c0740e685553b43b050e
SANs: usefulapi.io, foxyio.usefulapi.io, *.foxyio.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of foxyio.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://foxyio.usefulapi.io/mcp Verified 200
http (plaintext) http://foxyio.usefulapi.io/mcp Inconclusive 401
MCP tools — 14 exposed · ~1,362 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
foxy_get_api_home ~50

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

foxy_get_customer ~62

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

NameTypeReqDescription
idyesCustomer id.
zoomstringComma-separated related resources to embed.

No output schema declared.

No examples provided.

foxy_get_default_store ~62

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

foxy_get_store ~58

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

NameTypeReqDescription
store_idyesStore id (get it from foxy_get_default_store).

No output schema declared.

No examples provided.

foxy_get_subscription ~65

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

NameTypeReqDescription
idyesSubscription id.
zoomstringComma-separated related resources to embed, e.g. 'transaction_template,original_transaction'.

No output schema declared.

No examples provided.

foxy_get_transaction ~73

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

NameTypeReqDescription
idyesTransaction id.
zoomstringComma-separated related resources to embed, e.g. 'items,customer'.

No output schema declared.

No examples provided.

foxy_list_carts ~118

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

NameTypeReqDescription
limitintegerMax results per page (Foxy default 20).
offsetintegerPagination offset.
store_idStore id. If omitted, the default store (fx:store) is used.
zoomstringComma-separated related resources to embed, e.g. 'items,customer'.

No output schema declared.

No examples provided.

foxy_list_coupons ~118

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

NameTypeReqDescription
limitintegerMax results per page (Foxy default 20).
offsetintegerPagination offset.
store_idStore id. If omitted, the default store (fx:store) is used.
zoomstringComma-separated related resources to embed, e.g. 'coupon_codes'.

No output schema declared.

No examples provided.

foxy_list_customers ~100

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

NameTypeReqDescription
emailstringFilter by exact customer email.
limitintegerMax results per page (Foxy default 20).
offsetintegerPagination offset.
store_idStore id. If omitted, the default store (fx:store) is used.

No output schema declared.

No examples provided.

foxy_list_items ~105

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

NameTypeReqDescription
limitintegerMax results per page (Foxy default 20).
offsetintegerPagination offset.
transaction_idyesTransaction id whose line items to list.
zoomstringComma-separated related resources to embed, e.g. 'item_options'.

No output schema declared.

No examples provided.

foxy_list_subscriptions ~135

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

NameTypeReqDescription
is_activebooleanFilter to active (true) or inactive (false) subscriptions.
limitintegerMax results per page (Foxy default 20).
offsetintegerPagination offset.
store_idStore id. If omitted, the default store (fx:store) is used.
zoomstringComma-separated related resources to embed, e.g. 'transaction_template,last_transaction'.

No output schema declared.

No examples provided.

foxy_list_transactions ~169

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

NameTypeReqDescription
customer_emailstringFilter by the transaction's customer email.
is_testbooleanFilter to test (true) or live (false) transactions.
limitintegerMax results per page (Foxy default 20).
offsetintegerPagination offset.
orderstringSort expression, e.g. 'transaction_date desc'.
store_idStore id. If omitted, the default store (fx:store) is used.
zoomstringComma-separated related resources to embed, e.g. 'items,customer,payments'.

No output schema declared.

No examples provided.

foxy_update_customer ~94

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.

NameTypeReqDescription
emailstringNew email address.
first_namestringNew first name.
idyesCustomer id to update.
last_namestringNew last name.

No output schema declared.

No examples provided.

foxy_update_subscription ~153

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.

NameTypeReqDescription
frequencystringBilling frequency, e.g. '1m' (monthly), '2w' (2 weeks), '1y' (yearly).
idyesSubscription id to update.
is_activebooleanSet true to activate or false to pause the subscription.
next_transaction_datestringNext run date, YYYY-MM-DD (reschedules the subscription).

No output schema declared.

No examples provided.