Skip to content
Grok

agent skill for Grok

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

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

client:Grok transport:streamable-http

Install agent skill in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agent skill in other clients