PluginBench
MCP Server

Hilt PayMe MCP Server

so.hilt/pay-me

What is the Hilt PayMe MCP server?

Wallet-approved SOL and Solana USDC payments to verified X handles, with zero custody.

How to install Hilt PayMe

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pay-me": {
      "url": "https://api.hilt.so/mcp/pay-me"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pay-me": {
      "serverUrl": "https://api.hilt.so/mcp/pay-me"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pay-me": {
      "type": "http",
      "url": "https://api.hilt.so/mcp/pay-me"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "pay-me": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.hilt.so/mcp/pay-me"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http pay-me https://api.hilt.so/mcp/pay-me

Related MCP servers

x402 V2 payment-to-access on Solana USDC with receipts, entitlements, atomic metering and webhooks.