# Mansa African Markets (remote · mcp.mansamarkets.com)

Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers.

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

## Components

- remote · `mcp.mansamarkets.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/heyzod-mansa-african-markets/mcp.md), [page](https://verifymcp.io/servers/heyzod-mansa-african-markets/mcp)

## Channel facts

- Endpoint: `https://mcp.mansamarkets.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1434 tokens (~68/item across 21 items; 21 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http heyzod-mansa-african-markets https://mcp.mansamarkets.com/mcp
```

### Codex

```toml
[mcp_servers.heyzod-mansa-african-markets]
url = "https://mcp.mansamarkets.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "heyzod-mansa-african-markets": {
      "type": "remote",
      "url": "https://mcp.mansamarkets.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add heyzod-mansa-african-markets --url https://mcp.mansamarkets.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  heyzod-mansa-african-markets:
    url: "https://mcp.mansamarkets.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "heyzod-mansa-african-markets": {
      "type": "http",
      "url": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-04 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +3)

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

### 2026-07-30 (score 70, 0)

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

### 2026-07-29 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, 0)

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

### 2026-07-26 (score 68)

First indexed and scored.

## MCP tools (21)

### `get_ngx_market_overview` (~66 tokens)

Get a real-time overview of the Nigerian Stock Exchange (NGX). Returns the All Share Index (ASI), market capitalisation, trading volume, deals, advancers, and decliners. Use this when the user asks about the Nigerian stock market at a high level.

### `get_ngx_stock_price` (~96 tokens)

Get the latest price and trading history for a specific NGX-listed stock by ticker symbol (e.g. DANGCEM, GTCO, MTNN, ZENITHBANK, ACCESSCORP). Use this when the user asks about the price of a particular Nigerian stock.

Input parameters:

- `symbol` (string, required): NGX ticker symbol (e.g. DANGCEM, GTCO, MTNN). Case-insensitive.

### `get_ngx_all_stocks` (~43 tokens)

Get the full list of all 148+ equities listed on the NGX with current prices, daily change percent, volume, market cap, and sector.

### `get_ngx_top_gainers` (~63 tokens)

Get the top gaining stocks on the NGX today, ranked by percentage price increase. Use this when the user asks which Nigerian stocks are up the most today.

Input parameters:

- `limit` (number): Number of top gainers to return. Defaults to 10.

### `get_ngx_top_losers` (~63 tokens)

Get the top losing stocks on the NGX today, ranked by percentage price decline. Use this when the user asks which Nigerian stocks are down the most today.

Input parameters:

- `limit` (number): Number of top losers to return. Defaults to 10.

### `get_ngx_market_status` (~38 tokens)

Check whether the Nigerian Stock Exchange (NGX) is currently open or closed. Returns OPEN, CLOSED, or ENDOFDAY.

### `get_ngx_disclosures` (~37 tokens)

Get the latest 200 corporate disclosures and regulatory announcements from NGX-listed companies — earnings, dividends, board changes, and filings.

### `get_nasd_stocks` (~38 tokens)

Get all 45 equities on Nigeria's NASD OTC Securities Exchange — the over-the-counter market for unlisted and growth-stage companies.

### `get_african_exchanges` (~70 tokens)

Get a list of all African stock exchanges — NGX, GSE, NSE, JSE, BRVM, DSE, LuSE, EGX, CSE, BSE, SEM, ZSE, USE — with index levels, daily change, stocks count, and status.

### `get_african_exchange` (~85 tokens)

Get detailed data for one specific African exchange by ID — index value, change, trading hours, currency, and status.

Input parameters:

- `exchange` (string, required): Exchange ID. Options: nigeria, ghana, kenya, south-africa, ivory-coast, tanzania, zambia, egypt, morocco, botswana, mauritius, zimbabwe, uganda

### `get_african_exchange_stocks` (~153 tokens)

Get stocks on a specific African exchange with prices, change percent, volume, market cap, and sector. Supports filtering and sorting.

Input parameters:

- `exchange` (string, required): Exchange ID. Options: nigeria, ghana, kenya, south-africa, ivory-coast, tanzania, zambia, egypt, morocco, botswana, mauritius, zimbabwe, uganda
- `limit` (number): Number of stocks to return. Defaults to 50.
- `order` (string): Sort order. Defaults to desc.
- `sector` (string): Filter by sector (optional).
- `sort_by` (string): Sort by: price, change_pct, volume, market_cap (optional).

### `get_african_exchange_movers` (~110 tokens)

Get the top gainers and/or losers on a specific African exchange today.

Input parameters:

- `exchange` (string, required): Exchange ID. Options: nigeria, ghana, kenya, south-africa, ivory-coast, tanzania, zambia, egypt, morocco, botswana, mauritius, zimbabwe, uganda
- `limit` (number): Number of movers per category. Defaults to 10.
- `type` (string): Which movers to return. Defaults to both.

### `get_pan_african_movers` (~55 tokens)

Get the biggest stock movers across ALL African exchanges combined — top gainers and losers by % change from every covered market today.

Input parameters:

- `limit` (number): Number of movers per category. Defaults to 10.

### `get_african_indices` (~59 tokens)

Get all major African market indices in one call — NGX ASI, GSE-CI, NASI, J203, BRVM-CI, LASI and more. Includes index values, daily change, and YTD performance.

### `get_african_policy_rates` (~41 tokens)

Get current central bank policy rates and latest inflation for 18 African economies — Nigeria live from CBN — with source institution and URL per value.

### `get_country_macro_indicators` (~74 tokens)

Get all macro indicators for one African country (ISO-2 code). Nigeria returns the live CBN set: MPR, T-bill, interbank, lending rates, and headline/food/core inflation.

Input parameters:

- `country` (string, required): ISO-2 country code, e.g. NG, KE, ZA.

### `get_macro_history` (~100 tokens)

Monthly history for an African macro indicator. Nigeria reaches back to January 2006 (policy_rate, inflation, inflation_food, inflation_core, treasury_bill_rate and more).

Input parameters:

- `country` (string, required): ISO-2 country code, e.g. NG.
- `from` (string): Optional start period, YYYY-MM.
- `indicator` (string, required): e.g. policy_rate or inflation.
- `to` (string): Optional end period, YYYY-MM.

### `get_market_open_status` (~69 tokens)

Is an African exchange open right now? Returns reason (hours/weekend/public holiday with name), local time, session, and next open/close. Handles Sun–Thu markets and holidays.

Input parameters:

- `exchange` (string, required): Exchange code, e.g. NGX, JSE, EGX.

### `get_african_yield_curve` (~63 tokens)

Current government yield curve for an African country — latest T-bill/bond auction per tenor with stop rates and yields. 13 countries covered.

Input parameters:

- `country` (string, required): ISO-2 country code, e.g. NG, KE, GH.

### `get_african_fx_rates` (~29 tokens)

Current USD rates for ~40 African currencies, each with as-of timestamp and source.

### `get_african_banks` (~82 tokens)

Look up African banks and mobile-money institutions by country (NIBSS sort codes, SWIFT/BIC, USSD) or a single bank code (e.g. 058 = GTBank).

Input parameters:

- `code` (string): Optional single bank code, e.g. 058.
- `country` (string): Optional ISO-2 country filter.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/heyzod-mansa-african-markets/mcp#diagnostics

## Score history

- 2026-08-04: 75
- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 68

## Links

- Remote endpoint: https://mcp.mansamarkets.com/mcp
- Repository: https://github.com/HeyZod/mansa-african-markets-mcp
- Website: https://mansamarkets.com/
- Changelog RSS feed: https://verifymcp.io/servers/heyzod-mansa-african-markets/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/heyzod-mansa-african-markets/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/heyzod-mansa-african-markets/mcp
