← fynqo.app

INDIVIDUAL MCP TOOL

region_detail

Return one sub-national area: score, rank, indicator breakdown and fix.

fynqo.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.fynqo.app/mcp/cracks

No auth detected

Connect to this endpoint to inspect the live schema for region_detail and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

fynqo.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cracks-index]
url = "https://api.fynqo.app/mcp/cracks"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cracks-index": {
      "type": "http",
      "url": "https://api.fynqo.app/mcp/cracks"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cracks-index
Remote MCP URL: https://api.fynqo.app/mcp/cracks

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cracks-index": {
      "url": "https://api.fynqo.app/mcp/cracks"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cracks-index": {
      "type": "http",
      "url": "https://api.fynqo.app/mcp/cracks"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cracks-index",
  "transport": "streamable-http",
  "url": "https://api.fynqo.app/mcp/cracks"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_cracks_index — Return the full country ranking for the latest published snapshot.
  • compare_countries — Compare the composite score and rank of several countries.
  • country_detail — Return one country's score, rank and per-indicator breakdown.
  • country_fix — Return the single highest-impact improvement for one country.
  • get_regions — List sub-national areas in the Cracks Index, ranked within their level.
  • improvement_guidance — Return constructive improvement guidance for one area.
  • methodology — Return the index methodology: indicators, weights, direction, sources.
  • score_trends — Return one area's composite-score history across every snapshot.