mcpbeat Sign in

Store MCP Server

by pages-datanest-stores Your server? Claim it
not responding

Store is listed as active in the registry but did not answer our last check. It exposes 7 tools.

Search, preview, and buy 500+ MIT-licensed digital developer products from Datanest Stores.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
7
Tools
read from the server
301 ms
Response time
average over 24h
open, no key
Access
streamable-http

Store does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add store --transport http https://datanest-stores.pages.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "store": {
      "url": "https://datanest-stores.pages.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.store]
url = "https://datanest-stores.pages.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "store": {
      "url": "https://datanest-stores.pages.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "store": {
      "url": "https://datanest-stores.pages.dev/mcp"
    }
  }
}

Available tools 7

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

product
get_product_details
Return the full factual detail for one product: exact title, price/currency, short + detailed description, included files, prerequisites, supported technologies/versions, install time, license, latest version, last verified date, verification status, compatibility notes, preview URL, product page URL, and stable product_id/SKU. Read-only and public.
get_product_preview
Return SAFE public previews only: documentation excerpts, a file-name tree, screenshot/demo links, and sample snippets intended for public display. Never returns the purchased ZIP, private storage URLs, secrets, whole paid source files, or signed download URLs. Read-only and public.
checkout
create_checkout_link
SIDE-EFFECTING: creates a short-lived Stripe Checkout session/link for ONE product (quantity fixed to 1) and returns only the hosted checkout URL, product summary, exact price, and expiry. The price and Stripe price id are resolved server-side from trusted catalogue data — client-supplied price/amount/currency/name/price-id are ignored/rejected. The buyer must explicitly authorize payment in Stripe Checkout; NO card is charged autonomously. Products that are unaudited/deprecated/not agent-sellable are rejected.
compare
compare_products
Compare 2–4 products factually, using only stored metadata (price, license, versions, prerequisites, files, verification status, etc.). Never fabricates differences or suitability claims. Read-only and public.
order
check_order_status
Poll the status of a checkout session created by create_checkout_link. Returns a coarse status (paid | open | expired | unknown) and the recommended next step, with NO buyer PII. When status is "paid", call get_purchase_access with the same session_id to obtain the download link.
products
search_products
Search the Datanest catalogue of digital technical products. Accepts natural-language intent queries (e.g. "add authentication to my SaaS", "reduce my AWS bill", "prepare for a system design interview") — stopwords and phrasing are handled, and synonyms are expanded. Returns concise product cards ranked by relevance, with stable canonical URLs. If a query matches little, the result includes suggestions/did_you_mean/available_domains so you can refine. Read-only and public. By default only agent-purchasable products are returned; set include_unsellable=true to also surface unaudited/deprecated items (clearly flagged, not buyable).
purchase
get_purchase_access
AUTHENTICATED: for a buyer who already completed a purchase, returns a short-lived (~15 min), single-purpose signed download link for THEIR order only. Ownership is proven by an unguessable credential issued at fulfilment — the Stripe session_id or the download token. Reuses the existing entitlement + signed-link service; each call consumes one of the limited downloads. Cannot list or access other purchasers' orders.

Endpoints

URLTransportStateLatencyChecked
https://datanest-stores.pages.dev/mcp streamable-http answering 301 ms 15 min ago

Alternatives to Store

same job, measured the same way
Kroger
by pipeworx-io

Kroger MCP — grocery products, prices, and store locations (developer.kroger.com)

34 tools answering
Gummble
by gummble

Search 300k+ real app screens, flows, and UX microcopy from 1,500+ shipped products.

answering
Tolstoy Shopper
by gotolstoy

Search products, view details, and try items on across stores powered by Tolstoy.

3 tools answering
Curie Commerce
by curie

Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout.

30 tools answering
Apiguru Amazon Data
by apiguru

Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.

6 324 installs/wk 12 tools answering
AIsa App Store Data
by aisa

App store listings, details, searches, reviews and app-store search results.

answering
Dm Drogerie Markt
by dm-mcp

Real-time product data, semantic search and more from dm-drogerie markt, Europe's leading drugstore.

5 tools answering
Booyah Index
by getbooyah

AI-readable directory + commerce layer: 3,500+ SEA businesses, plus products from verified stores.

6 tools answering

Store — questions

Answers built from our own checks of this server.

What can Store do?
It exposes 7 tools, read directly from the server on our last check. Among them: check_order_status, compare_products, create_checkout_link, get_product_details, get_product_preview, get_purchase_access and 1 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 Store working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 301 ms. The bar chart above shows every period we have measured.
Is Store still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Store 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 Store?
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 Store need an API key?
No. Store completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.