ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Environment Consistency Validator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. A diagnostic capability to verify development environments against expected configurations.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 5 capabilities

The complete Environment Consistency Validator capability set.

These are the exact actions your AI can choose when you ask it to work with Environment Consistency Validator.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 5 available through Environment Consistency Validator.

  1. 01

    Validate database schema

    Confirms the database schema version matches the application's expectation

  2. 02

    Validate environment variables

    Checks for the existence of necessary environment variable keys

  3. 03

    Compute environment health

    Aggregates all validation results to provide a high-level consistency report

Capability set02 / 02

04-05

2 capabilities in this set.

Part of 5 available through Environment Consistency Validator.

  1. 04

    Validate package dependencies

    Verifies that specific project dependencies match the expected versions defined in the lockfile

  2. 05

    Validate runtime environment

    G. Node.js) satisfies a given semver constraint. Checks if the current system runtime meets the required version constraints

Observed, not estimated

832ms average. Fast in production.

Environment Consistency Validator is checked daily against the live service.

Daily averagePeak 1004ms
Aug 23Today
Fastest day
751ms
Slowest day
1004ms
14-day trend
Improving-12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 5 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Environment Consistency Validator, so you can see the experience inside your AI.

It does not authenticate your account with Environment Consistency Validator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Environment Consistency Validator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_IIGhsGg53XegEknpgGnwrwUK5fGIlYOSfiFwhCeL/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Environment Consistency Validator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "environment-consistency-validator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_IIGhsGg53XegEknpgGnwrwUK5fGIlYOSfiFwhCeL/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Environment Consistency Validator owners ask.

  • 01

    What does this capability validate?

    It validates the system runtime version, project dependencies in lockfiles, the existence of environment variables, and the database schema version.

  • 02

    How is the consistency score calculated?

    The score is the ratio of successful checks (runtime, packages, environment variables, and schema) to the total number of checks performed.

  • 03

    Does it check the values of environment variables?

    No, it only checks if the required environment variable keys exist in the current process.