{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "rentemester",
    "title": "Rentemester MCP Server",
    "version": "0.1.0"
  },
  "description": "Local-first MCP tools for Rentemester, an MIT-licensed open source bookkeeping system for small Danish businesses. The public website advertises the project and installable MCP surface; it is not a hosted bookkeeping API.",
  "documentationUrl": "https://rentemester.dk/docs/installation",
  "iconUrl": "https://rentemester.dk/favicon.svg",
  "transport": {
    "type": "stdio",
    "command": "bun",
    "args": ["run", "src/mcp/server.ts"],
    "source": "https://github.com/mikkelkrogsholm/rentemester"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    }
  },
  "auth": {
    "type": "none",
    "note": "The current MCP surface runs locally against user-owned files and SQLite data."
  },
  "legal": {
    "license": "MIT",
    "privacyPolicy": "https://rentemester.dk/privatlivspolitik"
  }
}
