# PropScorer (remote · www.propscorer.com)

Read-only futures prop firm scores, comparisons, payout intel, deals, and rules.

- Trust score: 57/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-09

## Components

- remote · `www.propscorer.com`: 57/100 (this document), [markdown](https://verifymcp.io/servers/r2hb-assistant-propscorer/api-mcp.md), [page](https://verifymcp.io/servers/r2hb-assistant-propscorer/api-mcp)

## Channel facts

- Endpoint: `https://www.propscorer.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-09.

- **Endpoint Security**: 63/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 11 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 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**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 783 tokens (~71/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 61% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http r2hb-assistant-propscorer https://www.propscorer.com/api/mcp
```

### Codex

```toml
[mcp_servers.r2hb-assistant-propscorer]
url = "https://www.propscorer.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "r2hb-assistant-propscorer": {
      "type": "remote",
      "url": "https://www.propscorer.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add r2hb-assistant-propscorer --url https://www.propscorer.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  r2hb-assistant-propscorer:
    url: "https://www.propscorer.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "r2hb-assistant-propscorer": {
      "type": "http",
      "url": "https://www.propscorer.com/api/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-09 (score 57, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-08 (score 56)

First indexed and scored.

## MCP tools (11)

### `search_firms` (~71 tokens)

Search PropScorer's prop firm database by name, category, platform, instrument, or rule preference.

Input parameters:

- `category` (string)
- `limit` (number)
- `query` (string): Optional text query, for example Apex, Topstep, Tradovate, crypto, or daily payouts.

### `get_firm_score` (~102 tokens)

Get the PropScore, health signals, rules, plans, promos, and editorial notes for one firm. Use this before broad Q&A when the user names a single firm. Example: get_firm_score({"slug":"apex-trader-funding"}) or get_firm_score({"slug":"topstep"}).

Input parameters:

- `slug` (string, required): Firm slug, for example apex-trader-funding, topstep, take-profit-trader, or tradeify.

### `compare_firms` (~35 tokens)

Compare several prop firms side by side using PropScorer metrics.

Input parameters:

- `slugs` (array, required): Firm slugs to compare.

### `get_payout_intel` (~40 tokens)

Return payout-related intelligence for one firm, including payout speed, transparency, and payout stats when available.

Input parameters:

- `slug` (string, required): Firm slug.

### `rank_firms_for_trader_profile` (~122 tokens)

Rank firms for a trader profile using price, account size, payout, platform, and rule preferences.

Input parameters:

- `category` (string)
- `daily_payouts` (boolean): Prefer firms with daily payouts.
- `limit` (number)
- `max_price` (number): Maximum challenge price.
- `min_account_size` (number): Minimum account size.
- `one_day_pass` (boolean): Prefer firms with one-day-pass rules.
- `platform` (string): Preferred platform, for example Tradovate, NinjaTrader, TradingView.

### `get_deals` (~41 tokens)

Get currently visible PropScorer promo codes and deals, ranked by discount and public availability.

Input parameters:

- `category` (string)
- `limit` (number)

### `ask_propfirm_question` (~122 tokens)

Answer a complex prop firm question with PropScorer live data, KB-backed source context, citations, and freshness/debug metadata. Use for multi-firm comparisons or nuanced rules questions; use get_firm_score first for a simple single-firm score lookup.

Input parameters:

- `firm_slug` (string): Optional firm slug to restrict retrieval.
- `include_raw_sources` (boolean): Include retrieved source excerpts for audit/debug use.
- `limit` (number)
- `question` (string, required): Question about prop firm rules, pricing, payouts, terms, restrictions, or comparisons.

### `get_firm_rules` (~58 tokens)

Return KB-backed rules, pricing, payout, FAQ, and terms excerpts for one firm, with source URLs and freshness metadata.

Input parameters:

- `category` (string)
- `limit` (number)
- `slug` (string, required): Firm slug.

### `compare_firm_rules` (~86 tokens)

Retrieve KB-backed rule excerpts for multiple firms so an agent can compare drawdown, payouts, consistency, news trading, and prohibited practices.

Input parameters:

- `limit_per_firm` (number)
- `question` (string): Optional comparison focus, for example news trading, drawdown, payouts, EAs, copy trading.
- `slugs` (array, required): Firm slugs to compare.

### `find_firms_by_rules` (~60 tokens)

Search the KB for firms matching a rule preference, such as static drawdown, news trading allowed, daily payouts, or no consistency rule.

Input parameters:

- `limit` (number)
- `query` (string, required): Rule preference or restriction to search for.

### `get_kb_freshness` (~46 tokens)

Return knowledge base coverage and freshness for one or more firms.

Input parameters:

- `slugs` (array): Optional firm slugs. Omit to inspect all firms with KB rows.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/r2hb-assistant-propscorer/api-mcp#diagnostics

## Score history

- 2026-08-09: 57
- 2026-08-08: 56

## Links

- Remote endpoint: https://www.propscorer.com/api/mcp
- Repository: https://github.com/r2hb-assistant/propscorer
- Website: https://www.propscorer.com/ai-agents
- Changelog RSS feed: https://verifymcp.io/servers/r2hb-assistant-propscorer/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/r2hb-assistant-propscorer/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/r2hb-assistant-propscorer/api-mcp
