supership scan for Cursor
io.github.andysalvo/supership-scan
Buy any x402 API or data on Base, Solana, Polygon. No wallet on the seller's chain. For AI agents.
client:Cursor
transport:stdio
runtime:npm
Install supership scan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"supership-scan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"supership-scan"
],
"env": {
"SUPERSHIP_URL": "<SUPERSHIP_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs