Skip to main content
Glama
gmoneyn

FinAgent

by gmoneyn
README.md
# FinAgent

Free financial analysis MCP server for any MCP-compatible AI app (Claude, ChatGPT, Cursor, Copilot, and more).

Get live stock data and market news — all from your AI assistant.

## Tools

| Tool | Description |
|------|-------------|
| `financial_data` | Stock quotes, income statements, balance sheets, cash flow, analyst estimates, insider trades, key ratios |
| `market_news` | Financial news, analyst reactions, market sentiment |

## Quick Start

### Install

```bash
pip install finagent-mcp
```

### Add to your MCP config

```json
{
  "mcpServers": {
    "finagent": {
      "command": "finagent"
    }
  }
}
```

### Run as HTTP server

```bash
finagent --http --port 8080
```

## Examples

Ask your AI assistant:

- "What's NVIDIA's current stock price and P/E ratio?"
- "Show me Apple's last 4 quarters of revenue"
- "Who's been buying or selling TSLA stock lately?"
- "What are analysts saying about AMZN?"

## Want More?

**FinAgent Pro** adds SEC filing analysis and stock screening. Get it at [mcp-marketplace.io/server/finagent-pro](https://mcp-marketplace.io/server/finagent-pro).

## Data Sources

- **Market data:** Yahoo Finance (free, real-time)
- **News:** Yahoo Finance news feed (free)

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

market_news and financial_data have clearly distinct purposes: one retrieves news articles, the other retrieves structured financial data. There is no ambiguity about which tool to use for a given request.

Naming Consistency5/5

Both tool names follow the same pattern of two lowercase words joined by an underscore, describing a noun (market_news, financial_data). The naming convention is fully consistent.

Tool Count3/5

With only 2 tools, the server feels minimal for a financial domain. While the two tools cover distinct functions, the count is on the thin side and may not justify a dedicated server without additional capabilities.

Completeness3/5

The tools cover market news and several types of financial data (quotes, statements, estimates), but lack obvious features like historical price data, ticker search or screening, and portfolio tracking. Core reading operations are present, but the surface is not fully complete for broader financial workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues