Odel
suverse mcp

suverse mcp

Local
@sudzikcoin2TypeScriptMITUpdated 2mo ago

Pay-per-call x402 tools: crypto market pulse, wallet reputation, token check, endpoint search.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@suverselabs/mcp-serverv0.2.2

Run

npx -y @suverselabs/mcp-server

MCP client config

{
  "mcpServers": {
    "suverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suverselabs/mcp-server"
      ]
    }
  }
}