Core
Freeby MCP Community
MCP tool schema linting and quality scoring engine
v0.2.0Added Apr 12, 2026
mcpmodel-context-protocollintingtool-schemavalidation
Core MCP Server
MCP tool schema linting and quality scoring engine
Installation
npx -y @toolspec/core
Reviews
Installation
Quick install
npx -y @toolspec/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@toolspec/core"]
}
}
}