{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "denaria-action-handoff",
    "title": "Denaria Action Handoff MCP",
    "version": "0.1.0"
  },
  "description": "Prepare unsigned Denaria App/PWA handoffs for user review and signing. External agents prepare QR handoffs only; they do not sign, submit, broadcast, or execute transactions.",
  "documentationUrl": "https://denaria.finance/agent-mcp.md",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.denaria.finance/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use tools/list for live capability discovery. Denaria Agent Service prepares. Denaria App/PWA verifies. The user signs. External agents do not execute.",
  "tools": [
    "dynamic"
  ],
  "resources": [],
  "prompts": [],
  "_meta": {
    "homepage": "https://denaria.finance/",
    "skillIndexUrl": "https://denaria.finance/.well-known/agent-skills/index.json",
    "skillUrl": "https://denaria.finance/skills/denaria-action-handoff.md",
    "publisher": {
      "name": "Denaria",
      "url": "https://denaria.finance/"
    },
    "authorityBoundary": [
      "Denaria Agent Service prepares.",
      "Denaria App/PWA verifies.",
      "The user signs.",
      "External agents do not execute."
    ]
  }
}