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.akira231097/artha-council · v1.4.0
Auditable equity research and fail-closed broker execution for US and Indian cash equities.
Artha Council 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"artha-council": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/akira231097/artha-council-mcp:1.4.0"
]
}
}
}ARTHA_MCP_MARKET可选Market profile: US or IN.
ARTHA_MCP_BROKER可选Broker adapter: snapshot, upstox, zerodha, none, or plugin.
ARTHA_MCP_RESEARCH_MODE可选Research boundary: embedded, host_orchestrated, or plugin. India should use host_orchestrated or a market-native plugin.
ARTHA_MCP_DATA_DIR可选Persistent directory for journals, receipts, jobs, portfolio state, and audit artifacts.
ARTHA_MCP_ACCESS_MODE可选Capability mode: read_only, operator, or trading. Defaults to read_only.
ARTHA_MCP_OPERATIONS_ENABLED可选Explicit operations switch. Defaults to false.
ARTHA_MCP_TRADING_ENABLED可选Explicit live-trading switch. Defaults to false.
ARTHA_MCP_KILL_SWITCH可选Final MCP placement kill switch. Defaults to true.
ARTHA_MCP_MAX_ORDER_VALUE可选Maximum value of one order in the selected market currency. Defaults to 25 USD or 2500 INR.
ARTHA_MCP_MAX_DAILY_ORDER_VALUE可选Maximum total daily order value in the selected market currency. Defaults to 50 USD or 5000 INR.
ARTHA_MCP_MAX_DAILY_ORDERS可选Maximum number of broker placements per market day. Defaults to 2.
ARTHA_MCP_MAX_PENDING_JOBS可选Maximum queued or running allowlisted workflows. Defaults to 8 and prevents an unbounded work queue.
FMP_API_KEY可选secretOptional Financial Modeling Prep key for embedded US research.
FINNHUB_API_KEY可选secretOptional Finnhub key for embedded US research enrichment.
GOOGLE_API_KEY可选secretOptional Google Gemini key for embedded Council roles and web-grounded research.
TELEGRAM_BOT_TOKEN可选secretOptional Telegram bot token for Artha notifications.
TELEGRAM_CHAT_ID可选secretOptional Telegram destination used with TELEGRAM_BOT_TOKEN.
UPSTOX_ACCESS_TOKEN可选secretUpstox live account/read token used for portfolio, quote, margin, and fee proof.
UPSTOX_SANDBOX_ACCESS_TOKEN可选secretSeparate Upstox sandbox token, required only when ARTHA_UPSTOX_SANDBOX=true.
ARTHA_INDIA_STATIC_IP_REGISTERED可选Operator attestation that this deployment IP is registered with the selected Indian broker.
ARTHA_INDIA_DEMAT_SELL_AUTHORIZED可选Operator attestation that required demat authorization is valid for Indian delivery sells.
ARTHA_UPSTOX_ALGO_NAME可选Optional exchange-approved algo name configured in the Upstox app.
KITE_API_KEY可选secretRequired only for the Zerodha adapter.
KITE_ACCESS_TOKEN可选secretRequired only for the Zerodha adapter.
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.akira231097/artha-council",
"type": "mcp-server",
"version": "1.4.0",
"displayName": "Artha Council",
"description": "Auditable equity research and fail-closed broker execution for US and Indian cash equities.",
"repository": {
"url": "https://github.com/akira231097/artha-council",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/akira231097/artha-council-mcp:1.4.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "ARTHA_MCP_MARKET",
"description": "Market profile: US or IN."
},
{
"name": "ARTHA_MCP_BROKER",
"description": "Broker adapter: snapshot, upstox, zerodha, none, or plugin."
},
{
"name": "ARTHA_MCP_RESEARCH_MODE",
"description": "Research boundary: embedded, host_orchestrated, or plugin. India should use host_orchestrated or a market-native plugin."
},
{
"name": "ARTHA_MCP_DATA_DIR",
"description": "Persistent directory for journals, receipts, jobs, portfolio state, and audit artifacts."
},
{
"name": "ARTHA_MCP_ACCESS_MODE",
"description": "Capability mode: read_only, operator, or trading. Defaults to read_only."
},
{
"name": "ARTHA_MCP_OPERATIONS_ENABLED",
"description": "Explicit operations switch. Defaults to false."
},
{
"name": "ARTHA_MCP_TRADING_ENABLED",
"description": "Explicit live-trading switch. Defaults to false."
},
{
"name": "ARTHA_MCP_KILL_SWITCH",
"description": "Final MCP placement kill switch. Defaults to true."
},
{
"name": "ARTHA_MCP_MAX_ORDER_VALUE",
"description": "Maximum value of one order in the selected market currency. Defaults to 25 USD or 2500 INR."
},
{
"name": "ARTHA_MCP_MAX_DAILY_ORDER_VALUE",
"description": "Maximum total daily order value in the selected market currency. Defaults to 50 USD or 5000 INR."
},
{
"name": "ARTHA_MCP_MAX_DAILY_ORDERS",
"description": "Maximum number of broker placements per market day. Defaults to 2."
},
{
"name": "ARTHA_MCP_MAX_PENDING_JOBS",
"description": "Maximum queued or running allowlisted workflows. Defaults to 8 and prevents an unbounded work queue."
},
{
"name": "FMP_API_KEY",
"description": "Optional Financial Modeling Prep key for embedded US research.",
"isSecret": true
},
{
"name": "FINNHUB_API_KEY",
"description": "Optional Finnhub key for embedded US research enrichment.",
"isSecret": true
},
{
"name": "GOOGLE_API_KEY",
"description": "Optional Google Gemini key for embedded Council roles and web-grounded research.",
"isSecret": true
},
{
"name": "TELEGRAM_BOT_TOKEN",
"description": "Optional Telegram bot token for Artha notifications.",
"isSecret": true
},
{
"name": "TELEGRAM_CHAT_ID",
"description": "Optional Telegram destination used with TELEGRAM_BOT_TOKEN.",
"isSecret": true
},
{
"name": "UPSTOX_ACCESS_TOKEN",
"description": "Upstox live account/read token used for portfolio, quote, margin, and fee proof.",
"isSecret": true
},
{
"name": "UPSTOX_SANDBOX_ACCESS_TOKEN",
"description": "Separate Upstox sandbox token, required only when ARTHA_UPSTOX_SANDBOX=true.",
"isSecret": true
},
{
"name": "ARTHA_INDIA_STATIC_IP_REGISTERED",
"description": "Operator attestation that this deployment IP is registered with the selected Indian broker."
},
{
"name": "ARTHA_INDIA_DEMAT_SELL_AUTHORIZED",
"description": "Operator attestation that required demat authorization is valid for Indian delivery sells."
},
{
"name": "ARTHA_UPSTOX_ALGO_NAME",
"description": "Optional exchange-approved algo name configured in the Upstox app."
},
{
"name": "KITE_API_KEY",
"description": "Required only for the Zerodha adapter.",
"isSecret": true
},
{
"name": "KITE_ACCESS_TOKEN",
"description": "Required only for the Zerodha adapter.",
"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.akira231097/artha-council",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.akira231097%2Fartha-council/versions/latest",
"isOfficial": true,
"status": "active"
}
}