Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mansa-african-markets": {
"args": [
"/absolute/path/to/mansa-african-markets-mcp/server.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Real-time African stock market data for AI assistants — powered by NGX Pulse and Mansa Markets.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for io.github.HeyZod/mansa-african-markets and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Real-time African stock market data for AI assistants, powered by NGX Pulse and Mansa Markets.
14 tools. 13 African exchanges. Live data.
Remote MCP, no installation needed:
https://mcp.mansamarkets.com/mcp
Add to Claude.ai, Cursor, or any MCP-compatible client and start querying African markets immediately.
| Tool | Description |
|---|---|
get_ngx_market_overview | All Share Index, market cap, volume, advancers/decliners |
get_ngx_stock_price | Price history for any NGX ticker (DANGCEM, GTCO, MTNN…) |
get_ngx_all_stocks | Full 148-stock NGX equities list with live prices |
get_ngx_top_gainers | Top N NGX stocks by % gain today |
get_ngx_top_losers | Top N NGX stocks by % loss today |
get_ngx_market_status | NGX session status (OPEN / CLOSED / ENDOFDAY) |
get_ngx_disclosures | Latest 200 corporate announcements |
get_nasd_stocks | NASD OTC market equities (45 stocks) |
| Tool | Description |
|---|---|
get_african_exchanges | All 13 African exchanges with index levels and status |
get_african_exchange | Detailed data for one exchange by ID |
get_african_exchange_stocks | Stocks on any exchange with filtering and sorting |
get_african_exchange_movers | Top gainers/losers on a specific exchange |
get_pan_african_movers | Biggest movers across all African exchanges combined |
get_african_indices | All African market indices with YTD performance |
Once connected, ask your AI assistant:
| Exchange | Country | Coverage |
|---|---|---|
| NGX | 🇳🇬 Nigeria | Full quote feed |
| GSE | 🇬🇭 Ghana | Full quote feed |
| NSE | 🇰🇪 Kenya | Full quote feed |
| JSE | 🇿🇦 South Africa | Full quote feed |
| BRVM | 🇨🇮 West Africa (8 countries) | Full quote feed |
| LuSE | 🇿🇲 Zambia | Full quote feed |
| EGX | 🇪🇬 Egypt | Benchmark index |
| CSE | 🇲🇦 Morocco | Benchmark index |
| BSE | 🇧🇼 Botswana | Benchmark index |
| SEM | 🇲🇺 Mauritius | Benchmark index |
| ZSE | 🇿🇼 Zimbabwe | Benchmark index |
| DSE | 🇹🇿 Tanzania | Benchmark index |
| USE | 🇺🇬 Uganda | Benchmark index |
No installation. Add the remote URL to your MCP client:
https://mcp.mansamarkets.com/mcp
git clone https://github.com/heyzod/mansa-african-markets-mcp.git
cd mansa-african-markets-mcp
npm install
npm start
Add to claude_desktop_config.json:
{
"mcpServers": {
"mansa-african-markets": {
"type": "http",
"url": "https://mcp.mansamarkets.com/mcp"
}
}
}
{
"mcpServers": {
"mansa-african-markets": {
"command": "node",
"args": ["/absolute/path/to/mansa-african-markets-mcp/server.js"]
}
}
}
| Variable | Default | Description |
|---|---|---|
PORT | 3000 | HTTP port |
NGX_API_KEY | (built-in) | NGX Pulse API key |
| `MAN |