Skip to content
LangChain

The Cracks Index for LangChain

io.github.johanvd75-byte/cracks-index

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

client:LangChain transport:streamable-http tools:15

Install The Cracks Index in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cracks-index": {
            "transport": "streamable_http",
            "url": "https://api.fynqo.app/mcp/cracks/",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

The Cracks Index in other clients