mcp-turkiye for LangChain
io.github.berkantacun/mcp-turkiye
Türkiye kamu verisi: TCMB/EVDS, mevzuat, RG, deprem, MGM, eczane, otopark, metro, hal, haber
client:LangChain
transport:stdio
runtime:npm
Install mcp-turkiye in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-turkiye": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-turkiye"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs