Ready APIs for LangChain
com.readyapis/api
135 MCP tools: geo, email, phone, company, DNS, FX, equities, weather, tax, econ, intel — one key.
client:LangChain
transport:streamable-http
tools:129
Install Ready APIs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"api": {
"transport": "streamable_http",
"url": "https://readyapis.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
- meta_catalog
- meta_dataset
- geo_zip_lookup
- geo_zip_batch
- geo_enrich
- geo_city_search
- geo_county_lookup
- geo_timezone
- geo_nearby
- geo_ip
- tax_federal_brackets
- tax_standard_deduction
- tax_mileage_rates
- tax_retirement_limits
- tax_deadlines
- tax_state_brackets
- tax_summary
- tax_calculate
- flight_reliability
- flight_airport_delay_profile
- flight_route_best_times
- flight_airline_reliability
- flight_cancellation_risk
- flight_route_summary