
env-blueprint-validator
Cloudflare Workers MCP server: env-blueprint-validator
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: env-blueprint-validator
Server tool list (3)
Raw names from tools/list. Only developers need these.
| env_validate | Validate environment variables against a schema. Checks for required fields, type correctness, pattern matching, and enum constraints. |
| schema_define | Define and validate an environment variable schema. Ensures schema structure is correct before using it for validation. |
| drift_detect | Detect differences between .env and .env.example files. Identifies added, removed, and modified variables. |