← Registry

eCommerce

datanest-stores.com

Provides tools to search, compare, preview, and purchase digital technical products from the Datanest catalogue, including Stripe checkout links.

1 endpoint7 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://datanest-stores.com/mcp

No auth detected

MCP server metadata

Name
datanest-stores
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Datanest sells 528+ production-ready digital technical products (code toolkits, templates, cheatsheets) across ~50 specialist stores. All products are MIT-licensed digital downloads with lifetime updates. Use these tools to: search the catalogue, inspect a product's exact contents and suitability, retrieve safe public previews, and prepare a verified Stripe checkout link. Read tools are public and free. `create_checkout_link` is side-effecting but only ever produces a hosted Stripe Checkout URL — the buyer must explicitly authorize payment in Stripe; nothing is charged autonomously. Products marked `unaudited` or `deprecated` cannot be purchased through agent checkout.

Known tools 7

search_products

Search the Datanest catalogue of digital technical products.

Inferred read-only
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.

Inferred read-only
compare_products

Compare 2–4 products factually, using only stored metadata (price, license, versions, prerequisites, files, verification status, etc.).

Inferred read-only
get_product_preview

Return SAFE public previews only: documentation excerpts, a file-name tree, screenshot/demo links, and sample snippets intended for public display.

Inferred read-only
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.

Inferred read-only
check_order_status

Poll the status of a checkout session created by create_checkout_link.

Inferred read-only
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.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.datanest-stores]
url = "https://datanest-stores.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "datanest-stores": {
      "type": "http",
      "url": "https://datanest-stores.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: datanest-stores
Remote MCP URL: https://datanest-stores.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "datanest-stores": {
      "url": "https://datanest-stores.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "datanest-stores": {
      "type": "http",
      "url": "https://datanest-stores.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "datanest-stores",
  "transport": "streamable-http",
  "url": "https://datanest-stores.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.