PluginBench
MCP Server
Active

Mansa African Markets MCP Server

io.github.HeyZod/mansa-african-markets

What is the Mansa African Markets MCP server?

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

How to install Mansa African Markets

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mansa-african-markets": {
      "url": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mansa-african-markets": {
      "serverUrl": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mansa-african-markets": {
      "type": "http",
      "url": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mansa-african-markets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.mansamarkets.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mansa-african-markets https://mcp.mansamarkets.com/mcp

Related MCP servers

Search, verify & screen 1M+ African companies + their government contracts across 18 registries.

View repository →