{"slug": "how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent", "title": "How to Track What Hedge Funds Are Buying — Directly From Your AI Agent", "summary": "AlphaSMO has launched an MCP server that lets AI agents like Claude and ChatGPT query live SEC 13F filings and insider trading data. The server exposes seven tools, including a 'smart money convergence' signal that flags stocks where both institutional investors and company insiders are buying simultaneously. The tool is available for free with no signup required.", "body_md": "That is exactly what the **AlphaSMO MCP server** unlocks.\n\nYou have probably heard about the **Model Context Protocol (MCP)** — the open standard that lets AI agents like Claude, ChatGPT, and Cursor talk to external tools and APIs. Instead of hallucinating answers or being stuck with stale training data, an MCP-equipped agent can reach out to live data sources and pull back real, structured information mid-conversation.\n\nBut most MCP servers today are built for developer tools — file systems, databases, GitHub, Postgres. Few bring **real-world financial intelligence** to your AI agent.\n\nThat is where AlphaSMO comes in.\n\n[AlphaSMO](https://alphasmo.com) is a platform that processes **SEC 13F filings** — the quarterly reports that every hedge fund, mutual fund, and institutional investor managing over $100M must file with the SEC — and turns them into clean, queryable data.\n\nThink of it as *\"Bloomberg Terminal data, but for AI agents\"*.\n\nThe AlphaSMO MCP server exposes **7 tools** that your AI agent can call directly:\n\n| Tool | What It Does |\n|---|---|\n`search_institutions` |\nSearch 5,000+ institutional investors by name (e.g. \"Berkshire\", \"Bridgewater\") |\n`get_institution_profile` |\nGet an institution's AUM, holding count, and personality scores (concentration, turnover, sector conviction) |\n`get_institution_holdings` |\nSee exactly which stocks a fund holds — ticker, value, weight, and buy/sell action vs last quarter |\n`get_stock_overview` |\nFull institutional ownership picture for any stock: holder count, net flow, top holders by value and conviction |\n`get_stock_flows` |\nStocks ranked by net institutional buy or sell flow in the latest quarter |\n`get_insider_activity` |\nForm 4 insider trading: what officers, directors, and 10% owners are doing with their own shares |\n`get_smart_money_convergence` |\n🚀 The flagship signal: tickers where 13F institutions AND company insiders are buying at the same time |\n\nEvery quarter, over 5,000 institutional investors managing **$45+ trillion in assets** must disclose their holdings to the SEC. This is not speculation or rumor — it is legally mandated transparency.\n\nThe catch? Raw 13F filings are text-based, CUSIP-coded, and virtually unreadable without processing. That is why most retail investors never touch them.\n\nAlphaSMO does the heavy lifting:\n\nAnd now, through the MCP server, your AI agent gets all of this **in a single function call**.\n\nMost financial data APIs give you one signal at a time — either institutional flows *or* insider trading. AlphaSMO is the only MCP server that **combines both into a single convergence signal**.\n\n`get_smart_money_convergence`\n\nreturns tickers where:\n\nWhen the people who manage billions *and* the people who run the company are both buying — that is a signal worth paying attention to.\n\n```\n{\n  \"ticker\": \"NVDA\",\n  \"issuer\": \"NVIDIA CORP\",\n  \"institutional_buy_score\": 92,\n  \"insider_confidence\": 85,\n  \"convergence_signal\": \"STRONG_BUY\"\n}\n```\n\nRead more about the convergence methodology [on the AlphaSMO website](https://alphasmo.com/tw/smart-money).\n\nNo signup. No API key. No credit card. Just run:\n\n```\nnpx alphasmo convergence --limit 5\n```\n\nThis prints a table of the top tickers where smart money is converging *right now*. Here is what real output looks like:\n\n```\nTicker  Issuer                      Net Flow (USD)     Confidence\nBRK-A   BERKSHIRE HATHAWAY INC-CL A  247,455,256,379    94\nNVDA    NVIDIA CORP                   52,103,888,155    92\nMETA    META PLATFORMS INC            38,033,517,696    90\nAMZN    AMAZON COM INC                35,611,305,945    88\nAVGO    BROADCOM INC                  31,209,512,395    87\n```\n\nYour AI agent sees the EXACT same structured data.\n\n```\nclaude mcp add alphasmo -- npx -y alphasmo@latest mcp\n{\n  \"mcpServers\": {\n    \"alphasmo\": {\n      \"command\": \"npx\",\n      \"args\": [\"alphasmo\", \"mcp\"],\n      \"env\": {\n        \"ALPHASMO_API_KEY\": \"your-free-key-here\"\n      }\n    }\n  }\n}\njs\nimport { AlphasmoClient } from \"alphasmo\";\n\nconst client = new AlphasmoClient();\nconst convergence = await client.getSmartMoneyConvergence({ limit: 5 });\nconsole.log(convergence);\n```\n\nPython client also available — see [alphasmo.com/developer](https://alphasmo.com/developer).\n\nHere is what you can ask your AI agent once the AlphaSMO MCP server is connected:\n\n\"What stocks are institutions buying the most right now?\"\n\n\"Show me Berkshire Hathaway's latest 13F holdings, sorted by position size.\"\n\n\"Are insiders buying or selling NVDA? Give me the confidence score.\"\n\n\"Find tickers where BOTH hedge funds and company executives are accumulating.\"\n\n\"Which sectors is Bridgewater overweight in this quarter?\"\n\nEach question triggers a real API call behind the scenes — no hallucinated answers, no stale training data.\n\nThere are plenty of financial data APIs. There are plenty of MCP servers. But AlphaSMO is the **only MCP server that bridges institutional 13F data and insider trading into a unified, AI-ready interface**.\n\nKey differentiators:\n\n`npx alphasmo`\n\nright now, no account needed`npx alphasmo mcp`\n\n. No database to run, no data to ingestThe AlphaSMO MCP server is open source (MIT license):\n\nBuilt with the official `@modelcontextprotocol/sdk`\n\n, Zod schema validation, and structured content support for both TypeScript and Python MCP clients.\n\nAnonymous access works out of the box (rate-limited by IP). To raise your limit, grab a free key at ** alphasmo.com/developer**.\n\nThen set it and forget it:\n\n```\nexport ALPHASMO_API_KEY=ask_live_...\n```\n\nAI agents are only as good as the data they can access. MCP is the protocol that connects them to the real world. And AlphaSMO is the MCP server that connects them to **the $45 trillion world of institutional money flows**.\n\nStop asking your AI to guess what smart money is doing. Give it the tools to know.\n\n```\nnpx alphasmo convergence --limit 10\n```\n\n*Disclaimer: This article is for informational and educational purposes only. It does not constitute investment advice. Past institutional behavior does not guarantee future results. 13F data has a 45-day filing delay. Always do your own research.*", "url": "https://wpnews.pro/news/how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent", "canonical_source": "https://dev.to/james-alphasmo/how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent-2jij", "published_at": "2026-07-25 15:07:18+00:00", "updated_at": "2026-07-25 15:34:12.498181+00:00", "lang": "en", "topics": ["ai-agents", "developer-tools", "ai-tools"], "entities": ["AlphaSMO", "SEC", "Claude", "ChatGPT", "Cursor", "Berkshire Hathaway", "NVIDIA", "META"], "alternates": {"html": "https://wpnews.pro/news/how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent", "markdown": "https://wpnews.pro/news/how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent.md", "text": "https://wpnews.pro/news/how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent.txt", "jsonld": "https://wpnews.pro/news/how-to-track-what-hedge-funds-are-buying-directly-from-your-ai-agent.jsonld"}}