Logo Lanfrica

epigos/ghana-data-mcp

Domaine:

socioeconomicdigital infrastructure

Type de record:

software
Créateur:
epi
Hôte:
Free MCP server for public Ghana data — Ghana Stock Exchange, Bank of Ghana, Ghana Statistical Service, and IMF indicators — for Claude, ChatGPT, Cursor, and any MCP client. # ghana-data-mcp An MCP server that gives AI tools access to public Ghana data — share prices from the Ghana Stock Exchange, treasury data from the Bank of Ghana, official national statistics from the Ghana Statistical Service, and macroeconomic indicators from the IMF. It runs on Cloudflare Workers as a remote MCP server over Streamable HTTP. ## Tools Fifteen tools, all read-only, namespaced by source. **Ghana Stock Exchange** — full reference and sample queries | Tool | Returns | | ---- | ------- | | `gse_get_stock_history` | Daily prices and volume for one share code, back to 2007 | | `gse_rank_stocks` | Rank the whole exchange, or compare a basket, by return, price change, volume or turnover | | `gse_list_companies` | Every listed company: share code, name, board, listing date | | `gse_search_company` | Best-matching companies for a name, with a confidence score | | `gse_get_market_index` | Market-wide GSE Composite Index, market cap, GSE-FSI, volume | | `gse_list_fixed_income_issuers` | Corporate bond issuers on the Ghana Fixed Income Market | **Bank of Ghana** — full reference and sample queries | Tool | Returns | | ---- | ------- | | `bog_get_interbank_fx_rates` | Cedi reference rates against 19 currencies — latest day, or history to 1996 | | `bog_get_treasury_bill_rates` | Government of Ghana bill, note and bond rates, back to 2013 | | `bog_get_central_bank_bill_rates` | The Bank of Ghana's own bill rates, back to 2016 | | `bog_get_interbank_interest_rates` | Interbank weighted average, reverse repo and depo rates, back to 2002 | **IMF** — full reference and sample queries | Tool | Returns | | ---- | ------- | | `imf_list_indicators` | Search ~130 macroeconomic indicators by keyword; returns the code each needs | | `imf_get_indicator_history` | Time series for one or more indicators — GDP, inflation, debt, and more — for Ghana and, optionally, other countries, regions or groups | **Ghana Statistical Service** — full reference and sample queries …