Vale MCP Server
Related Servers
Alternatives to Vale MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with the ability to lint, validate, and auto-fix Markdown files to ensure compliance with established Markdown standards and best practices.6MIT
- AlicenseNot gradedqualityDmaintenanceProvides RuboCop and Rails linting capabilities to AI assistants like Claude and Cursor, allowing them to lint, auto-correct, and manage Ruby code style violations.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to perform comprehensive code quality checks including pylint, pytest, and mypy analysis on Python projects, with smart prompts for explaining issues and suggesting fixes.18MIT
- AlicenseAqualityAmaintenanceEnables AI coding assistants to validate HTML/CSS markup using W3C APIs, perform technical SEO audits, check broken links, and validate JSON-LD schemas directly in local workspaces.2816 npm7MIT
- AlicenseBqualityDmaintenanceProvides AI assistants with VS Code integration for file operations, command execution, project analysis, and development workflow automation.29MIT
- AlicenseAqualityDmaintenanceEnables AI coding assistants like Claude Code to perform real-time code linting and get violation summaries from tools such as ESLint, Stylelint, P3C, and Checkstyle via a local server.365 npmApache 2.0
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: check_file performs linting, vale_status checks installation status, and vale_sync downloads styles. There is no overlap in functionality, making it easy for an agent to select the correct tool based on the task at hand.
All tool names follow a consistent verb_noun pattern with snake_case: check_file, vale_status, and vale_sync. The naming is predictable and readable, with no deviations in style or convention.
With 3 tools, the server is well-scoped for its purpose of Vale integration. Each tool earns its place by covering essential functions: installation check, style management, and linting, avoiding unnecessary complexity or redundancy.
The tool surface provides complete coverage for the Vale domain: vale_status handles setup verification, vale_sync manages style dependencies, and check_file performs the core linting operation. There are no obvious gaps, ensuring agents can handle the full workflow from installation to linting.