UNESCO UIS — Education, Science & Culture Statistics (provenance-first)
NPM · UIS-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20
UNESCO UIS statistics (education, science, culture) with full provenance and fixed releases.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 1 of 5 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability80
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1577 tokens (~197/item across 8 items; 5 tools + 3 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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the UNESCO UIS — Education, Science & Culture Statistics… MCP server?
UNESCO UIS — Education, Science & Culture Statistics… runs locally as an npm package, launched with npx -y uis-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · uis-mcp-server
claude mcp add sidneybissoli-uis-mcp-server -- npx -y uis-mcp-server
{
"mcpServers": {
"sidneybissoli-uis-mcp-server": {
"command": "npx",
"args": [
"-y",
"uis-mcp-server"
]
}
}
} {
"servers": {
"sidneybissoli-uis-mcp-server": {
"command": "npx",
"args": [
"-y",
"uis-mcp-server"
]
}
}
} codex mcp add sidneybissoli-uis-mcp-server -- npx -y uis-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sidneybissoli-uis-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"uis-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add sidneybissoli-uis-mcp-server --command npx --arg -y --arg uis-mcp-server
mcp_servers:
sidneybissoli-uis-mcp-server:
command: "npx"
args: ["-y", "uis-mcp-server"] {
"McpServers": {
"sidneybissoli-uis-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"uis-mcp-server"
]
}
}
} assistant mcp add sidneybissoli-uis-mcp-server -t stdio -c npx -a -y uis-mcp-server
{
"mcpServers": {
"sidneybissoli-uis-mcp-server": {
"command": "npx",
"args": [
"-y",
"uis-mcp-server"
]
}
}
} 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 Sept 26 71
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 20 Sept 2026 · Analysed npm/uis-mcp-server@0.4.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 5 packages
| Packages resolved | 5 |
|---|---|
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
fetch Deep Research Document ~190
Returns the full document for an id obtained from `search`, as { id, title, text, url, metadata }: `text` is the readable content (Markdown) and `url` the canonical public page to cite. Companion of `search` in the OpenAI Deep Research contract, over the UNESCO UIS statistics (≈5,000 indicators: education — enrolment, completion, literacy, teachers, spending, SDG 4 —, science/R&D (SDG 9.5), culture (SDG 11.4) and demographic context) catalog. Only ids returned by `search` are valid; an unknown id returns an error. The `uis_*` tools remain the tools for data queries. Behavior: read-only and idempotent — a live GET against the public source when the document needs it.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Identifier of a document returned by `search` |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | array | yes | – |
| id | string | yes | Unique identifier of the document on this server; what `fetch` takes |
| metadata | object | – | Additional key/value pairs about the document (kind, source, period…) |
| provenance | – | yes | – |
| text | string | yes | Full readable content of the document (Markdown) |
| title | string | yes | Human-readable title of the document |
| url | string | yes | Canonical public URL of the document — ChatGPT's citation depends on it |
No examples provided.
search Deep Research Search ~241
Searches the UNESCO UIS statistics (≈5,000 indicators: education — enrolment, completion, literacy, teachers, spending, SDG 4 —, science/R&D (SDG 9.5), culture (SDG 11.4) and demographic context) catalog and returns up to 10 matching documents as { id, title, url }, ordered by relevance (an empty list means nothing matched). This tool exists for the OpenAI Deep Research contract: ChatGPT deep research, company knowledge and research workflows over the Responses API require exactly the tools `search` and `fetch`. Pass one of the returned ids to `fetch` to read the document. For direct questions and for data (values, series, rankings) prefer the `uis_*` tools, which return the actual data with provenance — this is a catalog index, not a data query. Query: natural language or keywords, Portuguese or English; accents and case are ignored. Behavior: read-only and idempotent — the catalog comes from the public source and is cached in memory.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search terms, natural language or keywords (accents and case are ignored) |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | array | yes | – |
| provenance | – | yes | – |
| results | array | yes | Matching documents, in relevance order |
No examples provided.
uis_get_data Get UNESCO UIS data ~266
Statistical records from the UNESCO Institute for Statistics Data API, filtered by indicator codes (from uis_search_indicators, up to 25), geo unit codes (from uis_list_geo_units) and year range. Set include_footnotes for per-record source notes. Returns raw UIS records only — it does not aggregate, convert or otherwise transform values; ILO labour statistics live in the sibling ILOSTAT MCP server. Broad queries are rejected with the record count — narrow by geo unit or years.
| Name | Type | Req | Description |
|---|---|---|---|
| end_year | integer | – | Last year, e.g. 2024 |
| geo_units | array | – | Geo unit codes from uis_list_geo_units (e.g. ["BRA","ARG"]); omit for all |
| include_footnotes | boolean | – | Include per-record footnotes (source notes); default false |
| indicators | array | yes | Indicator codes from uis_search_indicators (e.g. ["CR.1"]) |
| provenance_mode | string | – | Provenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices) |
| start_year | integer | – | First year, e.g. 2015 |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | array | yes | – |
| columns | array | yes | – |
| provenance | – | yes | – |
| rows | array | yes | – |
| rows_count | number | yes | – |
No examples provided.
uis_list_geo_units List UNESCO UIS geo units ~192
Valid geographic codes for uis_get_data: 462 geo units — countries (NATIONAL, ISO alpha-3 codes like BRA) and regional aggregates (REGIONAL). Filter by name/code and type. Does not return statistical values; these codes apply only to uis_get_data, not to other statistical servers.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum results (default 100) |
| offset | integer | – | Results to skip, for pagination (default 0) |
| provenance_mode | string | – | Provenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices) |
| search | string | – | Case-insensitive filter on name, or exact code (e.g. "BRA") |
| type | string | – | Only countries (NATIONAL) or only regional aggregates |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | array | yes | – |
| geo_units | array | yes | – |
| has_more | boolean | yes | – |
| next_offset | number | – | – |
| offset | number | yes | – |
| provenance | – | yes | – |
| showing | number | yes | – |
| total_matches | number | yes | – |
No examples provided.
uis_search_indicators Search UNESCO UIS indicators ~309
Search the UNESCO Institute for Statistics catalogue of ~5,000 indicators — education, science/R&D, culture and communication — by keywords in the name or code, optionally filtered by theme. All terms must match (AND, case-insensitive), so start with 2–3 words and drop terms if you get 0 results. Everyday and US wording is resolved to the UIS's own (enrollment→enrolment, spending→expenditure, preschool→pre-primary, university→tertiary, graduation→completion, girls/boys→female/male); when that happens the response says so in vocabulary_notes. Returns indicator codes to use with uis_get_data, plus each indicator's data availability (years, record count). Searches the catalogue only — it does not return statistical values (use uis_get_data); ILO labour statistics live in the sibling ILOSTAT MCP server.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum results (default 20) |
| offset | integer | – | Results to skip, for pagination (default 0) |
| provenance_mode | string | – | Provenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices) |
| query | string | yes | Keywords, matched against indicator name and code, AND between terms (e.g. "literacy rate youth") |
| theme | string | – | Restrict to one UIS theme |
| Name | Type | Req | Description |
|---|---|---|---|
| attribution | array | yes | – |
| has_more | boolean | yes | – |
| hint | string | – | – |
| indicators | array | yes | – |
| next_offset | number | – | – |
| offset | number | yes | – |
| provenance | – | yes | – |
| showing | number | yes | – |
| total_matches | number | yes | – |
| vocabulary_notes | array | – | – |
No examples provided.
What is the UNESCO UIS — Education, Science & Culture Statistics… MCP server?
UNESCO UIS — Education, Science & Culture Statistics… is an MCP server listed in the public MCP registry as io.github.SidneyBissoli/uis-mcp-server. UNESCO UIS statistics (education, science, culture) with full provenance and fixed releases. This page covers its npm package (uis-mcp-server).
Is the UNESCO UIS — Education, Science & Culture Statistics… MCP server safe to use?
UNESCO UIS — Education, Science & Culture Statistics… scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the UNESCO UIS — Education, Science & Culture Statistics… MCP server expose?
UNESCO UIS — Education, Science & Culture Statistics… exposes 5 tools: uis_search_indicators, uis_list_geo_units, uis_get_data, search, fetch. Their descriptions and schemas cost roughly 1,198 tokens of context every time the server is loaded.
Is the UNESCO UIS — Education, Science & Culture Statistics… MCP server still maintained?
UNESCO UIS — Education, Science & Culture Statistics… is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the UNESCO UIS — Education, Science & Culture Statistics… MCP server under?
UNESCO UIS — Education, Science & Culture Statistics… declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.