MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by jackblackbla

创建于 5/23/2026
更新于 about 3 hours ago
Repository documentation and setup instructions

Bullga MCP

AI-native access to Korean financial market data through a hosted Model Context Protocol server.

Connect

No local server is required. Add the hosted Streamable HTTP endpoint to your MCP client.

Codex

codex mcp add bullga --url https://mcp.bullga.ai/mcp
codex mcp list

Claude Code

claude mcp add --transport http bullga https://mcp.bullga.ai/mcp

Run /mcp inside Claude Code to confirm Bullga is connected.

Claude Desktop

{
  "mcpServers": {
    "bullga": {
      "url": "https://mcp.bullga.ai/mcp"
    }
  }
}

Restart Claude Desktop after editing the config.

Authentication

Anonymous callers can use read tools within Free policy limits.

For authenticated workflows, send a personal MCP API key as either header:

Authorization: Bearer bg_mcp_xxx
X-API-Key: bg_mcp_xxx

Authenticated access is required for user-scoped tools such as watchlists. Pro-or-higher access is required for wiki write/admin tools.

See Access Control for quotas, credit weights, and error semantics.

What You Can Ask For

Bullga MCP exposes 44 tools across company, stock, disclosure, financial-statement, ownership, trading, theme, news, watchlist, and wiki data.

Example prompts:

Use get_ownership for 부산산업 and summarize the largest shareholder and related-party ownership.
Use get_stock_price_chart, list_news_articles, and list_disclosures to explain whether 삼성전자가 최근 일주일간 오른 이유를 근거 있게 말할 수 있는지 확인해줘.
Use get_financial_statement_values for 005930 and 000660 with columns 매출액, 영업이익, 자산, 부채.

Tool Reference

  • Tool Surface — full tool list, access level, and credit weight.
  • Agent QA — fixed Korean finance cases used to check agent tool selection.
  • Access Control — anonymous, API-key, JWT-session, and plan behavior.

Notes

Bullga MCP is for research and workflow automation. It is not a real-time trading feed and does not provide investment advice. Validate data and assumptions before making financial decisions.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/jackblackbla/bullga-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "jackblackbla-bullga-mcp": { "command": "git", "args": [ "clone", "https://github.com/jackblackbla/bullga-mcp" ] } } }