All MCP servers

PayRam Helper MCP Server

Official
by Api.AirforceStreamable HTTPCloud & Infrastructure0156

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

mcpopen-sourcecloud-infrastructure

Endpoint

POST https://mcp.payram.com/

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "payram-helper-mcp-server-impf3fd5": {
      "url": "https://mcp.payram.com/",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}