Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
hitl-finance-mcp · pypi · 0.3.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Blahaj-gif/hitl-finance-mcp",
"description": "Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.",
"title": "Finance MCP",
"repository": {
"url": "https://github.com/Blahaj-gif/Finance-mcp",
"source": "github"
},
"version": "0.3.1",
"websiteUrl": "https://github.com/Blahaj-gif/Finance-mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "hitl-finance-mcp",
"version": "0.3.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Webull OpenAPI app key. Without it prices fall back to Yahoo and the account and order tools are unavailable; everything else still works.",
"isSecret": true,
"name": "WEBULL_APP_KEY"
},
{
"description": "Webull OpenAPI app secret. Signs every request; the app key alone cannot authenticate.",
"isSecret": true,
"name": "WEBULL_APP_SECRET"
},
{
"description": "Webull region: us, hk, jp, sg, th, my, uk, au, eu, br, mx, za.",
"default": "us",
"name": "WEBULL_REGION_ID"
},
{
"description": "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.",
"default": "prod",
"name": "WEBULL_ENVIRONMENT"
},
{
"description": "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.",
"default": "webull",
"name": "FINANCE_BROKER"
},
{
"description": "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.",
"isSecret": true,
"name": "SAXO_ACCESS_TOKEN"
},
{
"description": "sim or live. Selects Saxo's simulation gateway or the live one.",
"default": "sim",
"name": "SAXO_ENVIRONMENT"
},
{
"description": "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.",
"default": "https://localhost:5000/v1/api",
"name": "IBKR_BASE_URL"
},
{
"description": "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.",
"name": "IBKR_TLS_INSECURE"
},
{
"description": "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.",
"name": "SEC_USER_AGENT"
},
{
"description": "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.",
"isSecret": true,
"name": "BLS_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-12T16:56:29.541666Z",
"publishedAt": "2026-08-12T16:56:29.541666Z",
"updatedAt": "2026-08-12T16:56:29.541666Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.