@SunNeverSetsX: How to Deep Dive into US Stock Insider Trading? What many people don't know is that the Financial Datasets MCP has a get_insider_trades tool: It can directly pull all insider trading records for a US stock, showing who bought/sold, quantities, prices, transaction dates, post-transaction holdings...
Summary
Introduces how to obtain US stock insider trading data using the Financial Datasets MCP's get_insider_trades tool, along with configuration steps.
View Cached Full Text
Cached at: 05/23/26, 12:09 PM
How to Dive Deep into U.S. Stock Insider Trading?
What many people don’t know is that the Financial Datasets MCP has a get_insider_trades tool:
It can directly pull all insider trading records for a given U.S. stock — showing who bought/sold, the number of shares, price, transaction date, and post-transaction holdings.
As shown in the video:
Here’s how to configure Financial Datasets:
-
Go to https://financialdatasets.ai and sign up for an account (free tier is sufficient).
-
In your terminal, run:
claude mcp add --transport http financial-datasets http://mcp.financial-datasets.ai -
In Claude, execute the
/MCPcommand and follow the instructions to connect the MCP.
Then you can dive deep into U.S. stock insider trades just like I do!
Similar Articles
@BTCqzy1: After Claude integrates real financial data, it really takes stock research to a new level~ Now through MCP, it directly calls real-time stock prices and other data, and every judgment given has data support. I have organized a set of Prompts I use in my daily trading: from pre-market scan → entry confirmation → position management →...
User shares a set of Prompts for stock trading after connecting Claude to real financial data (real-time stock prices, etc.) via the MCP protocol, covering pre-market scan, entry confirmation, position management, and other stages, demonstrating practical cases of AI-assisted investment decisions.
@WY_mask: Strongly recommend installing this for anyone wanting to trade US stocks. It has 40k stars on GitHub. An AI large model based intelligent analysis system for A-shares, Hong Kong stocks, and US stocks watchlists. Automatically analyzes daily and pushes decision dashboards, market trend analysis, important news, individual stock tracking, and generates investment analysis reports. https://gith…
Recommending an open-source stock intelligent analysis system based on AI large models. Supports A-shares, Hong Kong stocks, and US stocks. Automatically analyzes daily and pushes decision dashboards. Has 40k stars on GitHub.
@WEB3_furture: 34-second video — Directly analyze stocks/financial reports with Claude Code. Claude Code now natively supports the official financial-datasets MCP server, integrating real-time stock prices, financial statements, SEC filings, news, cryptocurrency prices, and more…
Claude Code now natively supports the financial-datasets MCP server, enabling direct analysis of stock prices, financial reports, and crypto data via a simple command-line integration.
@oragnes: The Codex App / CLI can now directly access stock prices, earnings reports, SEC filings, and financial news data. It utilizes the official Financial Datasets MCP Server. It's not just a plugin for "looking up stock prices," but rather connects financial data sources into AI Agents, allowing …
OpenAI's Codex App and CLI can now access financial data such as stock quotes, financial reports, and SEC filings directly through the Financial Datasets official MCP Server, supporting real-time market queries, financial report analysis, and company comparisons.
@Saccc_c: Claude Code + TradingView = The Most Awesome Trading Charting Combo TradingView is the most commonly used charting tool for US stock and crypto investors, and now it can be fully integrated with Claude Code via MCP. In less than 5 minutes, you can...
This article introduces an open-source tool called TradingView MCP Bridge, which connects Claude Code with the locally running TradingView Desktop via the MCP protocol, enabling AI to read charts in real time, develop Pine Script strategies, perform historical backtesting, etc., forming a powerful trading charting combo.