AI Agent Hub
Back to skills
⚖️

TDX Stock Data

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_d8831e99/tongdaxin-mcp.

About this skill

Problem

TDX stock data is spread across quotes, K-lines, financial statements, filings, research reports, and macro series. When engineers wire these sources directly, they must manage tokens, parameter schemas, retries, and permission boundaries. This skill wraps the TDX MCP service as an agent-callable tool set, so conversational or automated workflows can query individual securities, screen conditions, and retrieve research material without manually navigating dashboards.

How It Works

It exposes 10 tools through one native HTTP MCP server, tdx-finance_qclaw, driven by mcporter. The main flow is:

  • Initialization: after loading, it obtains the latest token, then checks and refreshes the MCP server configuration, avoiding stale or plaintext tokens.
  • Routing: user intent maps to tools such as tdx_quotes, tdx_kline, tdx_api_data, tdx_screener, and wenda_report_query.
  • Schema-aware calls: parameters are confirmed before invocation; for example, tdx_screener uses message for natural-language screening conditions rather than query.

Use cases include real-time quotes for A-shares, HK stocks, US stocks, and indices; K-lines; financial statements; shareholder changes; dragon-tiger list data; broker research ratings; company announcements; macro data; and natural-language screening such as limit-up or MACD crossover.

Boundaries And Cautions

The skill depends on TDX authorization and mcporter configuration. If calls return 401 or 403, re-run the token initialization flow. Returned data may be delayed, so outputs should include timestamps and should not be treated as investment advice. When a request is outside the current tool coverage or permission scope, the agent should state the limitation instead of guessing parameters or retrying blindly.

Use Cases

  • Query CATL real-time quotes, daily K-lines, and valuation metrics in a research chat to draft an equity summary.
  • Screen A-shares using natural-language conditions such as limit-up, MACD crossover, or net inflow, then fetch details by code.
  • Collect Cambricon announcements, broker ratings, and target prices from the last month for event-tracking notes.
  • Compare CATL and BYD income statements, cash flows, and shareholder changes to build a peer fundamentals table.

Best For

  • Research analysts who need to combine quotes, fundamentals, and broker reports into equity notes.
  • Quants or analysts who screen limit-up stocks, MACD crossovers, and inflow conditions, then inspect results.
  • Engineers building MCP-based stock workflows around quotes, filings, and macro queries.
  • Data analysts tracking A-share, HK, US filings and macro indicators with structured outputs.