# io.github.OnChainAIIntel/pqs-mcp-server (npm · pqs-mcp-server)

PQS scores any prompt before the model runs. 8 dimensions. 5 frameworks. Pre-flight, not post-hoc.

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

## Components

- remote · `promptqualityscore.com`: 60/100, [markdown](https://verifymcp.io/servers/onchainaiintel-pqs-mcp-server/api-mcp.md), [page](https://verifymcp.io/servers/onchainaiintel-pqs-mcp-server/api-mcp)
- npm · `pqs-mcp-server`: 65/100 (this document), [markdown](https://verifymcp.io/servers/onchainaiintel-pqs-mcp-server/pqs-mcp-server.md), [page](https://verifymcp.io/servers/onchainaiintel-pqs-mcp-server/pqs-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `pqs-mcp-server`
- Version: `1.4.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-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
- **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 68 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 55/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 736 tokens (~368/item across 2 items; 2 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 onchainaiintel-pqs-mcp-server -- npx -y pqs-mcp-server
```

### Codex

```bash
codex mcp add onchainaiintel-pqs-mcp-server -- npx -y pqs-mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add onchainaiintel-pqs-mcp-server --command npx --arg -y --arg pqs-mcp-server
```

### Hermes

```yaml
mcp_servers:
  onchainaiintel-pqs-mcp-server:
    command: "npx"
    args: ["-y", "pqs-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "onchainaiintel-pqs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pqs-mcp-server"
      ]
    }
  }
}
```

## 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 65, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 18, −6)

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

### 2026-07-30 (score 24, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 42, +18)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (2)

### `score_prompt` (~310 tokens)

Score a prompt's quality across 8 dimensions BEFORE sending it to an expensive
model. Returns a 0-80 score, an A-F grade, the per-dimension breakdown
(clarity, specificity, context, constraints, output_format, role_definition,
examples, cot_structure), and the weakest dimension.

USE WHEN:
\- The user is workshopping a prompt and asks "is this good?" / "will this
  work?" / "should I add more detail?"
\- The user is about to send a long or expensive prompt to GPT-4, Claude Opus,
  or any frontier model, especially in a batch or automation context where
  rework is costly.
\- The user mentions iterating on a prompt that produced poor output and wants
  to diagnose what's missing.
\- The user pastes a prompt and asks for feedback on it.

DO NOT USE WHEN:
\- The user is asking you to write a prompt for them (write it yourself first,
  then optionally call score_prompt to verify).
\- The prompt is conversational chat (this scores task-shaped prompts).

COST: Free, no API key required. Rate-limited per IP: 5/min, 10/day, 100/month.
If the user exceeds the limit, the response will include a structured upgrade
path with subscribe and account URLs.

LATENCY: ~2 seconds.

Input parameters:

- `prompt` (string, required): The prompt text to score. Single prompt, not a conversation. Max 8000 characters.

### `optimize_prompt` (~426 tokens)

Rewrite a prompt to score higher on the PQS rubric, AND show before/after
output comparisons so the user can see the impact. Returns the optimized
prompt, the original PQS score, the optimized PQS score, and side-by-side
sample outputs from a frontier model using both versions.

USE WHEN:
\- The user got a low score from score_prompt and asks how to improve.
\- The user explicitly asks to "improve" / "rewrite" / "fix" / "optimize" a
  prompt they pasted.
\- The user is dissatisfied with output quality from a previous prompt and
  asks how to get better results.
\- score_prompt returned a suggestion to invoke this tool.

DO NOT USE WHEN:
\- The user just asked for a score (use score_prompt only — don't double up).
\- The user wants you to write a new prompt from scratch (write it directly).

REQUIRES: A PQS API key from a Pro subscription ($19.99/month, 1,000 calls/mo,
includes batch + A/B comparison). If the user has not provided one, the tool
returns a clear subscription URL — pass that response to the user verbatim.
Do not invent or guess API keys. There is no free trial of this tool; the
user must subscribe before the first call.

COST: Counted against your Pro subscription's monthly call quota.

LATENCY: ~6-8 seconds.

Input parameters:

- `api_key` (string): PQS API key from a Pro subscription. Required. Format: pqs_live_… (32+ characters). Subscribe at https://promptqualityscore.com/pricing?utm_source=mcp&utm_medium=schema_description_v140&utm_campaign=…
- `prompt` (string, required): The prompt to optimize. Max 8000 characters.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 24
- 2026-07-28: 42
- 2026-07-27: 24

## Links

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