Business Entity for LangChain
io.github.martc03/business-entity
SEC company search and SBA business resources. 4 MCP tools for business intelligence.
client:LangChain
transport:streamable-http
Install Business Entity in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"business-entity": {
"transport": "streamable_http",
"url": "https://business-entity-mcp.apify.actor/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs