capabilities for LangChain
com.eckari/capabilities
Deterministic company, entity and location lookups for agents - per call, x402 or API key.
client:LangChain
transport:streamable-http
tools:24
Install capabilities in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"capabilities": {
"transport": "streamable_http",
"url": "https://api.eckari.com/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
- company_uk_accounts
- company_uk_charges
- company_uk_directors
- company_uk_filings
- company_uk_owners
- company_uk_profile
- company_uk_registered_office
- company_uk_search
- company_uk_status
- company_us_filings
- company_us_filings_latest
- company_us_profile
- company_us_resolve
- domain_expiry
- domain_registration
- entity_lei_profile
- entity_lei_search
- fx_reference_rate
- location_us_geocode
- location_us_geographies
- parcel_detect_carrier
- weather_us_alerts
- weather_us_forecast
- weather_us_observation