Skip to content
LangChain

fylings for LangChain

io.github.heyzod/fylings

Search, verify & screen 1M+ African companies + their government contracts across 18 registries.

client:LangChain transport:streamable-http

Install fylings in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fylings": {
            "transport": "streamable_http",
            "url": "https://www.fylings.com/api/mcp",
        }
})

tools = await client.get_tools()

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

fylings in other clients