Mansa African Markets
Server Details
Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- HeyZod/mansa-african-markets-mcp
- GitHub Stars
- 0
- Server Listing
- Mansamarkets-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 21 of 21 tools scored. Lowest: 3.3/5.
Tools are mostly distinct with clear separation between NGX-specific, pan-African, and macro indicators. Minor overlap exists (e.g., get_ngx_market_overview vs get_african_indices both cover NGX ASI), but descriptions clarify distinct use cases.
All tools follow a consistent 'get_' prefix with snake_case (e.g., get_african_banks, get_ngx_stock_price), making naming predictable and agent-friendly.
21 tools is slightly above the typical sweet spot but justified by the broad scope covering banks, exchanges, indices, FX, policy, and NGX-specific data. No tool feels redundant.
Covers most key areas: exchanges, indices, movers, FX, policy, yield curves, macro, and NGX-specifics. Missing historical stock prices for non-NGX exchanges and sector-specific data, but core workflows are supported.
Available Tools
21 toolsget_african_banksRead-onlyIdempotentInspect
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).
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Optional single bank code, e.g. 058. | |
| country | No | Optional ISO-2 country filter. |
get_african_exchangeRead-onlyIdempotentInspect
Get detailed data for one specific African exchange by ID — index value, change, trading hours, currency, and status.
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange ID. Options: nigeria, ghana, kenya, south-africa, ivory-coast, tanzania, zambia, egypt, morocco, botswana, mauritius, zimbabwe, uganda |
get_african_exchange_moversRead-onlyIdempotentInspect
Get the top gainers and/or losers on a specific African exchange today.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Which movers to return. Defaults to both. | |
| limit | No | Number of movers per category. Defaults to 10. | |
| exchange | Yes | Exchange ID. Options: nigeria, ghana, kenya, south-africa, ivory-coast, tanzania, zambia, egypt, morocco, botswana, mauritius, zimbabwe, uganda |
get_african_exchangesRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_african_exchange_stocksRead-onlyIdempotentInspect
Get stocks on a specific African exchange with prices, change percent, volume, market cap, and sector. Supports filtering and sorting.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of stocks to return. Defaults to 50. | |
| order | No | Sort order. Defaults to desc. | |
| sector | No | Filter by sector (optional). | |
| sort_by | No | Sort by: price, change_pct, volume, market_cap (optional). | |
| exchange | Yes | Exchange ID. Options: nigeria, ghana, kenya, south-africa, ivory-coast, tanzania, zambia, egypt, morocco, botswana, mauritius, zimbabwe, uganda |
get_african_fx_ratesRead-onlyIdempotentInspect
Current USD rates for ~40 African currencies, each with as-of timestamp and source.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_african_indicesRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_african_policy_ratesRead-onlyIdempotentInspect
Get current central bank policy rates and latest inflation for 18 African economies — Nigeria live from CBN — with source institution and URL per value.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_african_yield_curveRead-onlyIdempotentInspect
Current government yield curve for an African country — latest T-bill/bond auction per tenor with stop rates and yields. 13 countries covered.
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ISO-2 country code, e.g. NG, KE, GH. |
get_country_macro_indicatorsRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ISO-2 country code, e.g. NG, KE, ZA. |
get_macro_historyRead-onlyIdempotentInspect
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).
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional end period, YYYY-MM. | |
| from | No | Optional start period, YYYY-MM. | |
| country | Yes | ISO-2 country code, e.g. NG. | |
| indicator | Yes | e.g. policy_rate or inflation. |
get_market_open_statusRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange code, e.g. NGX, JSE, EGX. |
get_nasd_stocksRead-onlyIdempotentInspect
Get all 45 equities on Nigeria's NASD OTC Securities Exchange — the over-the-counter market for unlisted and growth-stage companies.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_ngx_all_stocksRead-onlyIdempotentInspect
Get the full list of all 148+ equities listed on the NGX with current prices, daily change percent, volume, market cap, and sector.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_ngx_disclosuresRead-onlyIdempotentInspect
Get the latest 200 corporate disclosures and regulatory announcements from NGX-listed companies — earnings, dividends, board changes, and filings.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_ngx_market_overviewRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_ngx_market_statusRead-onlyIdempotentInspect
Check whether the Nigerian Stock Exchange (NGX) is currently open or closed. Returns OPEN, CLOSED, or ENDOFDAY.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_ngx_stock_priceRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | NGX ticker symbol (e.g. DANGCEM, GTCO, MTNN). Case-insensitive. |
get_ngx_top_gainersRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top gainers to return. Defaults to 10. |
get_ngx_top_losersRead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of top losers to return. Defaults to 10. |
get_pan_african_moversRead-onlyIdempotentInspect
Get the biggest stock movers across ALL African exchanges combined — top gainers and losers by % change from every covered market today.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of movers per category. Defaults to 10. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.