Skip to content

Core

Free

by MCP Community

MCP tool schema linting and quality scoring engine

v0.2.0Added Apr 12, 2026
mcpmodel-context-protocollintingtool-schemavalidation
Works with:ClaudeGPTGeminiCopilot

Core MCP Server

MCP tool schema linting and quality scoring engine

Installation

npx -y @toolspec/core

Reviews

Leave a Review

Installation

Quick install
npx -y @toolspec/core
Add to claude_desktop_config.json
{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": ["-y", "@toolspec/core"]
    }
  }
}