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_URLOverride 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-scanRelated MCP servers
Agentic Platform
Maintained
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
1
View repository →Python
MIT