From cee233c0303ef20b2172f1e47f04db11d195b7c4 Mon Sep 17 00:00:00 2001 From: Kim Date: Fri, 4 Sep 2026 16:50:56 +0200 Subject: [PATCH 1/3] Add foretak/registry-mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08f1f3ee3..38d97091d 100644 --- a/README.md +++ b/README.md @@ -1905,6 +1905,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [finlynq/finlynq](https://github.com/finlynq/finlynq) [![finlynq/finlynq MCP server](https://glama.ai/mcp/servers/finlynq/finlynq/badges/score.svg)](https://glama.ai/mcp/servers/finlynq/finlynq) 📇 ☁️ 🏠 🍎 🪟 🐧 - Open-source personal finance app with a first-party MCP server (54 HTTP / 89 stdio tools). Track and query income, expenses, budgets, investments, loans, subscriptions, and goals from any MCP client. OAuth 2.1 + DCR for hosted access, stdio for local. Per-user encryption at rest. Self-host with Docker + PostgreSQL or use the managed cloud. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. - [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) [![flox MCP server](https://glama.ai/mcp/servers/FLOX-Foundation/flox/badges/score.svg)](https://glama.ai/mcp/servers/FLOX-Foundation/flox) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`. +- [foretak/registry-mcp](https://github.com/foretak/registry-mcp) 🐍 ☁️ 🏠 - Company data from national business registries, one shape per country. Norway first: Brønnøysundregistrene / Enhetsregisteret (brreg) — look up a company by organisasjonsnummer (orgnr), search by name, check VAT (MVA) registration, and compute statutory filing deadlines (årsregnskap, skattemelding, mva-melding, a-melding) from a date you choose. Adding a country is one folder and four methods. Hosted at `https://api.foretak.dev/mcp`, or `uvx registry-mcp`. Also published as `brreg-mcp`. - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. - [gabrielmahia/mpesa-mcp](https://github.com/gabrielmahia/mpesa-mcp) [![gabrielmahia/mpesa-mcp MCP server](https://glama.ai/mcp/servers/gabrielmahia/mpesa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gabrielmahia/mpesa-mcp) 🐍 ☁️ - First MCP server for M-PESA (Safaricom Daraja API) — STK push, B2C payments, balance queries, transaction status, SIM swap detection, Bill Manager, and 16 more tools for Kenya's 35M+ mobile money users. `pip install mpesa-mcp`. - [gblinproject/GBLIN-MCP](https://github.com/gblinproject/GBLIN-MCP) [![gblinproject/GBLIN-MCP MCP server](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP) 📇 ☁️ - Treasury standard for AI agents on Base mainnet. Park idle USDC in a cbBTC/WETH index with Crash Shield protection, JIT-swap to USDC for x402 invoice payments. From 0726bb2e005a4f8364f545cfba8082849047be4d Mon Sep 17 00:00:00 2001 From: fargerod-dotcom Date: Sat, 5 Sep 2026 16:00:16 +0200 Subject: [PATCH 2/3] registry-mcp: add Glama score badge (listed 2026-09-05) and mention the UK module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d97091d..5be5452b5 100644 --- a/README.md +++ b/README.md @@ -1905,7 +1905,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [finlynq/finlynq](https://github.com/finlynq/finlynq) [![finlynq/finlynq MCP server](https://glama.ai/mcp/servers/finlynq/finlynq/badges/score.svg)](https://glama.ai/mcp/servers/finlynq/finlynq) 📇 ☁️ 🏠 🍎 🪟 🐧 - Open-source personal finance app with a first-party MCP server (54 HTTP / 89 stdio tools). Track and query income, expenses, budgets, investments, loans, subscriptions, and goals from any MCP client. OAuth 2.1 + DCR for hosted access, stdio for local. Per-user encryption at rest. Self-host with Docker + PostgreSQL or use the managed cloud. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. - [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) [![flox MCP server](https://glama.ai/mcp/servers/FLOX-Foundation/flox/badges/score.svg)](https://glama.ai/mcp/servers/FLOX-Foundation/flox) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`. -- [foretak/registry-mcp](https://github.com/foretak/registry-mcp) 🐍 ☁️ 🏠 - Company data from national business registries, one shape per country. Norway first: Brønnøysundregistrene / Enhetsregisteret (brreg) — look up a company by organisasjonsnummer (orgnr), search by name, check VAT (MVA) registration, and compute statutory filing deadlines (årsregnskap, skattemelding, mva-melding, a-melding) from a date you choose. Adding a country is one folder and four methods. Hosted at `https://api.foretak.dev/mcp`, or `uvx registry-mcp`. Also published as `brreg-mcp`. +- [foretak/registry-mcp](https://github.com/foretak/registry-mcp) 🐍 ☁️ 🏠 - Company data from national business registries for AI agents, one JSON shape per country. Norway (Brønnøysundregistrene / Enhetsregisteret, brreg): look up by organisasjonsnummer (orgnr), search by name, check VAT (MVA) registration, compute statutory filing deadlines with the rule each one cites. United Kingdom (Companies House): look up by company number, search, and read the accounts and confirmation-statement deadlines the register publishes. Five read-only tools; hosted at `https://api.foretak.dev/mcp` or `uvx registry-mcp`. [![foretak/registry-mcp MCP server](https://glama.ai/mcp/servers/foretak/registry-mcp/badges/score.svg)](https://glama.ai/mcp/servers/foretak/registry-mcp) - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. - [gabrielmahia/mpesa-mcp](https://github.com/gabrielmahia/mpesa-mcp) [![gabrielmahia/mpesa-mcp MCP server](https://glama.ai/mcp/servers/gabrielmahia/mpesa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gabrielmahia/mpesa-mcp) 🐍 ☁️ - First MCP server for M-PESA (Safaricom Daraja API) — STK push, B2C payments, balance queries, transaction status, SIM swap detection, Bill Manager, and 16 more tools for Kenya's 35M+ mobile money users. `pip install mpesa-mcp`. - [gblinproject/GBLIN-MCP](https://github.com/gblinproject/GBLIN-MCP) [![gblinproject/GBLIN-MCP MCP server](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP) 📇 ☁️ - Treasury standard for AI agents on Base mainnet. Park idle USDC in a cbBTC/WETH index with Crash Shield protection, JIT-swap to USDC for x402 invoice payments. From b3399c1008403d2dd77de86c5dc42b24fc5adb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Farger=C3=B8d?= Date: Sun, 6 Sep 2026 20:12:29 +0200 Subject: [PATCH 3/3] registry-mcp: lead with the United Kingdom (Companies House) alongside Norway; badge placed as in neighbouring entries Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01MAuijZcEso5sz28SatyAYf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be5452b5..26e2db0e7 100644 --- a/README.md +++ b/README.md @@ -1905,7 +1905,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [finlynq/finlynq](https://github.com/finlynq/finlynq) [![finlynq/finlynq MCP server](https://glama.ai/mcp/servers/finlynq/finlynq/badges/score.svg)](https://glama.ai/mcp/servers/finlynq/finlynq) 📇 ☁️ 🏠 🍎 🪟 🐧 - Open-source personal finance app with a first-party MCP server (54 HTTP / 89 stdio tools). Track and query income, expenses, budgets, investments, loans, subscriptions, and goals from any MCP client. OAuth 2.1 + DCR for hosted access, stdio for local. Per-user encryption at rest. Self-host with Docker + PostgreSQL or use the managed cloud. - [finmap-org/mcp-server](https://github.com/finmap-org/mcp-server) - [finmap.org](https://finmap.org/) MCP server provides comprehensive historical data from the US, UK, Russian and Turkish stock exchanges. Access sectors, tickers, company profiles, market cap, volume, value, and trade counts, as well as treemap and histogram visualizations. - [flox-foundation/flox-mcp](https://github.com/FLOX-Foundation/flox/tree/main/mcp) [![flox MCP server](https://glama.ai/mcp/servers/FLOX-Foundation/flox/badges/score.svg)](https://glama.ai/mcp/servers/FLOX-Foundation/flox) 🐍 🏠 - MCP server for the FLOX trading systems framework. ~30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: `pip install flox-mcp`. -- [foretak/registry-mcp](https://github.com/foretak/registry-mcp) 🐍 ☁️ 🏠 - Company data from national business registries for AI agents, one JSON shape per country. Norway (Brønnøysundregistrene / Enhetsregisteret, brreg): look up by organisasjonsnummer (orgnr), search by name, check VAT (MVA) registration, compute statutory filing deadlines with the rule each one cites. United Kingdom (Companies House): look up by company number, search, and read the accounts and confirmation-statement deadlines the register publishes. Five read-only tools; hosted at `https://api.foretak.dev/mcp` or `uvx registry-mcp`. [![foretak/registry-mcp MCP server](https://glama.ai/mcp/servers/foretak/registry-mcp/badges/score.svg)](https://glama.ai/mcp/servers/foretak/registry-mcp) +- [foretak/registry-mcp](https://github.com/foretak/registry-mcp) [![foretak/registry-mcp MCP server](https://glama.ai/mcp/servers/foretak/registry-mcp/badges/score.svg)](https://glama.ai/mcp/servers/foretak/registry-mcp) 🐍 ☁️ 🏠 - Company data from national business registries for AI agents, one JSON shape per country. United Kingdom (Companies House): look up by company number, search by name, read the accounts and confirmation-statement due dates the register publishes. Norway (Brønnøysundregistrene / Enhetsregisteret): look up by organisasjonsnummer, search by name, check VAT (MVA) registration, compute statutory filing deadlines with the rule each one cites. Five read-only tools plus ChatGPT-connector `search`/`fetch`; hosted at `https://api.foretak.dev/mcp` or `uvx registry-mcp`. - [Fund-z/fundzwatch-mcp](https://github.com/Fund-z/fundzwatch-mcp) [![Fund-z/fundzwatch-mcp MCP server](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Fund-z/fundzwatch-mcp) 📇 ☁️ - Real-time business event intelligence for AI agents. Funding rounds, acquisitions, executive hires, AI-scored leads, and market intelligence. - [gabrielmahia/mpesa-mcp](https://github.com/gabrielmahia/mpesa-mcp) [![gabrielmahia/mpesa-mcp MCP server](https://glama.ai/mcp/servers/gabrielmahia/mpesa-mcp/badges/score.svg)](https://glama.ai/mcp/servers/gabrielmahia/mpesa-mcp) 🐍 ☁️ - First MCP server for M-PESA (Safaricom Daraja API) — STK push, B2C payments, balance queries, transaction status, SIM swap detection, Bill Manager, and 16 more tools for Kenya's 35M+ mobile money users. `pip install mpesa-mcp`. - [gblinproject/GBLIN-MCP](https://github.com/gblinproject/GBLIN-MCP) [![gblinproject/GBLIN-MCP MCP server](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP/badges/score.svg)](https://glama.ai/mcp/servers/gblinproject/GBLIN-MCP) 📇 ☁️ - Treasury standard for AI agents on Base mainnet. Park idle USDC in a cbBTC/WETH index with Crash Shield protection, JIT-swap to USDC for x402 invoice payments.