INDIVIDUAL MCP TOOL
get_sovereign_risk
Fetch WestCap's sovereign risk heatmap for West African countries (UEMOA + Nigeria + Ghana).
LIVE ENDPOINT
https://www.westcapbi.com/mcp
Connect to this endpoint to inspect the live schema for get_sovereign_risk and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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_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).list_analyses— List published WestCap research analyses on BRVM, UMOA-Titres, sovereign debt, and West African macro.