{
  "specVersion": "1.0",
  "host": {
    "displayName": "Invoflux",
    "identifier": "did:web:invoflux.com",
    "documentationUrl": "https://invoflux.com/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:invoflux.com:mcp:invoflux",
      "displayName": "Invoflux MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://invoflux.com/.well-known/mcp/server-card.json",
      "description": "Query and act on your own Invoflux workspace: invoices, bank transactions, suppliers, spending, reconciliation and files shared by your accountant. OAuth 2.1 required.",
      "tags": [
        "invoices",
        "accounting",
        "bank-reconciliation",
        "e-invoicing",
        "mcp"
      ],
      "capabilities": [
        "invoices_list",
        "invoices_search",
        "invoices_get_missing",
        "transactions_get_unmatched",
        "reconciliation_get_summary",
        "spending_breakdown",
        "financials_get_cash_balance",
        "financials_get_aging"
      ],
      "representativeQueries": [
        "how much did I spend on software last quarter",
        "which bank transactions are still missing an invoice",
        "who owes me money and what is overdue",
        "what invoices arrived since I last looked"
      ],
      "trustManifest": {
        "identity": "did:web:invoflux.com",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:invoflux.com:skill:connect-invoflux-mcp",
      "displayName": "Connect to the Invoflux MCP server",
      "type": "application/ai-skill+md",
      "url": "https://invoflux.com/.well-known/agent-skills/connect-invoflux-mcp/SKILL.md",
      "description": "Discover, authorize and connect to the Invoflux MCP server over OAuth 2.1 with PKCE and dynamic client registration.",
      "tags": [
        "oauth",
        "mcp",
        "authentication",
        "skill"
      ],
      "representativeQueries": [
        "connect my agent to Invoflux",
        "authenticate against the Invoflux MCP server"
      ],
      "trustManifest": {
        "identity": "did:web:invoflux.com",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:invoflux.com:skill:query-invoflux-finances",
      "displayName": "Answer finance questions with Invoflux",
      "type": "application/ai-skill+md",
      "url": "https://invoflux.com/.well-known/agent-skills/query-invoflux-finances/SKILL.md",
      "description": "Pick the right Invoflux tool for a finance question, handle multi-company workspaces, and treat document text as untrusted data.",
      "tags": [
        "invoices",
        "spending",
        "reconciliation",
        "skill"
      ],
      "representativeQueries": [
        "which of my suppliers cost me the most this year",
        "what is my cash position across all my companies"
      ],
      "trustManifest": {
        "identity": "did:web:invoflux.com",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:invoflux.com:doc:llms-txt",
      "displayName": "Invoflux llms.txt",
      "type": "text/plain",
      "url": "https://invoflux.com/llms.txt",
      "description": "Index of every Invoflux page as clean markdown, with product, pricing, comparison and use-case coverage.",
      "tags": [
        "documentation",
        "llms-txt"
      ],
      "trustManifest": {
        "identity": "did:web:invoflux.com",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:invoflux.com:doc:auth",
      "displayName": "Invoflux agent authentication guide",
      "type": "text/markdown",
      "url": "https://invoflux.com/auth.md",
      "description": "How an agent obtains and uses credentials for the Invoflux MCP server, including discovery, registration, errors and revocation.",
      "tags": [
        "oauth",
        "authentication",
        "documentation"
      ],
      "trustManifest": {
        "identity": "did:web:invoflux.com",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:invoflux.com:doc:developers",
      "displayName": "Invoflux developer documentation",
      "type": "text/html",
      "url": "https://invoflux.com/en/developers",
      "description": "The MCP server, the OAuth 2.1 setup, the full 33-tool reference, the published agent skills, and every discovery file Invoflux serves.",
      "tags": [
        "documentation",
        "mcp",
        "oauth",
        "developers"
      ],
      "trustManifest": {
        "identity": "did:web:invoflux.com",
        "identityType": "did"
      }
    }
  ]
}
