eCommerce
datanest-stores.com
Provides tools to search, compare, preview, and purchase digital technical products from the Datanest catalogue, including Stripe checkout links.
ENDPOINT 1
https://datanest-stores.com/mcp
MCP server metadata
- Name
- datanest-stores
- Version
- 1.0.0
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
get_product_detailsReturn 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-onlycompare_productsCompare 2–4 products factually, using only stored metadata (price, license, versions, prerequisites, files, verification status, etc.).
Inferred read-onlyget_product_previewReturn SAFE public previews only: documentation excerpts, a file-name tree, screenshot/demo links, and sample snippets intended for public display.
Inferred read-onlycreate_checkout_linkSIDE-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-onlycheck_order_statusPoll the status of a checkout session created by create_checkout_link.
Inferred read-onlyget_purchase_accessAUTHENTICATED: 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.