specmcp for LangChain
io.github.bylogistry/specmcp
Live access to gematik Telematikinfrastruktur (TI) specs and certification requirements.
client:LangChain
transport:streamable-http
Install specmcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"specmcp": {
"transport": "streamable_http",
"url": "https://mcp.specmcp.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs