PluginBench
MCP Server
Active

io.github.andysalvo/supership-scan MCP Server

io.github.andysalvo/supership-scan

What is the io.github.andysalvo/supership-scan MCP server?

Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents.

How to install io.github.andysalvo/supership-scan

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SUPERSHIP_URL

    Override the hosted supership endpoint the server proxies (optional; defaults to https://supership.crestsystems.ai)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "supership-scan": {
      "command": "npx",
      "args": [
        "-y",
        "supership-scan"
      ],
      "env": {
        "SUPERSHIP_URL": "<YOUR_SUPERSHIP_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "supership-scan": {
      "command": "npx",
      "args": [
        "-y",
        "supership-scan"
      ],
      "env": {
        "SUPERSHIP_URL": "<YOUR_SUPERSHIP_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "supership-scan": {
      "command": "npx",
      "args": [
        "-y",
        "supership-scan"
      ],
      "env": {
        "SUPERSHIP_URL": "<YOUR_SUPERSHIP_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "supership-scan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "supership-scan"
      ],
      "env": {
        "SUPERSHIP_URL": "<YOUR_SUPERSHIP_URL>"
      }
    }
  }
}
Claude Code
claude mcp add supership-scan --env SUPERSHIP_URL=<YOUR_SUPERSHIP_URL> -- npx -y supership-scan

Related MCP servers

Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.

1
Python
MIT
View repository →