# Pariflow Agent (npm · @pariflow-market/mcp)

Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders.

- Trust score: 72/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@pariflow-market/mcp`
- Version: `0.1.0`
- 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-09-25.

- **Supply Chain Security**: 98/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.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 6/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license.
  - Actively maintained (last published 37 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 80/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1235 tokens (~88/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 80/100
  - Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Pariflow Agent MCP server?

Pariflow Agent runs locally as an npm package, launched with npx -y @pariflow-market/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-pariflow-agent -- npx -y @pariflow-market/mcp
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "com-pariflow-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@pariflow-market/mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-pariflow-agent -- npx -y @pariflow-market/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-pariflow-agent --command npx --arg -y --arg @pariflow-market/mcp
```

### Hermes

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

### Netclaw

```json
{
  "McpServers": {
    "com-pariflow-agent": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@pariflow-market/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-pariflow-agent -t stdio -c npx -a -y @pariflow-market/mcp
```

### Other

```json
{
  "mcpServers": {
    "com-pariflow-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@pariflow-market/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-09-25 (score 72, −2)

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

### 2026-09-24 (score 74, 0)

- [security] Stability: 0.97 → pass

### 2026-09-23 (score 74, +1)

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

### 2026-09-20 (score 73, +1)

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

### 2026-09-18 (score 72, −2)

- [functional] Stability: pass → 0.80

### 2026-09-17 (score 74, 0)

- [security] Stability: 0.97 → pass

### 2026-09-16 (score 74, +1)

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

### 2026-09-13 (score 73, +1)

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

## MCP tools (14)

### `get_started` (~26 tokens)

Get Started

Return the recommended Pariflow Agent MCP onboarding prompts, safe flow, and response rules.

### `get_top_trades` (~62 tokens)

Get Top Trades

Return the largest whale-alert or Pariflow market trades for a date.

Input parameters:

- `accountType` (string)
- `date` (string)
- `limit` (integer)
- `minAmount` (integer)
- `source` (string)

### `search_markets` (~43 tokens)

Search Markets

Search Pariflow markets by team, league, slug, or market text. Returns candidates only.

Input parameters:

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

### `resolve_market` (~95 tokens)

Resolve Market

Resolve external event/outcome text to Pariflow event and outcome candidates. Returns exact ids only; never executes trades.

Input parameters:

- `eventId` (string)
- `externalEventTitle` (string)
- `externalOutcome` (string)
- `externalPrice` (number)
- `limit` (integer)
- `q` (string)
- `side` (string)
- `whaleTradeId` (string)

### `prepare_trade_target` (~109 tokens)

Prepare Trade Target

Create or map a missing Pariflow outcome for a trusted whale print or high-confidence exact event match, then return an exact preview_trade target. Requires trade permission; never executes orders.

Input parameters:

- `eventId` (string)
- `externalEventTitle` (string)
- `externalOutcome` (string)
- `externalPrice` (number)
- `limit` (integer)
- `q` (string)
- `side` (string)
- `whaleTradeId` (string)

### `get_account_summary` (~21 tokens)

Get Account Summary

Return balances, current account mode, and agent trading limits.

### `preview_trade` (~101 tokens)

Preview Trade

Preview a Pariflow trade without execution.

Input parameters:

- `accountMode` (string)
- `amount` (number, required)
- `eventId` (string, required)
- `marketId` (string)
- `option` (string)
- `orderType` (string)
- `outcomeId` (string)
- `outcomeSide` (string)
- `price` (number)
- `quoteId` (string)
- `side` (string, required)

### `place_trade` (~131 tokens)

Place Trade

Place a confirmed Pariflow trade. Requires exact market identifiers, confirm=true, and idempotencyKey.

Input parameters:

- `accountMode` (string)
- `amount` (number, required)
- `confirm` (boolean, required)
- `eventId` (string, required)
- `idempotencyKey` (string, required)
- `marketId` (string)
- `option` (string)
- `orderType` (string)
- `outcomeId` (string)
- `outcomeSide` (string)
- `price` (number)
- `quoteId` (string)
- `side` (string, required)

### `list_orders` (~56 tokens)

List Orders

List the authenticated user orders visible to this agent key.

Input parameters:

- `accountType` (string)
- `eventId` (string)
- `limit` (integer)
- `offset` (integer)
- `status` (string)

### `create_strategy` (~143 tokens)

Create Strategy

Create a persistent DEMO-only strategy draft. This does not start automation or place orders.

Input parameters:

- `accountMode` (string)
- `durationDays` (integer)
- `maxDailyNewRisk` (number)
- `maxExpiryDays` (integer)
- `maxOpenExposurePct` (number)
- `maxPositionSize` (number)
- `maxRiskPct` (number)
- `maxSignalsPerRun` (integer)
- `minRiskPct` (number)
- `minSignalAmount` (number)
- `name` (string)
- `scanIntervalMinutes` (integer)
- `slippageCents` (number)

### `start_strategy` (~52 tokens)

Start Strategy

Explicitly activate a DEMO-only strategy. Runs the first scan now by default and schedules future scans.

Input parameters:

- `confirm` (boolean, required)
- `runNow` (boolean)
- `strategyId` (string, required)

### `pause_strategy` (~34 tokens)

Pause Strategy

Pause an active strategy and clear its next scheduled scan.

Input parameters:

- `reason` (string)
- `strategyId` (string, required)

### `get_strategy_status` (~33 tokens)

Get Strategy Status

Return a strategy lifecycle status, latest run, totals, and next scheduled scan.

Input parameters:

- `strategyId` (string, required)

### `list_strategies` (~34 tokens)

List Strategies

List the authenticated account strategies and their latest run.

Input parameters:

- `limit` (integer)
- `status` (string)

## Diagnostics

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

## Score history

- 2026-09-25: 72
- 2026-09-24: 74
- 2026-09-23: 74
- 2026-09-22: 73
- 2026-09-21: 73
- 2026-09-20: 73
- 2026-09-19: 72
- 2026-09-18: 72
- 2026-09-17: 74
- 2026-09-16: 74
- 2026-09-15: 73
- 2026-09-14: 73
- 2026-09-13: 73
- 2026-09-12: 72
- 2026-09-11: 72
- 2026-09-10: 71
- 2026-09-09: 71
- 2026-09-08: 70
- 2026-09-07: 70
- 2026-09-06: 69
- 2026-09-05: 69
- 2026-09-04: 68
- 2026-09-03: 68
- 2026-09-02: 67
- 2026-09-01: 67
- 2026-08-31: 66
- 2026-08-30: 66
- 2026-08-29: 66
- 2026-08-28: 65
- 2026-08-27: 65

## Common questions

### What is the Pariflow Agent MCP server?

Pariflow Agent is an MCP server listed in the public MCP registry as com.pariflow/agent. Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders. This page covers its npm package (@pariflow-market/mcp).

### Is the Pariflow Agent MCP server safe to use?

Pariflow Agent scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Pariflow Agent MCP server expose?

Pariflow Agent exposes 14 tools: get_started, get_top_trades, search_markets, resolve_market, prepare_trade_target, and 9 more. Their descriptions and schemas cost roughly 940 tokens of context every time the server is loaded.

### Is the Pariflow Agent MCP server still maintained?

Pariflow Agent is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- npm package: https://www.npmjs.com/package/@pariflow-market/mcp
- Socket report: https://socket.dev/npm/package/@pariflow-market/mcp
- Website: https://docs.pariflow.com/developers/agent-mcp-cli
- Changelog RSS feed: https://verifymcp.io/servers/com-pariflow-agent/pariflow-market-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pariflow-agent/pariflow-market-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-pariflow-agent/pariflow-market-mcp
