Skip to content

dilli email validation api server for VS Code

com.dillilabs.deva/dilli-email-validation-api-server

An MCP server that provides tools to validate an email address using Dilli Email Validation API.

client:VS Code transport:streamable-http tools:1

Install dilli email validation api server in VS Code

.vscode/mcp.json

{
  "servers": {
    "dilli-email-validation-api-server": {
      "type": "http",
      "url": "https://deva.dillilabs.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

dilli email validation api server in other clients