inboxvalid-mcp-server

aayusharmaaa/inboxvalid-mcp-server
★ 0 stars TypeScript Communication Updated 4d ago
MCP server exposing verify_email for Tvaram/InboxValid
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "inboxvalid-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "aayusharmaaa/inboxvalid-mcp-server"
      ]
    }
  }
}