bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.Blahaj-gif/hitl-finance-mcp · v0.3.1
Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.
Finance MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"hitl-finance-mcp": {
"command": "uvx",
"args": [
"hitl-finance-mcp"
]
}
}
}WEBULL_APP_KEY可选secretWebull 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可选secretWebull OpenAPI app secret. Signs every request; the app key alone cannot authenticate.
WEBULL_REGION_ID可选Webull region: us, hk, jp, sg, th, my, uk, au, eu, br, mx, za.
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.
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.
SAXO_ACCESS_TOKEN可选secretOnly 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.
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.
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.
BLS_API_KEY可选secretOptional. 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.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.Blahaj-gif/hitl-finance-mcp",
"type": "mcp-server",
"version": "0.3.1",
"displayName": "Finance MCP",
"description": "Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.",
"repository": {
"url": "https://github.com/Blahaj-gif/Finance-mcp",
"source": "github"
},
"homepage": "https://github.com/Blahaj-gif/Finance-mcp",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "hitl-finance-mcp",
"version": "0.3.1",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "WEBULL_APP_KEY",
"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_SECRET",
"description": "Webull OpenAPI app secret. Signs every request; the app key alone cannot authenticate.",
"isSecret": true
},
{
"name": "WEBULL_REGION_ID",
"description": "Webull region: us, hk, jp, sg, th, my, uk, au, eu, br, mx, za."
},
{
"name": "WEBULL_ENVIRONMENT",
"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."
},
{
"name": "FINANCE_BROKER",
"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."
},
{
"name": "SAXO_ACCESS_TOKEN",
"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_ENVIRONMENT",
"description": "sim or live. Selects Saxo's simulation gateway or the live one."
},
{
"name": "IBKR_BASE_URL",
"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."
},
{
"name": "IBKR_TLS_INSECURE",
"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": "SEC_USER_AGENT",
"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": "BLS_API_KEY",
"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
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.Blahaj-gif/hitl-finance-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Blahaj-gif%2Fhitl-finance-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}