← westcapbi.com

INDIVIDUAL MCP TOOL

list_analyses

List published WestCap research analyses on BRVM, UMOA-Titres, sovereign debt, and West African macro.

westcapbi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.westcapbi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_analyses and invoke it with your own arguments.

Indexed 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 server

westcapbi.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.westcap-mcp]
url = "https://www.westcapbi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "westcap-mcp": {
      "type": "http",
      "url": "https://www.westcapbi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: westcap-mcp
Remote MCP URL: https://www.westcapbi.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": {
    "westcap-mcp": {
      "url": "https://www.westcapbi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "westcap-mcp": {
      "type": "http",
      "url": "https://www.westcapbi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "westcap-mcp",
  "transport": "streamable-http",
  "url": "https://www.westcapbi.com/mcp"
}
MCP Inspector

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

Related tools

  • get_market_quotes — Fetch real-time market quotes tracked by WestCap: BRVM indices, FX (XOF, NGN, GHS), commodities (cocoa, cashew, oil, gold), and BRVM-listed equities.
  • get_sovereign_risk — Fetch WestCap's sovereign risk heatmap for West African countries (UEMOA + Nigeria + Ghana).
  • get_westcap_index — Fetch the latest WestCap Index value and 30-point history — a proprietary composite indicator of investment climate in the UEMOA zone.
  • get_signals — Fetch the latest WestCap market signals — curated events with implications for West African markets (fiscal, monetary, markets, geopolitics, commodities).