# Hedge Fund Alpha Research (remote · hedgefundalpha.com)

Search public Hedge Fund Alpha metadata and find official membership and data product pages.

- Trust score: 68/100 (medium)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `hedgefundalpha.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-hedgefundalpha-public-research/hedgefundalpha.md), [page](https://verifymcp.io/servers/com-hedgefundalpha-public-research/hedgefundalpha)

## Channel facts

- Endpoint: `https://hedgefundalpha.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## 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**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 310 tokens (~44/item across 7 items; 7 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 (43% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-hedgefundalpha-public-research https://hedgefundalpha.com/mcp
```

### Codex

```toml
[mcp_servers.com-hedgefundalpha-public-research]
url = "https://hedgefundalpha.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-hedgefundalpha-public-research": {
      "type": "remote",
      "url": "https://hedgefundalpha.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-hedgefundalpha-public-research --url https://hedgefundalpha.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-hedgefundalpha-public-research:
    url: "https://hedgefundalpha.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-hedgefundalpha-public-research": {
      "type": "http",
      "url": "https://hedgefundalpha.com/mcp"
    }
  }
}
```

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-03 (score 68, +1)

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

### 2026-08-01 (score 67, +1)

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

### 2026-07-31 (score 66, +5)

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

### 2026-07-30 (score 61, +1)

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

### 2026-07-29 (score 60, +1)

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

### 2026-07-27 (score 59, +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 58)

First indexed and scored.

## MCP tools (7)

### `search_hfa_content` (~49 tokens)

Search public HFA content

Search a dated snapshot of recent public Hedge Fund Alpha article metadata. Returns titles and links, never article bodies or subscriber content.

Input parameters:

- `limit` (integer)
- `query` (string, required)

Output parameters:

- `access` (string)
- `results` (array)
- `snapshot` (object)

### `get_hfa_article` (~36 tokens)

Get public HFA article metadata

Resolve an apex Hedge Fund Alpha article URL within the dated recent-content snapshot to public metadata only.

Input parameters:

- `url` (string, required)

Output parameters:

- `access` (string)
- `result`
- `snapshot` (object)

### `list_recent_hfa_content` (~42 tokens)

List recent public HFA content

List recently published metadata from the dated snapshot for an allowlisted public editorial type.

Input parameters:

- `contentType` (string, required)
- `limit` (integer)

Output parameters:

- `access` (string)
- `results` (array)
- `snapshot` (object)

### `get_hfa_offerings` (~30 tokens)

Get official HFA offering pages

Return official Hedge Fund Alpha membership, data, and licensing pages without making price or availability claims.

### `search_catalog` (~52 tokens)

Search the HFA membership catalog

Search verified Hedge Fund Alpha membership products and prices using the UCP catalog search capability. Read-only; cannot create a checkout or charge a payment method.

Input parameters:

- `catalog` (object, required)
- `meta` (object, required)

### `lookup_catalog` (~53 tokens)

Look up HFA membership products

Look up one or more verified Hedge Fund Alpha membership products or variants by UCP identifier. Read-only; cannot create a checkout or charge a payment method.

Input parameters:

- `catalog` (object, required)
- `meta` (object, required)

### `get_product` (~48 tokens)

Get an HFA membership product

Get verified detail for one Hedge Fund Alpha membership product or variant using UCP catalog lookup. Read-only; human checkout remains required.

Input parameters:

- `catalog` (object, required)
- `meta` (object, required)

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 66
- 2026-07-30: 61
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 59
- 2026-07-26: 58

## Links

- Remote endpoint: https://hedgefundalpha.com/mcp
- Website: https://hedgefundalpha.com/mcp-docs
- Changelog RSS feed: https://verifymcp.io/servers/com-hedgefundalpha-public-research/hedgefundalpha/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-hedgefundalpha-public-research/hedgefundalpha/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-hedgefundalpha-public-research/hedgefundalpha
