Fetch hedge fund 13F filings from the SEC: top holdings, new positions initiated, positions exited, and sector rotation signals from major funds like Bridgewater, Renaissance, Tiger Global, and Citadel. Use this tool when: - An investment agent wants to follow institutional smart money positionin...
AI agents call get_hedge_funds to retrieve information from Omni Service Node without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool performs read-only data retrieval of publicly available SEC filings. It queries institutional investment data without creating, modifying, or deleting records, and does not execute trades or financial transactions.
From the tool's definition Tool fetches and retrieves SEC 13F filings data: 'top holdings, new positions initiated, positions exited, and sector rotation signals.' Returns data structure includes 'fund_name, AUM, top_10_holding' with no modification, deletion, or execution capabilities…
Attacks that exploit this kind of access
Fetch hedge fund 13F filings from the SEC: top holdings, new positions initiated, positions exited, and sector rotation signals from major funds like Bridgewater, Renaissance, Tiger Global, and Citadel. Use this tool when: - An investment agent wants to follow institutional smart money positioning - You need to detect which sectors hedge funds are rotating into or out of - A research agent is building a market thesis anchored to institutional flows - An agent wants to identify stocks that multiple top funds are accumulating (conviction signal) Returns per fund: fund_name, AUM, top_10_holdings, new_positions (this quarter), closed_positions, sector_allocation_changes, most_bought, most_sold, filing_date. Example: getHedgeFunds({ fund:. It is categorised as a Read tool in the Omni Service Node MCP Server, which means it retrieves data without modifying state.
Register the Omni Service Node MCP server in PolicyLayer and add a rule for get_hedge_funds: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Omni Service Node. Nothing to install.
get_hedge_funds is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_hedge_funds rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_hedge_funds. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_hedge_funds is provided by the Omni Service Node MCP server (luckkyyy23/omni-service-node). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →