Mansamarkets-mcp
Real-time African stock market data across 13 exchanges in one MCP server. Access live prices, indices, top gainers and losers for NGX (Nigeria), GSE (Ghana), NSE (Kenya), JSE (South Africa), BRVM (West Africa), LuSE (Zambia), DSE (Tanzania) and more. Also covers NASD OTC — Nigeria's Over-The-Counter securities exchange. 14 tools powered by Mansa Markets and NGX Pulse data infrastructure.
README
Mansa African Markets MCP Server
Real-time African stock market data for AI assistants — powered by NGX Pulse and Mansa Markets.
14 tools. 13 African exchanges. Live data.
Tools
NGX Pulse — Nigerian Market Data
| 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) |
Mansa Markets — Pan-African Data
| 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 |
Supported Exchanges
NGX (Nigeria), GSE (Ghana), NSE (Kenya), JSE (South Africa), BRVM (West Africa), DSE (Tanzania), LuSE (Zambia), EGX (Egypt), CSE (Morocco), BSE (Botswana), SEM (Mauritius), ZSE (Zimbabwe), USE (Uganda)
Installation
git clone https://github.com/heyzod/mansa-african-markets-mcp.git
cd mansa-african-markets-mcp
npm install
npm start
Environment Variables
| Variable | Default | Description |
|---|---|---|
PORT |
3000 |
HTTP port |
NGX_API_KEY |
(built-in) | NGX Pulse API key |
MANSA_API_KEY |
(built-in) | Mansa API key |
Claude Desktop Integration
Add to claude_desktop_config.json:
{
"mcpServers": {
"mansa-african-markets": {
"command": "node",
"args": ["/absolute/path/to/mansa-african-markets-mcp/server.js"]
}
}
}
Remote MCP (Claude.ai, API)
Use as a remote MCP server:
https://mcp.mansamarkets.com/mcp
Rate Limiting
60 requests per minute per IP.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.