{
  "$comment": "Public discovery manifest for Fynqo's Model Context Protocol servers. Lets AI agents and MCP directories find Fynqo's MCP endpoints. Companion to /.well-known/llm-info.json.",
  "spec_version": "1.0",
  "last_updated": "2026-05-23",
  "provider": {
    "name": "Fynqo B.V.",
    "homepage": "https://fynqo.app",
    "contact": "hello@fynqo.app"
  },
  "servers": [
    {
      "name": "io.github.johanvd75-byte/cracks-index",
      "display_name": "The Cracks Index",
      "description": "Public, read-only MCP server for The Cracks Index, a free and reproducible open-data composite index that ranks OECD/EU countries, EU NUTS-2 regions and Dutch municipalities on the strength of their social safety net. Every response is read-only, carries no personal data, and includes the dataset version plus a citation string. Data licensed CC-BY-4.0.",
      "version": "0.1.2",
      "license": "CC-BY-4.0",
      "homepage": "https://fynqo.app/cracks-index",
      "documentation": "https://fynqo.app/cracks-index/methodology",
      "remote": {
        "url": "https://api.fynqo.app/mcp/cracks/",
        "transport": "streamable-http",
        "endpoint": "https://api.fynqo.app/mcp/cracks/",
        "authentication": "none"
      },
      "tools": [
        {
          "name": "get_cracks_index",
          "description": "Return the full country ranking for the latest published snapshot."
        },
        {
          "name": "compare_countries",
          "description": "Compare the composite score and rank of several countries by ISO-3166 alpha-3 code."
        },
        {
          "name": "country_detail",
          "description": "Return one country's score, rank and per-indicator breakdown."
        },
        {
          "name": "country_fix",
          "description": "Return the single highest-impact improvement for one country."
        },
        {
          "name": "get_regions",
          "description": "List sub-national areas (EU NUTS-2 regions, Dutch municipalities), ranked within their level, with optional level and country filters."
        },
        {
          "name": "region_detail",
          "description": "Return one sub-national area: score, rank within level, indicator breakdown and the highest-impact improvement."
        },
        {
          "name": "improvement_guidance",
          "description": "Return constructive, aggregated improvement guidance for one country."
        },
        {
          "name": "methodology",
          "description": "Return the index methodology: indicators, weights, direction and sources."
        }
      ]
    },
    {
      "name": "io.github.johanvd75-byte/fynqo-knowledge-graph",
      "display_name": "Fynqo Knowledge Graph",
      "description": "Public, read-only MCP server over Fynqo's knowledge-graph: 20 Dutch social-domain entiteiten (concepts, statutes, procedures) and 18 portals (consumer, professional, sector). Each response is read-only, contains no personal data, and carries a version/caveat/citation envelope.",
      "version": "0.1.0",
      "license": "CC-BY-4.0",
      "homepage": "https://fynqo.app",
      "documentation": "https://fynqo.app/.well-known/llm-info.json",
      "remote": {
        "url": "https://api.fynqo.app/mcp/fynqo/",
        "transport": "streamable-http",
        "endpoint": "https://api.fynqo.app/mcp/fynqo/",
        "sse": "https://api.fynqo.app/mcp/fynqo/sse",
        "authentication": "none"
      },
      "tools": [
        {
          "name": "get_entity",
          "description": "Return one full Fynqo entiteit record (TLDR, alternateName, faq, sources, relatedPortals, lastReviewed, body markdown) by URL-slug."
        },
        {
          "name": "compare_portals",
          "description": "Return a side-by-side comparison of two or more Fynqo portals — label, tagline, audience, pains, USPs, CTA, comingSoon and a heuristic pricing classifier (freemium/paid/enterprise)."
        },
        {
          "name": "find_portal_for_query",
          "description": "Match a free-form natural-language Dutch (or English) question to the top-3 most relevant Fynqo portals, with a 0-1 confidence score and reason string."
        }
      ]
    }
  ]
}
