Universal-Standard-MCP-Server

Universal-Standard/Universal-Standard-MCP-Server
★ 0 stars JavaScript Browser/Web Updated 3d ago
Repository for https://replit.com/@rootgov/us-spurs-advanced-mcp-serve
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": {
    "universal-standard-m": {
      "command": "npx",
      "args": [
        "-y",
        "Universal-Standard/Universal-Standard-MCP-Server"
      ]
    }
  }
}