PluginBench
MCP Server

io.github.TheMemeBanker/nory-mcp-server MCP Server

io.github.TheMemeBanker/nory-mcp-server

What is the io.github.TheMemeBanker/nory-mcp-server MCP server?

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

How to install io.github.TheMemeBanker/nory-mcp-server

Copy-paste configuration for popular MCP clients.

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

    Your Solana wallet private key for making payments

  • NORY_API_URL

    Nory API endpoint (default: https://api.noryx402.com)

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

Related MCP servers

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

View repository →