TdxQuant MCP Server

39 tools. 13 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

13 can modify or destroy data
26 read-only
39 tools total

Community server · catalogue entry verified 12/06/2026

How to control TdxQuant MCP Server ↓

What TdxQuant MCP Server exposes to your agents

Read (26) Write / Execute (6) Destructive / Financial (4)
Critical Risk

The most dangerous TdxQuant MCP Server tools

13 of TdxQuant MCP Server's 39 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control TdxQuant MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and TdxQuant MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "trade_order_stock": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "trade_cancel_order_stock": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "utility_create_sector": {
    "limits": [
      {
        "counter": "utility_create_sector_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "calendar_get_trading_calendar": {
    "limits": [
      {
        "counter": "calendar_get_trading_calendar_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register TdxQuant MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TDXQUANT →

Free to start. No card required.

All 39 TdxQuant MCP Server tools

READ 26 tools
Read calendar_get_trading_calendar calendar_get_trading_calendar Read cbipo_get_ipo_info cbipo_get_ipo_info Read cbipo_get_kzz_info cbipo_get_kzz_info Read docs_get_tdxquant_intro 返回《TdxQuant 简介》整理稿(Markdown):平台定位、运行环境、tqcenter 能力、 Read financial_get_bkjy financial_get_bkjy Read financial_get_gpjy financial_get_gpjy Read financial_get_report_by_date financial_get_report_by_date Read financial_get_report_range financial_get_report_range Read financial_get_scjy financial_get_scjy Read market_get_kline market_get_kline Read market_get_snapshot market_get_snapshot Read market_subscribe_hq 行情数据:订阅行情更新(MCP 内为占位回调,仅完成终端侧订阅)。 Read sector_get_relation 板块数据:查询单股所属板块/主题关系。 Read sector_list 板块数据:获取板块列表(tqcenter.list_sector)。 Read sector_stocks sector_stocks Read sector_user_list 板块数据:获取用户自选板块列表。 Read stock_get_capital_info stock_get_capital_info Read stock_get_info stock_get_info Read stock_get_more_info stock_get_more_info Read stock_get_track_etf_info 股票信息:查询跟踪该指数的 ETF 列表与跟踪信息。 Read tools_catalog 返回当前 MCP 工具分类目录(与 tool_metadata 及 category_registry 一致)。 Read tools_enum_definitions 返回工具参数可用枚举定义(对齐 schema.params 常量)。 Read trade_get_account_id trade_get_account_id Read trade_query_asset 交易接口:查询账户资金与资产汇总。 Read trade_query_orders trade_query_orders Read trade_query_positions 交易接口:查询当前持仓。

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about TdxQuant MCP Server

Can an AI agent move money through the TdxQuant MCP Server MCP server? +

Yes. The TdxQuant MCP Server server exposes 1 financial tools including trade_order_stock. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the TdxQuant MCP Server MCP server? +

Yes. The TdxQuant MCP Server server exposes 3 destructive tools including trade_cancel_order_stock, utility_clear_sector, utility_delete_sector. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through TdxQuant MCP Server? +

The TdxQuant MCP Server server has 2 write tools including utility_create_sector, utility_rename_sector. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach TdxQuant MCP Server.

How many tools does the TdxQuant MCP Server MCP server expose? +

39 tools across 4 categories: Destructive, Execute, Read, Write. 26 are read-only. 13 can modify, create, or delete data.

How do I enforce a policy on TdxQuant MCP Server? +

Register the TdxQuant MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every TdxQuant MCP Server tool call.

Deterministic rules across all 39 TdxQuant MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

39 TdxQuant MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.