HomeOther › PayRam Helper MCP Server

PayRam Helper MCP Server

Remote MCP server to integrate and validate self-hosted PayRam deployments.

TypeScript Remote
★ 156 stars Last pushed 2026-08-19

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.payram.com/ Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http payram-mcp https://mcp.payram.com/

Or add to your MCP client config:

{
  "mcpServers": {
    "payram-mcp": {
      "url": "https://mcp.payram.com/"
    }
  }
}

Remote (streamable-http)

https://mcp.payram.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http payram-mcp https://mcp.payram.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "payram-mcp": {
      "url": "https://mcp.payram.com/mcp"
    }
  }
}

Remote (sse)

https://mcp.payram.com/mcp/sse HTTP 405 when checked 2026-09-24

Claude Code:

claude mcp add --transport sse payram-mcp https://mcp.payram.com/mcp/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "payram-mcp": {
      "url": "https://mcp.payram.com/mcp/sse"
    }
  }
}

Related servers

Data from the Official MCP Registry