bill commons for LangChain
org.billcommons/bill-commons
Search 209k+ US state bills, all 50 states + DC: full text, sponsors, votes, status. Free.
client:LangChain
transport:streamable-http
tools:11
Install bill commons in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"bill-commons": {
"transport": "streamable_http",
"url": "https://mcp.billcommons.org/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs