findingalpha-ai-mcp
0
The FindingAlpha AI MCP Server offers tools for fundamental analysis and processing of publicly traded stocks, providing specific endpoints for segmented revenue and congress trades. It includes installation instructions, development guidelines, and is licensed under the MIT License.
FindingAlpha AI MCP Server
A Model Context Protocol server for FindingAlpha AI that offers tools for fundamental analysis of publicly traded stocks.
Installation
- Install via Smithery:
npx -y @smithery/cli install findingalpha-ai-mcp --client claude
- Install via npm:
npm install findingalpha-ai-mcp
Development
- Prerequisites: Node.js 18 or higher, npm
- Install dependencies:
npm install
- Build the server:
npm run build
- Development with auto-rebuild:
npm run watch
API Endpoints
- Segmented Revenue: Retrieve segmented revenue by stock ticker.
- Congress Trades by Name: Get trades by congressman first name.
- Congress Trades by Ticker: Get trades by stock ticker.
License
MIT License.