{
  "schema_version": "0.1",
  "name": "relexable",
  "display_name": "Relexable",
  "description": "MCP discovery hint for Relexable. A public Model Context Protocol server is on the roadmap but not yet live. This file documents the planned surface so AI agents and IDEs can prepare integrations.",
  "status": "planned",
  "vendor": {
    "name": "Relexable",
    "url": "https://relexable.de",
    "contact": "support@relexable.de",
    "partner_verification_url": "https://www.lexware.de/partner/relexable/"
  },
  "transport": {
    "type": "streamable-http",
    "url": null,
    "note": "Will be published at https://api.relexable.de/mcp once GA. Updates announced on https://relexable.de/changelog."
  },
  "auth": {
    "type": "oauth2",
    "note": "Workspace-scoped OAuth tokens; no anonymous tools."
  },
  "planned_tools": [
    {
      "name": "list_open_quotes",
      "description": "List the authenticated workspace's open Lexware quotes."
    },
    {
      "name": "get_invoice_status",
      "description": "Return the dunning stage and payment status of a Lexware invoice by number."
    },
    {
      "name": "create_quote_draft",
      "description": "Hand a project description to the Relex Agent and receive a Lexware quote draft."
    },
    {
      "name": "list_overdue_invoices",
      "description": "Return all overdue invoices currently in the dunning engine."
    }
  ],
  "discovery": {
    "homepage": "https://relexable.de",
    "for_ai_agents": "https://relexable.de/for-ai-agents",
    "openapi": "https://relexable.de/openapi.json",
    "llms_txt": "https://relexable.de/llms.txt"
  }
}
