INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://datanest-stores.com/mcp
Connect to this endpoint to inspect the live schema for get_product_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search_products— Search the Datanest catalogue of digital technical products.compare_products— Compare 2–4 products factually, using only stored metadata (price, license, versions, prerequisites, files, verification status, etc.).get_product_preview— Return SAFE public previews only: documentation excerpts, a file-name tree, screenshot/demo links, and sample snippets intended for public display.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.check_order_status— Poll the status of a checkout session created by create_checkout_link.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.