Serversio.github.leocelis/ivd
I

Intent-Verified Development (IVD)

io.github.leocelis/ivd · v3.1.0
● Remote
v3.1.0remote🌐 https://mcp.ivdframework.dev/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.leocelis/ivd",
  "description": "28 tools that make AI write, implement, and verify structured intent — so hallucinations get caught.",
  "title": "Intent-Verified Development (IVD)",
  "repository": {
    "url": "https://github.com/leocelis/ivd",
    "source": "github",
    "id": "1152298213"
  },
  "version": "3.1.0",
  "websiteUrl": "https://ivdframework.dev",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.ivdframework.dev/mcp",
      "headers": [
        {
          "description": "API key for the IVD hosted server. Request one at https://ivdframework.dev.",
          "isRequired": true,
          "format": "string",
          "value": "Bearer {api_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your IVD API key. Request one at https://ivdframework.dev.",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}