Skip to content
LangChain

Oracle — Skyline Certified Roofing & Insurance Records for LangChain

io.github.skyline-roofing/oracle-api

Free, human-certified records on Oklahoma property insurance, roofing, and insurance industry.

client:LangChain transport:streamable-http tools:4

Install Oracle — Skyline Certified Roofing & Insurance Records in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "oracle-api": {
            "transport": "streamable_http",
            "url": "https://oracle-api.skyline-roofing.workers.dev/mcp",
        }
})

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

Oracle — Skyline Certified Roofing & Insurance Records in other clients