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

TitanStore Commerce MCP

io.github.fish-tacos/titan-store

MCP commerce surface for compute credits, API keys, GPU instances, and cloud storage.

Uptime
100.0%
1 direct probes · 30d
Response
2532ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_products

Search TitanStore product catalog. Returns matching compute credits, API keys, storage, GPU instances, and support plans. Filter by category: compute, api_access, storage, gpu, support.

get_product

Retrieve full details for a TitanStore product by SKU. Example SKUs: TS-001, TS-002, TS-003, TS-004, TS-005.

add_to_cart

Add a TitanStore product to your cart and receive a cart token. Requires a valid SKU. Returns cart_token needed for checkout.

checkout

Initiate checkout for a cart. Provide cart_token from add_to_cart and a billing email. Returns a payment_token required to complete the purchase.

confirm_payment

Confirm payment using a payment_token from checkout and a cc_token (credit card token). Completes the TitanStore purchase and returns an order confirmation.

How to use

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

{
  "mcpServers": {
    "titanstore_commerce_mcp": {
      "url": "https://sati-search.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}