Finance MCP
io.github.Blahaj-gif/hitl-finance-mcp · Status: active
If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object
- Registry name
io.github.Blahaj-gif/hitl-finance-mcp- Package coordinate
pypi:hitl-finance-mcp- Version
0.3.1- Listed in the registry
- 2026-08-12
- Changed in the registry
- 2026-08-12
- First seen by tracevero
- 2026-08-12
- Vendor's website
- https://github.com/Blahaj-gif/Finance-mcp
Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.
Vendor's own description, untranslated and unverified
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean
Measured values
| Credentials required | no Raw declaration – Required secret variables (raw): confirmed absent Raw declaration – Required secret headers (raw): confirmed absent Source: MCP-Register · collected on 2026-08-12 · derived |
|---|---|
| Execution location | local Raw declaration – Transports (raw): stdio Source: MCP-Register · collected on 2026-08-12 · derived |
| Path argument present | no Raw declaration – Path arguments (raw): confirmed absent Raw declaration – Path environment variables (raw): confirmed absent Source: MCP-Register · collected on 2026-08-12 · derived |
| Repository URL listed | yes Raw declaration – Repository (raw): https://github.com/Blahaj-gif/Finance-mcp Source: MCP-Register · collected on 2026-08-12 · derived |
| Version | 0.3.1 Source: MCP-Register · collected on 2026-08-13 · self-declared |
Position within the holdings
How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.
- Credentials requiredno20,303 of 24,507 carry this value (83 %)View these entries
- Execution locationlocal12,078 of 24,507 carry this value (49 %)View these entries
- Path argument presentno24,278 of 24,507 carry this value (99 %)View these entries
- Repository URL listedyes19,097 of 24,507 carry this value (78 %)View these entries
All 4 values together are carried by 8,546 of 24,507 entries.
This entry appears in these selections
- MCP servers without credentials20,303
- Locally executed MCP servers12,078
- MCP servers with a repository URL19,097
- Local MCP servers without credentials9,218
- Local MCP servers with a repository URL11,472
- MCP servers over stdio only9,833
- MCP servers as a PyPI package only3,081
- Local MCP servers as a PyPI package only3,062
- MCP servers available as a package only10,633
- MCP servers with uvx as their only runtime hint994
The source's raw values23
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.
| Environment variables (raw) | WEBULL_APP_KEY, WEBULL_APP_SECRET, WEBULL_REGION_ID, WEBULL_ENVIRONMENT, FINANCE_BROKER, SAXO_ACCESS_TOKEN, SAXO_ENVIRONMENT, IBKR_BASE_URL, IBKR_TLS_INSECURE, SEC_USER_AGENT, BLS_API_KEY Source: MCP-Register · collected on 2026-08-12 · self-declared |
|---|---|
| Required secret variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-12 · self-declared |
| Transports (raw) | stdio Source: MCP-Register · collected on 2026-08-12 · self-declared |
| Path arguments (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-12 · self-declared |
| Repository (raw) | https://github.com/Blahaj-gif/Finance-mcp Source: MCP-Register · collected on 2026-08-12 · self-declared |
| Package registries (raw) | pypi Source: MCP-Register · collected on 2026-08-12 · self-declared |
| Required secret headers (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Path environment variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote URLs (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote hosts (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Registry status message (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| First listed in the registry (raw) | 2026-08-12 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Last changed in the registry (raw) | 2026-08-12 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Schema version of the raw record (raw) | https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Delivery form (raw) | paket Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository platform (raw) | github Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository subfolder (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package identifiers (raw) | hitl-finance-mcp Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package versions (raw) | 0.3.1 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Runtime hints (raw) | uvx Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable descriptions (raw) | BLS_API_KEY=Optional. BLS allows 25 macro queries a day without a key; a free key raises it to 500 and extends history from 10 to 20 years. · FINANCE_BROKER=Which broker adapter the account and order tools use, and where prices come from: webull, saxo or ibkr. Only the tools the configured broker can serve are registered, so the tool list never advertises one that would refuse. Webull is the only adapter that has been run against a live account; saxo and ibkr are written from published documentation and say so in every result they produce. · IBKR_BASE_URL=Only for FINANCE_BROKER=ibkr. This is the Client Portal Web API, not the TWS socket API: run IBKR's Client Portal Gateway and log in at https://localhost:5000 in a browser first. A paper account works and is the better choice. UNVERIFIED ADAPTER. · IBKR_TLS_INSECURE=Set to 1 to accept the Client Portal Gateway's self-signed certificate unverified, or point IBKR_CACERT at it instead. This is a decision about the connection carrying your orders, so it is never made for you. · SAXO_ACCESS_TOKEN=Only for FINANCE_BROKER=saxo. A 24-hour simulation token comes from Saxo's Developer Portal with no approval process and no live money; live access needs the OAuth2 code flow. UNVERIFIED ADAPTER. · SAXO_ENVIRONMENT=sim or live. Selects Saxo's simulation gateway or the live one. · SEC_USER_AGENT=A descriptive User-Agent with a real contact address, e.g. 'Jane Doe (jane@example.com)'. The SEC's fair-access policy requires it and the filings tools refuse to send requests without one rather than risk an IP ban. · WEBULL_APP_KEY=Webull OpenAPI app key. Without it prices fall back to Yahoo and the account and order tools are unavailable; everything else still works. · WEBULL_APP_SECRET=Webull OpenAPI app secret. Signs every request; the app key alone cannot authenticate. · WEBULL_ENVIRONMENT=prod trades the real account. paper repoints the ENTIRE client at Webull's sandbox, quotes included, and needs separate sandbox credentials — production keys return 401 there. · WEBULL_REGION_ID=Webull region: us, hk, jp, sg, th, my, uk, au, eu, br, mx, za. Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Icon formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
Changes
| 2026-08-16 | Last changed in the registry (raw): – → 2026-08-12 |
|---|---|
| 2026-08-16 | First listed in the registry (raw): – → 2026-08-12 |
| 2026-08-16 | Registry status message (raw): – → – |
| 2026-08-16 | Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json |
| 2026-08-16 | Icon formats (raw): – → – |
| 2026-08-16 | Environment variable descriptions (raw): – → BLS_API_KEY=Optional. BLS allows 25 macro queries a day without a key; a free key raises it to 500 and extends history from 10 to 20 years. · FINANCE_BROKER=Which broker adapter the account and order tools use, and where prices come from: webull, saxo or ibkr. Only the tools the configured broker can serve are registered, so the tool list never advertises one that would refuse. Webull is the only adapter that has been run against a live account; saxo and ibkr are written from published documentation and say so in every result they produce. · IBKR_BASE_URL=Only for FINANCE_BROKER=ibkr. This is the Client Portal Web API, not the TWS socket API: run IBKR's Client Portal Gateway and log in at https://localhost:5000 in a browser first. A paper account works and is the better choice. UNVERIFIED ADAPTER. · IBKR_TLS_INSECURE=Set to 1 to accept the Client Portal Gateway's self-signed certificate unverified, or point IBKR_CACERT at it instead. This is a decision about the connection carrying your orders, so it is never made for you. · SAXO_ACCESS_TOKEN=Only for FINANCE_BROKER=saxo. A 24-hour simulation token comes from Saxo's Developer Portal with no approval process and no live money; live access needs the OAuth2 code flow. UNVERIFIED ADAPTER. · SAXO_ENVIRONMENT=sim or live. Selects Saxo's simulation gateway or the live one. · SEC_USER_AGENT=A descriptive User-Agent with a real contact address, e.g. 'Jane Doe (jane@example.com)'. The SEC's fair-access policy requires it and the filings tools refuse to send requests without one rather than risk an IP ban. · WEBULL_APP_KEY=Webull OpenAPI app key. Without it prices fall back to Yahoo and the account and order tools are unavailable; everything else still works. · WEBULL_APP_SECRET=Webull OpenAPI app secret. Signs every request; the app key alone cannot authenticate. · WEBULL_ENVIRONMENT=prod trades the real account. paper repoints the ENTIRE client at Webull's sandbox, quotes included, and needs separate sandbox credentials — production keys return 401 there. · WEBULL_REGION_ID=Webull region: us, hk, jp, sg, th, my, uk, au, eu, br, mx, za. |
| 2026-08-16 | Environment variable formats (raw): – → – |
| 2026-08-16 | Delivery form (raw): – → paket |
| 2026-08-16 | Remote hosts (raw): – → – |
| 2026-08-16 | Remote URLs (raw): – → – |
These are the 10 most recent changes to this entry. Full history
tracevero · https://tracevero.com/mcp/io-github-blahaj-gif-hitl-finance-mcp