Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

The Cracks Index

io.github.johanvd75-byte/cracks-index

Read-only MCP server for The Cracks Index: ranks countries and regions on social-safety strength

Uptime
100.0%
1 direct probes · 30d
Response
402ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

get_cracks_index

Return the full country ranking for the latest published snapshot.

compare_countries

Compare the composite score and rank of several countries. ``iso3_list`` is a list of ISO-3166 alpha-3 country codes.

country_detail

Return one country's score, rank and per-indicator breakdown.

country_fix

Return the single highest-impact improvement for one country. The Cracks Index names, alongside each country's score, the one change most associated with the fastest improvement, turning a ra…

get_regions

List sub-national areas in the Cracks Index, ranked within their level. The index covers sub-national areas as well as countries: EU regions (NUTS-2) and Dutch municipalities. This tool retur…

region_detail

Return one sub-national area: score, rank, indicator breakdown and fix. Given a region code (an EU NUTS-2 code or a Dutch municipality CBS GM-code), returns that area's composite score, its r…

improvement_guidance

Return constructive improvement guidance for one area. Given an area identifier — an ISO-3166 alpha-3 country code, an EU NUTS-2 region code or a Dutch municipality CBS GM-code — returns that…

methodology

Return the index methodology: indicators, weights, direction, sources.

score_trends

Return one area's composite-score history across every snapshot. Given an area identifier — an ISO-3166 alpha-3 country code, an EU NUTS-2 region code or a Dutch municipality CBS GM-code — wa…

top_movers

Return the biggest risers and fallers between the two latest snapshots. Compares every area's composite score in the most recent snapshot against the snapshot before it and returns the areas …

indicator_ranking

Rank all areas by a single chosen indicator. Returns every area's value for one indicator, ordered best-first by the direction-corrected ``normalized_score`` (a higher normalised score al…

indicator_correlations

Return pairwise correlations between the six indicators across areas. Computes the Pearson correlation coefficient between every pair of the six Cracks Index indicators, using each area's dir…

area_statistics

Return where one area sits statistically within its own level. Places an area against its peer group (all areas at the same level in the latest snapshot): its percentile, the distance from it…

gemeente_social_profile

Return the Dutch social-domain profile for one municipality. Given a CBS GM-code, returns that municipality's four v1 social-domain indicators — social-assistance receipt, modelled homelessne…

compare_gemeenten

Compare the social-domain profile of several Dutch municipalities. Given two to six CBS GM-codes, returns a side-by-side comparison of their four v1 social-domain indicators plus composite sc…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "the_cracks_index": {
      "url": "https://api.fynqo.app/mcp/cracks/",
      "transport": "streamable-http"
    }
  }
}