capitolguide for LangChain
guide.capitol/capitolguide
Navigate the U.S. Capitol complex: decode room codes, route buildings, check access, amenities.
client:LangChain
transport:streamable-http
tools:9
Install capitolguide in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"capitolguide": {
"transport": "streamable_http",
"url": "https://capitol.guide/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs