Skip to content
Claude Desktop

agent skill for Claude Desktop

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

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

client:Claude Desktop transport:streamable-http

Install agent skill in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-skill": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.deepidv.com/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agent skill in other clients