MCP_Server

Harsh-Codes-382/MCP_Server
★ 0 stars Unknown language AI/LLM Updated today
This is a MCP server for LLM to call this as a tool
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": {
    "mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "Harsh-Codes-382/MCP_Server"
      ]
    }
  }
}