# XCREENER (npm · @xcreener/mcp)

Local stdio MCP bridge for XCREENER's XQL screener API — validate, explain, and run queries.

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

## Components

- npm · `@xcreener/mcp`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-xcreener-xcreener-mcp/xcreener-mcp.md), [page](https://verifymcp.io/servers/com-xcreener-xcreener-mcp/xcreener-mcp)

## Channel facts

- Registry: `npm`
- Package: `@xcreener/mcp`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-15.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 506 tokens (~126/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-xcreener-xcreener-mcp -- npx -y @xcreener/mcp
```

### Codex

```bash
codex mcp add com-xcreener-xcreener-mcp -- npx -y @xcreener/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-xcreener-xcreener-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@xcreener/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-xcreener-xcreener-mcp --command npx --arg -y --arg @xcreener/mcp
```

### Hermes

```yaml
mcp_servers:
  com-xcreener-xcreener-mcp:
    command: "npx"
    args: ["-y", "@xcreener/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-xcreener-xcreener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xcreener/mcp"
      ]
    }
  }
}
```

## 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-15 (score 74, +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-14 (score 73, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-11 (score 70, +2)

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

### 2026-08-07 (score 68)

First indexed and scored.

## MCP tools (4)

### `xql_validate` (~39 tokens)

Validate XQL query text by parsing and planning it, without executing it against live data.

Input parameters:

- `query` (string, required): Raw XQL query text

### `xql_explain` (~40 tokens)

Parse and plan an XQL query, returning its execution plan and a human-readable explanation.

Input parameters:

- `query` (string, required): Raw XQL query text

### `xql_run` (~63 tokens)

Parse, plan, and execute an XQL query against live market data, returning matching instruments. Call xql_validate on the query first to catch syntax errors before spending a live-data round trip on this call.

Input parameters:

- `query` (string, required): Raw XQL query text

### `xql_nl_reference` (~93 tokens)

Fetch the XQL natural-language reference document, mapping retail-trader phrasing to valid XQL syntax and documenting hard limits (300-bar lookback ceiling, closed market/timeframe enums, the atr no-source-argument exception, etc.). Call this before writing a query, or after xql_validate/xql_explain/xql_run returns isError: true, to see the exact construct you likely got wrong.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-xcreener-xcreener-mcp/xcreener-mcp#diagnostics

## Score history

- 2026-08-15: 74
- 2026-08-14: 73
- 2026-08-13: 70
- 2026-08-12: 70
- 2026-08-11: 70
- 2026-08-10: 68
- 2026-08-09: 68
- 2026-08-08: 68
- 2026-08-07: 68

## Links

- npm package: https://www.npmjs.com/package/@xcreener/mcp
- Socket report: https://socket.dev/npm/package/@xcreener/mcp
- Repository: https://github.com/xcreener/xcreener-mcp
- Website: https://xcreener.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-xcreener-xcreener-mcp/xcreener-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-xcreener-xcreener-mcp/xcreener-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-xcreener-xcreener-mcp/xcreener-mcp
