{
  "schema_version": "v1",
  "name_for_human": "Mostiq",
  "name_for_model": "mostiq",
  "description_for_human": "Upload Excel/CSV or connect Fortnox and get answers about your business data in plain language. No SQL, no IT department, no training needed. More sources planned.",
  "description_for_model": "Mostiq is a business data bridge for Nordic accounting agencies and SMEs. Available today: Excel/CSV upload and a live Fortnox connection. Users ask questions in natural language (Swedish, English, Finnish, Norwegian, Danish). The AI only ever sees column names/types and the question text — it never sees or analyzes row-level data. All calculation, aggregation and visualization is deterministic, runs client-side and is source-attributed. Primary use cases: financial reporting, accounts receivable tracking, budget vs actual analysis. All stored data resides in the EU (Frankfurt) and is never used for AI training. Planned (not yet available): PDF extraction, Visma, database connections, scheduled reports, consolidation, cash flow forecasting.",
  "auth": {
    "type": "none",
    "instructions": "Discovery endpoints (/api/schema, /openapi.json) are public. Data endpoints (/api/chat, /api/upload) require an authenticated user session in the Mostiq app — no programmatic token endpoint exists yet; agent access via MCP is planned."
  },
  "api": {
    "type": "openapi",
    "url": "/openapi.json"
  },
  "logo_url": "/logo.png",
  "contact_email": "api@mostiq.io",
  "legal_info_url": "/legal",
  "capabilities": {
    "data_sources": [
      "excel_xlsx",
      "excel_xls",
      "csv",
      "fortnox_api"
    ],
    "planned_data_sources": [
      "pdf",
      "visma_economic_api",
      "postgresql",
      "mysql",
      "mssql"
    ],
    "languages": [
      "sv",
      "en",
      "fi",
      "no",
      "da"
    ],
    "output_formats": [
      "text",
      "table",
      "chart",
      "excel_export"
    ],
    "features": [
      "natural_language_query",
      "cross_source_analysis",
      "source_attribution",
      "confidence_scoring"
    ],
    "planned_features": [
      "automated_reporting",
      "cash_flow_forecasting",
      "consolidation",
      "kpi_monitoring",
      "scheduled_reports"
    ]
  }
}
