mcpbeat

Foxyio MCP Server

io.usefulapi/foxyio
not responding

Foxyio is listed as active in the registry but did not answer our last check. It exposes 14 tools. Last commit 1 Aug 2026.

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

Uptime history 40 hours of history · worst hour 0%
40 hours agonow
27.5%
Uptime 24h
25 of 91 checks
14
Tools
read from the server
185 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

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 foxyio --transport http https://foxyio.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "foxyio": {
      "url": "https://foxyio.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.foxyio]
url = "https://foxyio.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "foxyio": {
      "url": "https://foxyio.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "foxyio": {
      "url": "https://foxyio.usefulapi.io/mcp"
    }
  }
}

Available tools 14

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

foxy
foxy_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_customer
Get a single customer by id, optionally zooming related resources (default_billing_address, subscriptions…). Foxy hAPI: GET /customers/{id}.
foxy_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
Get a single store resource by id, including its settings and _links to sub-collections. Foxy hAPI: GET /stores/{store_id}.
foxy_get_subscription
Get a single subscription by id, optionally zooming related resources. Foxy hAPI: GET /subscriptions/{id}.
foxy_get_transaction
Get a single transaction by id, optionally zooming related resources (items, customer, payments, applied_taxes…). Foxy hAPI: GET /transactions/{id}.
foxy_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.
foxy_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.
foxy_list_customers
List a store's customers. Returns a HAL collection embedding fx:customers. Foxy hAPI: GET /stores/{store_id}/customers.
foxy_list_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.
foxy_list_subscriptions
List a store's subscriptions (recurring orders). Returns a HAL collection embedding fx:subscriptions. Foxy hAPI: GET /stores/{store_id}/subscriptions.
foxy_list_transactions
List a store's transactions (orders), newest first. Returns a HAL collection embedding fx:transactions. Foxy hAPI: GET /stores/{store_id}/transactions.
foxy_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.
foxy_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.

Endpoints

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

Foxyio — questions

Answers built from our own checks of this server.

What can Foxyio do?
It exposes 14 tools, read directly from the server on our last check. Among them: foxy_get_api_home, foxy_get_customer, foxy_get_default_store, foxy_get_store, foxy_get_subscription, foxy_get_transaction and 8 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 Foxyio working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 25 of 91 checks got a reply (27.5%), average response time 185 ms. The bar chart above shows every period we have measured.
The registry lists Foxyio as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Foxyio?
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 Foxyio need an API key?
No. Foxyio completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Foxyio?
It answers our handshake in 185 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Foxyio 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.