Skip to content
VS Code

agent skill for VS Code

io.github.deep-identity-inc/agent-skill

An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

client:VS Code transport:streamable-http

Install agent skill in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-skill": {
      "type": "http",
      "url": "https://mcp.deepidv.com/v1/mcp"
    }
  }
}

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

agent skill in other clients