← Back to browse

mcp

Indexed by com.solinkify

About

Pay for x402 paywalls, datasets, and store checkouts on Solana, behind hard spending caps.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSOLINKIFY_WALLET_PATH SOLINKIFY_MAX_PAYMENT_USD SOLINKIFY_DAILY_CAP_USD SOLINKIFY_OWNER_WALLET SOLINKIFY_NETWORK SOLANA_RPC_URL
Claude Code
claude mcp add --env SOLINKIFY_WALLET_PATH= --env SOLINKIFY_MAX_PAYMENT_USD= --env SOLINKIFY_DAILY_CAP_USD= --env SOLINKIFY_OWNER_WALLET= --env SOLINKIFY_NETWORK= --env SOLANA_RPC_URL= mcp -- npx @solinkify/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp","command":"npx","args":["@solinkify/mcp"],"env":{"SOLINKIFY_WALLET_PATH":"","SOLINKIFY_MAX_PAYMENT_USD":"","SOLINKIFY_DAILY_CAP_USD":"","SOLINKIFY_OWNER_WALLET":"","SOLINKIFY_NETWORK":"","SOLANA_RPC_URL":""}}'
JSON
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "@solinkify/mcp"
      ],
      "env": {
        "SOLINKIFY_WALLET_PATH": "",
        "SOLINKIFY_MAX_PAYMENT_USD": "",
        "SOLINKIFY_DAILY_CAP_USD": "",
        "SOLINKIFY_OWNER_WALLET": "",
        "SOLINKIFY_NETWORK": "",
        "SOLANA_RPC_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.