← Back to Plugins
MCP Server MCP

io.github.TheMemeBanker/nory-x402

github By github 👁 1 views ▲ 0 votes

Give any AI agent instant payment capabilities via x402 protocol on Solana

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nory-mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Solana wallet private key for making payments",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NORY_WALLET_KEY"
        },
        {
          "description": "Nory API endpoint (default: https://api.noryx402.com)",
          "format": "string",
          "name": "NORY_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...