Frankfurter for LangChain
io.github.lineofflight/frankfurter
Convert currencies and fetch blended FX rates from 50+ institutional sources.
client:LangChain
transport:streamable-http
tools:4
Install Frankfurter in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"frankfurter": {
"transport": "streamable_http",
"url": "https://mcp.frankfurter.dev/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs