{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "io.github.PayRam/payram-helper-mcp",
    "title": "PayRam Helper MCP Server",
    "version": "1.1.0",
    "description": "Remote MCP server for deploying and operating self-hosted PayRam payment gateways. Create invoices, monitor on-chain deposits, manage payouts, and sweep settled funds to cold storage — autonomously. Deposit wallet keys never on server — fund movement enforced on-chain by smart contracts.",
    "icon": "https://payram.com/icon.svg",
    "homepage": "https://mcp.payram.com",
    "documentation": "https://docs.payram.com",
    "repository": "https://github.com/PayRam/payram-mcp",
    "vendor": {
      "name": "PayRam",
      "url": "https://payram.com"
    },
    "license": {
      "name": "MIT",
      "url": "https://github.com/PayRam/payram-mcp/blob/main/LICENSE"
    }
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.payram.com/mcp",
    "alternatives": [
      { "type": "streamable-http", "endpoint": "https://mcp.payram.com/" },
      { "type": "sse", "endpoint": "https://mcp.payram.com/mcp/sse" }
    ]
  },
  "capabilities": {
    "tools": { "listChanged": true },
    "resources": { "listChanged": true, "subscribe": false },
    "prompts": { "listChanged": true },
    "logging": {}
  },
  "links": [
    { "rel": "service-doc", "href": "https://docs.payram.com", "type": "text/html" },
    { "rel": "related", "href": "https://payram.com/llms.txt", "type": "text/plain", "title": "LLM-friendly product summary" },
    { "rel": "related", "href": "https://mcp.payram.com/.well-known/agent-skills/index.json", "type": "application/json", "title": "Agent Skills Index" },
    { "rel": "related", "href": "https://payram.com/agentic", "type": "text/html", "title": "AI Agent Payment Gateway" },
    { "rel": "related", "href": "https://payram.com/openclaw", "type": "text/html", "title": "OpenClaw + PayRam Integration" }
  ]
}
