Sponsored by Deepsite.site

Prompt Quality Score

Created By
OnChainAIIntel7 days ago
PQS is the fastest way to get better output from any AI model. Score any prompt before it hits the model. Get a grade (A-F), score out of 80, percentile, and dimension breakdown across 8 quality dimensions. Built on PEEM, RAGAS, MT-Bench, G-Eval, and ROUGE frameworks. Pre-flight, not post-hoc. The AI input quality problem is real. PQS solves it. MCP Tools: - score_prompt: Free. Grade and percentile for any prompt. No API key needed. - optimize_prompt: $0.025 USDC. Returns optimized prompt with full dimension breakdown. - compare_models: $1.25 USDC. Side-by-side scoring across multiple models. HTTP API (x402-native on Base): - /api/score/free: Free. Grade and percentile, no payment required. - /api/score: $0.025 USDC. Single score, pay-per-call. - /api/score/full: $0.125 USDC. Grade, percentile, dimension breakdown, and rewrite. - /api/score/batch: $0.25 USDC. Score multiple prompts in a single call. - /api/score/compare: $1.25 USDC. Multi-model side-by-side scoring. - /api/preflight: $0.05 USDC. Lightweight pre-flight quality check. Paste a prompt. Get an optimized version. Ship better work. Cheaper than one bad prompt.
Overview

smithery badge GitHub Marketplace pqs-mcp-server MCP server

PQS MCP Server

The world's first named AI prompt quality score — as an MCP server.

Score, optimize, and compare LLM prompts before they hit any model. Built on PEEM, RAGAS, G-Eval, and MT-Bench frameworks.

Install

Claude Desktop

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "pqs": {
      "command": "npx",
      "args": ["pqs-mcp-server"]
    }
  }
}

Smithery

smithery mcp add onchaintel/pqs

Tools

score_prompt (Free — no API key needed)

Score any prompt before it hits any model. Returns grade A-F, score out of 40, and percentile.

Example output:

{
  "pqs_version": "1.0",
  "prompt": "analyze this wallet",
  "vertical": "crypto",
  "score": 8,
  "out_of": 40,
  "grade": "D",
  "upgrade": "Get full dimension breakdown at /api/score for $0.025 USDC via x402",
  "powered_by": "PQS — pqs.onchainintel.net"
}

optimize_prompt ($0.025 USDC via x402)

Score AND optimize any prompt. Returns full 8-dimension breakdown + optimized version.

Requires: PQS API key (get one free at pqs.onchainintel.net)

compare_models ($1.25 USDC via x402)

Compare Claude vs GPT-4o on the same prompt. Judged by a third model. Returns winner, scores, and recommendation.

Requires: PQS API key (get one free at pqs.onchainintel.net)

Verticals

Specify the domain context for more accurate scoring:

  • software — Software engineering, code, debugging
  • content — Content creation, copywriting, social media
  • business — Business analysis, finance, strategy
  • education — Education, research, academic writing
  • science — Scientific research, data analysis
  • crypto — Crypto trading, DeFi, onchain analysis
  • general — General purpose (default)

Quality Gate Pattern

Use PQS as a pre-inference quality gate:

const score = await fetch("https://pqs.onchainintel.net/api/score/free", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ prompt: userPrompt, vertical: "software" })
});
const { score: pqsScore } = await score.json();
if (pqsScore < 28) throw new Error("Prompt quality too low — improve and retry");

Grade D or below (< 28/40) means the prompt will waste inference spend.

Built by

John / OnChainIntel — @OnChainAIIntel
pqs.onchainintel.net

Server Config

{
  "mcpServers": {
    "pqs": {
      "url": "https://promptqualityscore.com/api/mcp"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Amap Maps高德地图官方 MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
ChatWiseThe second fastest AI chatbot™
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
DeepChatYour AI Partner on Desktop
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Tavily Mcp
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.