QuantData MCP Server

50 tools. 18 can modify or destroy data without limits.

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

Last updated:

18 can modify or destroy data
32 read-only
50 tools total

Community server · catalogue entry verified 12/06/2026

How to control QuantData MCP Server ↓

What QuantData MCP Server exposes to your agents

Read (32) Write / Execute (14) Destructive / Financial (3)
Critical Risk

The most dangerous QuantData MCP Server tools

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

How to control QuantData MCP Server

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

Deny destructive operations
{
  "qd_delete_filter_group": {
    "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
{
  "qd_detach_filter_group": {
    "limits": [
      {
        "counter": "qd_detach_filter_group_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "qd_get_contract_price": {
    "limits": [
      {
        "counter": "qd_get_contract_price_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 QuantData 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 QUANTDATA →

Free to start. No card required.

All 50 QuantData MCP Server tools

READ 32 tools
Read qd_get_contract_price qd_get_contract_price Read qd_get_contract_statistics qd_get_contract_statistics Read qd_get_dark_pool_levels Get dark-pool size at each price level for the underlier. Read qd_get_equity_prints Get equity-side prints — every print on the underlier's tape. Read qd_get_exposure_by_expiration qd_get_exposure_by_expiration Read qd_get_exposure_by_strike qd_get_exposure_by_strike Read qd_get_filter_group Show the full details of a single filter group by ID or name. Read qd_get_gainers_losers qd_get_gainers_losers Read qd_get_heat_map qd_get_heat_map Read qd_get_interval_map qd_get_interval_map Read qd_get_iv_rank qd_get_iv_rank Read qd_get_market_snapshot qd_get_market_snapshot Read qd_get_max_pain qd_get_max_pain Read qd_get_max_pain_over_time qd_get_max_pain_over_time Read qd_get_net_drift qd_get_net_drift Read qd_get_net_flow qd_get_net_flow Read qd_get_news_articles qd_get_news_articles Read qd_get_oi_by_expiration qd_get_oi_by_expiration Read qd_get_oi_by_strike qd_get_oi_by_strike Read qd_get_oi_change qd_get_oi_change Read qd_get_oi_over_time qd_get_oi_over_time Read qd_get_order_flow qd_get_order_flow Read qd_get_stock_price_time Get the underlying-stock OHLC series. Useful for context alongside Read qd_get_term_structure qd_get_term_structure Read qd_get_trade_side_stats qd_get_trade_side_stats Read qd_get_unconsolidated_flow qd_get_unconsolidated_flow Read qd_get_volatility_drift qd_get_volatility_drift Read qd_get_volatility_skew qd_get_volatility_skew Read qd_list_filter_fields qd_list_filter_fields Read qd_list_filter_groups qd_list_filter_groups Read qd_list_pages List the user-managed pages saved to the MCP config. Read qd_search_public_filter_groups qd_search_public_filter_groups

Related servers

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

Questions about QuantData MCP Server

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

Yes. The QuantData MCP Server server exposes 3 destructive tools including qd_delete_filter_group, qd_delete_page, qd_remove_filter_clause. 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 QuantData MCP Server? +

The QuantData MCP Server server has 13 write tools including qd_detach_filter_group, qd_reset_to_live, qd_clone_public_filter_group. 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 QuantData MCP Server.

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

50 tools across 4 categories: Destructive, Execute, Read, Write. 32 are read-only. 18 can modify, create, or delete data.

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

Register the QuantData 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 QuantData MCP Server tool call.

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

Free to start. No card required.

50 QuantData 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.