colorado business registrations for LangChain
io.github.seanthings/colorado-business-registrations
New Colorado business registrations: name, formation date, entity type, registered agent, address.
client:LangChain
transport:streamable-http
Install colorado business registrations in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"colorado-business-registrations": {
"transport": "streamable_http",
"url": "https://colorado.dwelldata.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs