Skip to content
LangChain

Thousand API for LangChain

com.thousand-api/thousand-api

Certainty for AI Agents. Deterministic MCP tools for dates, crypto, finance. 84 tools.

client:LangChain transport:streamable-http tools:84

Install Thousand API in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "thousand-api": {
            "transport": "streamable_http",
            "url": "https://mcp.thousand-api.com/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

All 84 tools →

Thousand API in other clients