Skip to content

AStockEvent MCP v0.2.1 — First PyPI Release

Latest

Choose a tag to compare

@NengjiangLunpi NengjiangLunpi released this 08 Jun 11:34
· 1 commit to main since this release

AStockEvent MCP Server — First Public Release

16 MCP Tools for AI agents to query A-share market announcements.

What's Included

  • 16 MCP Tools — search by stock/type/shareholder, event detail & timeline, upcoming events, 7 domain-specialized tools (dividend/violation/restructuring/shareholder/risk/regulatory/CB), fund penetration, trust reports
  • 13 Event Types — share reduction, ST/delisting risk, regulatory letters, lockup expiration, share buyback, asset restructuring, trading halts, pledge risk, earnings forecast, share increase, dividend, violation penalty, convertible bonds
  • MCP stdio transport — compatible with Claude Desktop / VSCode / any MCP client
  • Structured Event JSON — each event includes structured_payload, confidence_tier, ai_summary, ai_context, full timeline

Installation

pip install astockevent

Quick Start

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "astockevent": {
      "command": "python",
      "args": ["-m", "astockevent.mcp"],
      "env": {
        "ASTOCKEVENT_API_KEY": "your_api_key"
      }
    }
  }
}

Links


🤖 Generated with Claude Code