MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by jackblackbla

Created 5/23/2026
Updated 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.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/jackblackbla/bullga-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

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