MCP.so
Sign In

FindingAlpha AI MCP Server

@finding-alpha

About FindingAlpha AI MCP Server

MCP Server for segmented revenue and congress trading

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

finding-alpha

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "findingalpha-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "findingalpha-ai-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is FindingAlpha AI MCP Server?

The FindingAlpha AI MCP Server is a Model Context Protocol (MCP) server that provides fundamental analysis and processing tools for publicly traded stocks. It is designed for use with AI assistants like Claude, offering endpoints to retrieve segmented revenue data and congress trading information.

How to use FindingAlpha AI MCP Server?

The server can be installed via Smithery using the command npx -y @smithery/cli install findingalpha-ai-mcp --client claude or via npm with npm install findingalpha-ai-mcp. After installation, build the server with npm run build and then use the provided endpoints—such as segmented-revenue, congress-trades-by-name, and congress-trades-by-ticker—by passing appropriate parameters like ticker or name.

Key features of FindingAlpha AI MCP Server

  • MCP-based server for stock fundamental analysis.
  • Provides segmented revenue data for any ticker symbol.
  • Queries congress trading activities by congressman name.
  • Queries congress trading activities by stock ticker.
  • Built with Node.js (version 18+ required).
  • Tested with integration and unit tests.

Use cases of FindingAlpha AI MCP Server

  • Analyzing a company's revenue breakdown by segment using its ticker.
  • Tracking recent trades made by a specific congressperson, e.g., "nancy".
  • Monitoring congressional trading activity for a particular stock ticker.
  • Integrating fundamental stock data into AI assistant workflows.

FAQ from FindingAlpha AI MCP Server

What endpoints does FindingAlpha AI MCP Server offer?

It offers three endpoints: segmented-revenue (requires ticker string), congress-trades-by-name (requires name string), and congress-trades-by-ticker (requires ticker string).

What are the runtime dependencies?

Node.js version 18 or higher is required. The server is installed via npm or Smithery and built using npm run build.

How do I install the server?

You can install it using Smithery with `npx -y @smithery/cli install findingalpha-ai-mcp --client claude

Comments

More Other MCP servers