# com.biodnd/agent-fin (remote · agent-fin.biodnd.com)

Agent Fin: finance MCP server with market data tools

- Trust score: 46/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agent-fin.biodnd.com`: 46/100 (this document), [markdown](https://verifymcp.io/servers/com-biodnd-agent-fin/agent-fin.md), [page](https://verifymcp.io/servers/com-biodnd-agent-fin/agent-fin)

## Channel facts

- Endpoint: `https://agent-fin.biodnd.com/sse`
- Transports: `sse`
- Auth: `none`
- Version: `0.1.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 24 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 660 tokens (~27/item across 24 items; 24 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-biodnd-agent-fin https://agent-fin.biodnd.com/sse
```

### Codex

```toml
[mcp_servers.com-biodnd-agent-fin]
url = "https://agent-fin.biodnd.com/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-biodnd-agent-fin": {
      "type": "remote",
      "url": "https://agent-fin.biodnd.com/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-biodnd-agent-fin --url https://agent-fin.biodnd.com/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-biodnd-agent-fin:
    url: "https://agent-fin.biodnd.com/sse"
```

### Other

```json
{
  "mcpServers": {
    "com-biodnd-agent-fin": {
      "type": "http",
      "url": "https://agent-fin.biodnd.com/sse"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 46, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 45, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 44, −3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 47, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 46, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 45)

First indexed and scored.

## MCP tools (24)

### `equity_fundamental_cash` (~28 tokens)

Get the cash flow statement for a given company.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_fundamental_dividends` (~29 tokens)

Get historical dividend data for a given company.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_price_historical` (~39 tokens)

Get historical price data for a given stock. This includes open, high, low, close, and volume.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_price_quote` (~27 tokens)

Get the latest quote data for a given stock symbol.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_fundamental_income` (~27 tokens)

Get the income statement for a given company.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_fundamental_balance` (~27 tokens)

Get the balance sheet for a given company.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_fundamental_metrics` (~26 tokens)

Get key fundamental metrics for a company.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_calendar_ipo` (~28 tokens)

Get historical and upcoming initial public offerings (IPOs).

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_compare_groups` (~27 tokens)

Get company data grouped by sector, industry or country.

Input parameters:

- `group` (string, required)

Output parameters:

- `result` (array)

### `equity_compare_company_facts` (~34 tokens)

Compare reported company facts and fundamental data points.

Input parameters:

- `fact` (string, required)
- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_estimates_consensus` (~25 tokens)

Get consensus price target and recommendation.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_discovery_losers` (~22 tokens)

Get the top price losers in the stock market.

Output parameters:

- `result` (array)

### `equity_discovery_active` (~20 tokens)

Get the most actively traded stocks based on volume.

Output parameters:

- `result` (array)

### `equity_discovery_undervalued_large_caps` (~24 tokens)

Get potentially undervalued large cap stocks.

Output parameters:

- `result` (array)

### `equity_discovery_undervalued_growth` (~22 tokens)

Get potentially undervalued growth stocks.

Output parameters:

- `result` (array)

### `equity_discovery_aggressive_small_caps` (~23 tokens)

Get top small cap stocks based on earnings growth.

Output parameters:

- `result` (array)

### `equity_discovery_growth_tech` (~23 tokens)

Get top tech stocks based on revenue and earnings growth.

Output parameters:

- `result` (array)

### `equity_profile` (~26 tokens)

Get the company profile, including key information and descriptions.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_screener` (~30 tokens)

Screen for equities using a predefined metric such as overview or valuation.

Input parameters:

- `metric` (string)

Output parameters:

- `result` (array)

### `equity_search` (~34 tokens)

Search for equity tickers or names via NASDAQ.

Input parameters:

- `is_symbol` (boolean)
- `query` (string, required)

Output parameters:

- `result` (array)

### `equity_ownership_share_statistics` (~32 tokens)

Get share statistics such as float, shares outstanding, and insider holdings.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_shorts_fails_to_deliver` (~32 tokens)

Get fails-to-deliver data reported to the SEC.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_shorts_short_interest` (~27 tokens)

Get reported short interest for a given symbol.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

### `equity_shorts_short_volume` (~28 tokens)

Get reported short volume statistics for a given symbol.

Input parameters:

- `symbol` (string, required)

Output parameters:

- `result` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-biodnd-agent-fin/agent-fin#diagnostics

## Score history

- 2026-08-03: 46
- 2026-08-02: 46
- 2026-08-01: 45
- 2026-07-31: 45
- 2026-07-30: 44
- 2026-07-29: 47
- 2026-07-28: 47
- 2026-07-27: 46
- 2026-07-26: 45

## Links

- Remote endpoint: https://agent-fin.biodnd.com/sse
- Repository: https://github.com/markchiang/go-agents
- Changelog RSS feed: https://verifymcp.io/servers/com-biodnd-agent-fin/agent-fin/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-biodnd-agent-fin/agent-fin/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-biodnd-agent-fin/agent-fin
