german tax data for LangChain
dev.crelvo/german-tax-data
German municipal tax data (Hundesteuer, Zweitwohnungsteuer, Pfaendung), cited to the source
client:LangChain
transport:streamable-http
tools:10
Install german tax data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"german-tax-data": {
"transport": "streamable_http",
"url": "https://data.crelvo.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs