Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

71 Trust /100
Trust breakdown (7 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add sidneybissoli-uis-mcp-server -- npx -y uis-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "sidneybissoli-uis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "uis-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "sidneybissoli-uis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "uis-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add sidneybissoli-uis-mcp-server -- npx -y uis-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sidneybissoli-uis-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "uis-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sidneybissoli-uis-mcp-server --command npx --arg -y --arg uis-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  sidneybissoli-uis-mcp-server:
    command: "npx"
    args: ["-y", "uis-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "sidneybissoli-uis-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "uis-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add sidneybissoli-uis-mcp-server -t stdio -c npx -a -y uis-mcp-server
// mcp.json
{
  "mcpServers": {
    "sidneybissoli-uis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "uis-mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 5 exposed · ~1,198 tokens

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 →

Tool Tokens
fetch ~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.

NameTypeReqDescription
idstringyesIdentifier of a document returned by `search`
NameTypeReqDescription
attributionarrayyes
idstringyesUnique identifier of the document on this server; what `fetch` takes
metadataobjectAdditional key/value pairs about the document (kind, source, period…)
provenanceyes
textstringyesFull readable content of the document (Markdown)
titlestringyesHuman-readable title of the document
urlstringyesCanonical public URL of the document — ChatGPT's citation depends on it

No examples provided.

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.

NameTypeReqDescription
querystringyesSearch terms, natural language or keywords (accents and case are ignored)
NameTypeReqDescription
attributionarrayyes
provenanceyes
resultsarrayyesMatching documents, in relevance order

No examples provided.

uis_get_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.

NameTypeReqDescription
end_yearintegerLast year, e.g. 2024
geo_unitsarrayGeo unit codes from uis_list_geo_units (e.g. ["BRA","ARG"]); omit for all
include_footnotesbooleanInclude per-record footnotes (source notes); default false
indicatorsarrayyesIndicator codes from uis_search_indicators (e.g. ["CR.1"])
provenance_modestringProvenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices)
start_yearintegerFirst year, e.g. 2015
NameTypeReqDescription
attributionarrayyes
columnsarrayyes
provenanceyes
rowsarrayyes
rows_countnumberyes

No examples provided.

uis_list_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.

NameTypeReqDescription
limitintegerMaximum results (default 100)
offsetintegerResults to skip, for pagination (default 0)
provenance_modestringProvenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices)
searchstringCase-insensitive filter on name, or exact code (e.g. "BRA")
typestringOnly countries (NATIONAL) or only regional aggregates
NameTypeReqDescription
attributionarrayyes
geo_unitsarrayyes
has_morebooleanyes
next_offsetnumber
offsetnumberyes
provenanceyes
showingnumberyes
total_matchesnumberyes

No examples provided.

uis_search_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.

NameTypeReqDescription
limitintegerMaximum results (default 20)
offsetintegerResults to skip, for pagination (default 0)
provenance_modestringProvenance verbosity: 'concise' (default — source, url, vintage, retrieval date, citation, license) or 'detailed' (full canonical block with dataset, dimension key and notices)
querystringyesKeywords, matched against indicator name and code, AND between terms (e.g. "literacy rate youth")
themestringRestrict to one UIS theme
NameTypeReqDescription
attributionarrayyes
has_morebooleanyes
hintstring
indicatorsarrayyes
next_offsetnumber
offsetnumberyes
provenanceyes
showingnumberyes
total_matchesnumberyes
vocabulary_notesarray

No examples provided.

Common questions

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.