dev.pages.datanest-stores/store
REMOTE · DATANEST-STORES.PAGES.DEV · SCANNED AUG 3
Search, preview, and buy 500+ MIT-licensed digital developer products from Datanest Stores.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability69
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1117 tokens (~159/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
- Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 87% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · datanest-stores.pages.dev
claude mcp add --transport http dev-pages-datanest-stores-store https://datanest-stores.pages.dev/mcp
[mcp_servers.dev-pages-datanest-stores-store] url = "https://datanest-stores.pages.dev/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-pages-datanest-stores-store": {
"type": "remote",
"url": "https://datanest-stores.pages.dev/mcp",
"enabled": true
}
}
} openclaw mcp add dev-pages-datanest-stores-store --url https://datanest-stores.pages.dev/mcp --transport streamable-http
mcp_servers:
dev-pages-datanest-stores-store:
url: "https://datanest-stores.pages.dev/mcp" {
"mcpServers": {
"dev-pages-datanest-stores-store": {
"type": "http",
"url": "https://datanest-stores.pages.dev/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 −1
- Tool “search_products” rewrote its description, which is the text the model reads security
- 2 Aug 26 +1
- Stability: unverified → 0.03 ▲ functional
- 1 Aug 26 62
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://datanest-stores.pages.dev/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=datanest-stores.pages.dev | CN=YE2,O=Let's Encrypt,C=US | 9 Jul 2026 | 7 Oct 2026 | ECDSA 256 | ECDSA-SHA384 | 5526f187b46f254f8ec631f201c0cbffefc |
| SANs: *.datanest-stores.pages.dev, datanest-stores.pages.dev | ||||||
| CN=YE2,O=Let's Encrypt,C=US (CA) | CN=Root YE,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | ECDSA 384 | ECDSA-SHA384 | 4df3b15dd6c0784c507cd37b58e6f115 |
| CN=Root YE,O=ISRG,C=US (CA) | CN=ISRG Root X2,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | ECDSA-SHA384 | 872165fc34b6e5fba8add5b3705fb53a |
| CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | SHA256-RSA | 6c8f1dc727c7117f7baf853ac980f9cd |
DNSSEC insecure
Validation of datanest-stores.pages.dev. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| dev. | present | 60074 | 8 | Verified |
| pages.dev. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://datanest-stores.pages.dev/mcp | Verified | 200 | |
| http (plaintext) | http://datanest-stores.pages.dev/mcp | HTTPS enforced | 301 | https://datanest-stores.pages.dev/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_order_status Check checkout/order status ~91
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.
| Name | Type | Req | Description |
|---|---|---|---|
| checkout_session_id | string | yes | The Stripe checkout session id (cs_...) returned by create_checkout_link. |
No output schema declared.
No examples provided.
compare_products Compare products ~89
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.
| Name | Type | Req | Description |
|---|---|---|---|
| product_ids | array | yes | 2 to 4 product ids or slugs. |
| use_case | string | — | Optional buyer use case (recorded, not used to invent claims). |
No output schema declared.
No examples provided.
create_checkout_link Create Stripe checkout link ~214
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.
| Name | Type | Req | Description |
|---|---|---|---|
| buyer_email | string | — | Optional prefill for the checkout. |
| cancel_url | string | — | Optional; must be on the allowlisted host. |
| idempotency_key | string | — | Optional idempotency key to avoid duplicate sessions. |
| product_id | string | yes | Product id, SKU, or unambiguous slug. |
| quantity | number | — | Must be 1 (digital product). |
| success_url | string | — | Optional; must be on the allowlisted host. |
No output schema declared.
No examples provided.
get_product_details Get product details ~99
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.
| Name | Type | Req | Description |
|---|---|---|---|
| product_id | string | yes | Product id ("store:slug"), SKU, or unambiguous slug. |
No output schema declared.
No examples provided.
get_product_preview Get safe product preview ~80
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.
| Name | Type | Req | Description |
|---|---|---|---|
| product_id | string | yes | Product id, SKU, or unambiguous slug. |
No output schema declared.
No examples provided.
get_purchase_access Get purchase download access ~139
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.
| Name | Type | Req | Description |
|---|---|---|---|
| download_token | string | — | Download token (UUID) issued at fulfilment. |
| string | — | Optional purchaser email, recorded for audit. | |
| session_id | string | — | Stripe checkout session id (cs_...). |
No output schema declared.
No examples provided.
search_products Search Datanest products ~272
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).
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by human category name. |
| domain | string | — | Filter by domain/family id: data, ai, cloud, dev, security, career. |
| include_unsellable | boolean | — | Also include unaudited/deprecated products (discoverability only). |
| max_price_usd | number | — | — |
| page | integer | — | — |
| page_size | integer | — | — |
| query | string | — | Free-text search over title, description, tags, and store. |
| tags | array | — | Require ALL of these tags. |
| verified_only | boolean | — | Only return first-party "verified" products. |
No output schema declared.
No examples provided.