{
  "name": "Nolus Protocol",
  "version": "1.0.0",
  "description": "Informational agent card for the Nolus Protocol marketing site. Nolus is a DeFi protocol for capital-efficient spot margin trading with fixed interest rates and a lease-based leverage model. For programmatic interaction, use the Nolus.js MCP server (https://github.com/nolus-protocol/nolus.js#mcp-server) or the read-only REST API at https://app.nolus.io/api/.",
  "url": "https://nolus.io/",
  "provider": {
    "organization": "Nolus Protocol",
    "url": "https://nolus.io/"
  },
  "documentationUrl": "https://nolus.io/Nolus-Whitepaper.pdf",
  "supportedInterfaces": [
    {
      "url": "https://nolus.io/",
      "transport": "https",
      "protocol": "http-markdown",
      "description": "Marketing site with Markdown content negotiation (Accept: text/markdown)",
      "contentType": "text/markdown"
    },
    {
      "url": "https://app.nolus.io/api/",
      "transport": "https",
      "protocol": "rest",
      "description": "REST API on the webapp (OpenAPI 3.1)",
      "contentType": "application/json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "read-protocol-metadata",
      "name": "Read protocol metadata",
      "description": "Fetch Nolus Protocol documentation, whitepaper, and marketing content via HTTP with Markdown content negotiation (Accept: text/markdown).",
      "tags": ["defi", "documentation", "markdown", "read-only"],
      "examples": [
        "What is Nolus Protocol?",
        "How does Nolus's lease-based margin work?",
        "What is the NLS token used for?"
      ]
    },
    {
      "id": "read-protocol-data",
      "name": "Read live protocol data",
      "description": "Fetch live protocol data (prices, leases, pools, staking, governance) via the REST API on app.nolus.io. See https://nolus.io/.well-known/agent-skills/index.json for the skills manifest.",
      "tags": ["defi", "rest-api", "read-only"],
      "examples": [
        "What is the current APR on Nolus?",
        "What assets does Nolus support?",
        "What are the active leverage leases?"
      ]
    }
  ]
}
