← mansamarkets.com

INDIVIDUAL MCP TOOL

get_ngx_market_status

Check whether the Nigerian Stock Exchange (NGX) is currently open or closed.

mansamarkets.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

mansamarkets.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mansa-african-markets-mcp]
url = "https://mcp.mansamarkets.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mansa-african-markets-mcp": {
      "type": "http",
      "url": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mansa-african-markets-mcp
Remote MCP URL: https://mcp.mansamarkets.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mansa-african-markets-mcp": {
      "url": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mansa-african-markets-mcp": {
      "type": "http",
      "url": "https://mcp.mansamarkets.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mansa-african-markets-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.mansamarkets.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_ngx_market_overview — Get a real-time overview of the Nigerian Stock Exchange (NGX).
  • get_ngx_stock_price — Get the latest price and trading history for a specific NGX-listed stock by ticker symbol (e.
  • get_ngx_all_stocks — 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 — Get the top gaining stocks on the NGX today, ranked by percentage price increase.
  • get_ngx_top_losers — Get the top losing stocks on the NGX today, ranked by percentage price decline.
  • get_ngx_disclosures — Get the latest 200 corporate disclosures and regulatory announcements from NGX-listed companies — earnings, dividends, board changes, and filings.
  • get_nasd_stocks — 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 — 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.