# io.github.Braynexservices/nigeria-un-sdg (npm · @braynexservices/nigeria-mcp-un-sdg)

Nigeria UN SDG indicators (poverty, mortality, energy/water access, education). Keyless.

- Trust score: 66/100 (medium)
- Change this week: +42
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@braynexservices/nigeria-mcp-un-sdg`: 66/100 (this document), [markdown](https://verifymcp.io/servers/braynexservices-nigeria-un-sdg/braynexservices-nigeria-mcp-un-sdg.md), [page](https://verifymcp.io/servers/braynexservices-nigeria-un-sdg/braynexservices-nigeria-mcp-un-sdg)

## Channel facts

- Registry: `npm`
- Package: `@braynexservices/nigeria-mcp-un-sdg`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (123 of 128), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (123 of 128), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 142 tokens (~142/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add braynexservices-nigeria-un-sdg -- npx -y @braynexservices/nigeria-mcp-un-sdg
```

### Codex

```bash
codex mcp add braynexservices-nigeria-un-sdg -- npx -y @braynexservices/nigeria-mcp-un-sdg
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "braynexservices-nigeria-un-sdg": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@braynexservices/nigeria-mcp-un-sdg"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add braynexservices-nigeria-un-sdg --command npx --arg -y --arg @braynexservices/nigeria-mcp-un-sdg
```

### Hermes

```yaml
mcp_servers:
  braynexservices-nigeria-un-sdg:
    command: "npx"
    args: ["-y", "@braynexservices/nigeria-mcp-un-sdg"]
```

### Other

```json
{
  "mcpServers": {
    "braynexservices-nigeria-un-sdg": {
      "command": "npx",
      "args": [
        "-y",
        "@braynexservices/nigeria-mcp-un-sdg"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 19, +14)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −39)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 44, +20)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 33
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (1)

### `get_sdg_indicator` (~142 tokens)

UN SDG indicator for Nigeria

Fetch a UN Sustainable Development Goals indicator series for Nigeria (development indicators: poverty, health, education, energy access). Accepts a friendly alias (extreme_poverty, under5_mortality, electricity_access, water_access, primary_school_completion) or a raw UN SDG series code like SI_POV_DAY1. Example: { series: 'extreme_poverty' }.

Input parameters:

- `end_year` (integer)
- `series` (string, required): Alias (extreme_poverty, under5_mortality, electricity_access, water_access, primary_school_completion) or a raw UN SDG series code
- `start_year` (integer)

Output parameters:

- `country` (string): Always 'Nigeria (566)' — this lane is Nigeria-only
- `description` (string): Official series description, e.g. 'Proportion of population below international poverty line (%)'
- `goal` (string|null): SDG goal number this series reports under, e.g. '1' (null if not reported)
- `points` (array): One headline data point per year, sorted by year ascending
- `retrievedAt` (string): ISO-8601 timestamp when the record was fetched
- `seriesCode` (string): UN SDG series code, e.g. SI_POV_DAY1
- `source` (string): Which provider/source served this record (e.g. 'mock', 'public', 'mono')

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/braynexservices-nigeria-un-sdg/braynexservices-nigeria-mcp-un-sdg#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 19
- 2026-07-31: 5
- 2026-07-30: 44
- 2026-07-28: 24
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@braynexservices/nigeria-mcp-un-sdg
- Socket report: https://socket.dev/npm/package/@braynexservices/nigeria-mcp-un-sdg
- Repository: https://github.com/Braynexservices/nigeria-mcp
- Changelog RSS feed: https://verifymcp.io/servers/braynexservices-nigeria-un-sdg/braynexservices-nigeria-mcp-un-sdg/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/braynexservices-nigeria-un-sdg/braynexservices-nigeria-mcp-un-sdg/changelog.json
- HTML version of this page: https://verifymcp.io/servers/braynexservices-nigeria-un-sdg/braynexservices-nigeria-mcp-un-sdg
