Compabase for LangChain
io.github.contentwriterco/compabase
MCP server for 3M+ Polish companies — KRS & CEIDG financials, ownership, and industry search.
client:LangChain
transport:streamable-http
tools:42
Install Compabase in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"compabase": {
"transport": "streamable_http",
"url": "https://compabase.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- request_signup
- check_signup
- list_plans
- search_companies
- get_company
- get_financials
- get_company_people
- count_companies
- execute_sql
- get_company_rankings
- get_financial_stats
- get_company_public_aid
- get_company_eu_funds
- get_company_procurement
- get_company_public_tenders
- get_company_energy_licenses
- get_company_waste_registry
- get_company_stock_market
- get_company_eu_tenders
- get_company_court_gazette
- get_company_debt_registry
- get_company_beneficiaries
- get_company_articles
- get_usage