Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Misfit Machine Store

io.github.misfitmediahouse/misfit-machine-store

UCP-compatible machine catalog for paid Misfit agent APIs and MCP services.

Uptime
100.0%
3 direct probes · 30d
Response
747ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

search_catalog

Read-only product discovery. Call this first when you do not know a product ID. Returns matching machine-consumable products with current price, availability, and machine endpoint metadata. No cart, c…

lookup_catalog

Read-only identifier lookup. Call this when you already have one or more product, variant, SKU, or handle IDs and need current price, availability, or machine endpoint data. No purchase or mutation oc…

get_product

Read-only detail retrieval for exactly one selected product. Call after search_catalog or lookup_catalog when full current price, availability, machine endpoint, and existing checkout-handoff metadata…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "misfit_machine_store": {
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-store-mcp",
      "transport": "streamable-http"
    }
  }
}