com.ainetcafe/netcafe-live-data
REMOTE · AINETCAFE.COM · SCANNED AUG 17
Live data: weather, air quality, FX, CN/HK/US stocks, IP geo, domain, SSL, China reachability.
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 Security74
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one. See how to fix → View diagnostics → Partial
- 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 Usability80
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1072 tokens (~97/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management4
- Stability check failed: schema churn in the 4 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 1 additions. See how to fix → Fail
Tool Coverage97
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 91% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (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 · ainetcafe.com
claude mcp add --transport http com-ainetcafe-netcafe-live-data https://ainetcafe.com/mcp/data?s=registry
[mcp_servers.com-ainetcafe-netcafe-live-data] url = "https://ainetcafe.com/mcp/data?s=registry"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-ainetcafe-netcafe-live-data": {
"type": "remote",
"url": "https://ainetcafe.com/mcp/data?s=registry",
"enabled": true
}
}
} openclaw mcp add com-ainetcafe-netcafe-live-data --url https://ainetcafe.com/mcp/data?s=registry --transport streamable-http
mcp_servers:
com-ainetcafe-netcafe-live-data:
url: "https://ainetcafe.com/mcp/data?s=registry" {
"mcpServers": {
"com-ainetcafe-netcafe-live-data": {
"type": "http",
"url": "https://ainetcafe.com/mcp/data?s=registry"
}
}
} 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.
- 17 Aug 26 +1
- Tool “what_can_you_do” rewrote its description, which is the text the model reads security
- 16 Aug 26 0
- Schema quality: 913 → 1075 ▼ functional
- New tool “what_can_you_do” functional
- 15 Aug 26 +1
- Stability: 0.03 → fail ▼ security
- Tool “stock_quote” was removed ▼ security
- MCP protocol: fail → pass ▲ functional
- MCP protocol version: 2025-06-18 → 2026-07-28 functional
- 14 Aug 26 +1
- Stability: unverified → 0.03 ▲ functional
- 13 Aug 26 68
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 17 Aug 2026 · Probed https://ainetcafe.com/mcp/data?s=registry
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=ainetcafe.com | CN=WE1,O=Google Trust Services,C=US | 29 Jul 2026 | 27 Oct 2026 | ECDSA 256 | ECDSA-SHA256 | dac48256f0fdbd780ea13de50d28b439 |
| SANs: ainetcafe.com, *.ainetcafe.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
DNSSEC insecure
Validation of ainetcafe.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| ainetcafe.com. | 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://ainetcafe.com/mcp/data?s=registry | Verified | 200 | |
| http (plaintext) | http://ainetcafe.com/mcp/data?s=registry | HTTPS enforced | 301 | https://ainetcafe.com/mcp/data?s=registry |
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_vulns Check a package for known vulnerabilities ~142
Query OSV.dev for known CVE/GHSA vulnerabilities affecting a package (optionally a specific version), and get the versions they were fixed in. Use it when reviewing dependencies or a lockfile. Covers npm, PyPI, crates.io, Go, Maven, NuGet and Packagist.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | npm (default) | pypi | crates | go | maven | nuget | packagist |
| name | string | yes | Package name. |
| version | string | – | Exact version to check, e.g. "4.17.15". Omit to list all known vulns for the package. |
Structured output declared, but exposes no named fields.
No examples provided.
china_reachability Test if a URL is reachable from mainland China ~78
Fetch a URL from a real mainland-China network egress and report HTTP status, latency and China DNS resolution. Answers "is my site/API usable from China?" with a measurement instead of a guess — you cannot get this from a VPS abroad.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full URL to test, e.g. https://example.com |
Structured output declared, but exposes no named fields.
No examples provided.
domain_check Domain availability / whois ~43
Check if a domain is registered via official RDAP: availability, registrar, created/expiry dates, nameservers.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | e.g. example.com |
Structured output declared, but exposes no named fields.
No examples provided.
exchange_rate Live exchange rates ~71
Live currency exchange rate: one pair with conversion, or a major-currency table for a base currency.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | – | Amount to convert, default 1 |
| from | string | – | Base currency code, default USD |
| to | string | – | Target currency code; omit for a table |
Structured output declared, but exposes no named fields.
No examples provided.
get_air_quality Live air quality (AQI) ~60
Live air quality for any city: US/European AQI, PM2.5, PM10, ozone.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | city name, e.g. 北京 |
| latitude | number | – | – |
| longitude | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_weather Get current weather ~74
Current weather and short forecast for a city or coordinates. Works for Chinese cities too.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | – | City name, e.g. "Shanghai" / "上海". Or pass lat/lon. |
| lat | number | – | Latitude (alternative to city). |
| lon | number | – | Longitude (alternative to city). |
Structured output declared, but exposes no named fields.
No examples provided.
ip_lookup IP geolocation ~42
IP address geolocation and ISP: country, region, city, ISP, timezone.
| Name | Type | Req | Description |
|---|---|---|---|
| ip | string | – | IPv4/IPv6; omit for caller IP |
Structured output declared, but exposes no named fields.
No examples provided.
package_info Look up a package (npm / PyPI / crates / Go) ~94
Latest version, license, repo, description, dependencies and weekly downloads for any public package. Use it before adding a dependency, or to check whether the version in a lockfile is current.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | npm (default) | pypi | crates | go |
| name | string | yes | Package name, e.g. "react", "requests", "serde", "github.com/gin-gonic/gin". |
Structured output declared, but exposes no named fields.
No examples provided.
ssl_check SSL certificate check ~43
Inspect the TLS certificate of a domain: issuer, validity window, days until expiry, trust status, SANs.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | e.g. example.com |
Structured output declared, but exposes no named fields.
No examples provided.
transpile_sql Translate SQL between dialects ~181
Convert a SQL statement from one dialect to another — mysql, postgres, sqlite, tsql, oracle, snowflake, bigquery, redshift, spark, hive, presto, trino, duckdb, clickhouse, databricks, doris, starrocks and more. Deterministic parser (sqlglot), not an LLM: the same input always produces the same output, and syntax errors come back with the exact line and column. Use it when migrating queries between databases or debugging dialect-specific syntax.
| Name | Type | Req | Description |
|---|---|---|---|
| read | string | – | Source dialect, e.g. "mysql". Omit to auto-detect from generic SQL. |
| sql | string | yes | The SQL statement (or several, separated by semicolons). |
| write | string | yes | Target dialect, e.g. "postgres", "bigquery", "doris". |
Structured output declared, but exposes no named fields.
No examples provided.
what_can_you_do Find the right tool for a task ~159
Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing. Also returns multi-step recipes when a task needs several tools chained (invoices to a ledger, a bank statement reconciled, a messy CSV turned into a deliverable). Deterministic and free: it calls no model, costs nothing, and never runs out of quota. Call this FIRST when you are not sure what this server offers.
| Name | Type | Req | Description |
|---|---|---|---|
| task | string | yes | What you are trying to do, e.g. "reconcile a bank statement against my books" or "把一堆发票整理成能入账的表格" |
Structured output declared, but exposes no named fields.
No examples provided.