@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...

X AI KOLs Timeline Tools

Summary

Introduces how to obtain US stock insider trading data using the Financial Datasets MCP's get_insider_trades tool, along with configuration steps.

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, and post-transaction holdings. As shown in the video Here are the configuration steps for Financial Datasets: 1. Go to https://financialdatasets.ai to register an account (free version is sufficient) 2. In the terminal, execute: claude mcp add --transport http financial-datasets http://mcp.financial-datasets.ai 3. Enter Claude and run the /MCP command, then follow the instructions to connect to MCP Then you can dig into US stock insider trading just like me!
Original Article
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:

  1. Go to https://financialdatasets.ai and sign up for an account (free tier is sufficient).

  2. In your terminal, run:
    claude mcp add --transport http financial-datasets http://mcp.financial-datasets.ai

  3. In Claude, execute the /MCP command 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 →...

X AI KOLs Timeline

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…

X AI KOLs Timeline

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.

@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 …

X AI KOLs Timeline

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

X AI KOLs Following

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.