FindingAlpha AI MCP Server
A Model Context Protocol server for FindingAlpha AI that provides various tools for fundamental analysis and processing for public traded stocks.
Installation
Via Smithery
npx -y @smithery/cli install findingalpha-ai-mcp --client claude
Via npm
npm install findingalpha-ai-mcp
Development
Prerequisites
- Node.js 18 or higher
- npm
Setup
- Install dependencies:
npm install
- Build the server:
npm run build
- For development with auto-rebuild:
npm run watch
Testing
npm test
Usage Examples
License
MIT License - see LICENSE for details.
API Endpoints
The MCP server provides the following endpoints:
Segmented Revenue
- Endpoint:
segmented-revenue - Parameters:
ticker(string) - Stock ticker symbol (e.g., AAPL) - Example:
segmented-revenuewith{ "ticker": "AAPL" }
- Endpoint:
Congress Trades by Name
- Endpoint:
congress-trades-by-name - Parameters:
name(string) - Congressman first name (e.g., nancy) - Example:
congress-trades-by-namewith{ "name": "nancy" }
- Endpoint:
Congress Trades by Ticker
- Endpoint:
congress-trades-by-ticker - Parameters:
ticker(string) - Stock ticker symbol (e.g., AAPL) - Example:
congress-trades-by-tickerwith{ "ticker": "AAPL" }
- Endpoint:
Testing
The project includes both integration tests and unit tests.
Running Tests
# Run all tests
npm test
# Run only client integration tests
npm run test:client
# Run only unit tests
npm run test:unit
Test Files
- Integration tests:
test-client.js - Unit tests:
src/__tests__/segmented-revenue.test.tssrc/__tests__/congress-trades.test.ts
FindingAlpha AI Server
Project Details
- finding-alpha/findingalpha-ai-mcp
- MIT License
- Last Updated: 4/24/2025
Recomended MCP Servers
A Model Context Protocol (MCP) for querying Lightning Network node data using natural language.
这是一个基于 [ALAPI](https://www.alapi.cn) 的 MCP (Model Control Protocol) 服务器实现,可以通过MCP协议直接调用ALAPI的接口
A MCP server for Magento 2
Official Pushinator MCP server
Model Context Protocol documentation server for LangGraph and MCP.
A simple MCP server that exposes datetime information to agentic systems and chat REPLs
Scripts which perform an installable binary image build for SONiC
Todoist MCP server





