Back to site
Tools & Resourcesblueprint
Tools & Resources
The MCP primitives this server exposes to your agent. Tools are callable actions; resources are read-only data. Blueprint reference — full JSON schemas land here next.
MCP endpoint · Streamable HTTP
https://api.mcprates.com/mcp▸ One JSON-RPC endpoint. Local clients can also connect over stdio via npx @mcprates/server.
Tools
callablesearch_flights()tool
Search live flight inventory with fares, stops and cabins.
input
origindestinationdatemaxPrice?
search_hotels()tool
Find properties with granular, real-time room rates.
input
citycheckIncheckOutstars?
bundle_quote()tool
Combine a flight + hotel into one packaged price.
input
flightIdhotelIdnights
search_cars()tool
Query car rental availability and daily rates.
input
locationpickupdropoff
geo_resolve()tool
Resolve airports, cities and IATA codes from free text.
input
query
watch_fare()tool
Re-poll a fare on an interval and alert on price drops.
input
fareIdthresholdinterval
Resources
read-onlyresource
mcprates://airportsRead-only catalog of airports, IATA codes and city mappings.
resource
mcprates://providersThe connected GDS / NDC providers and their coverage.
resource
mcprates://currenciesSupported currencies and live FX conversion rates.
▸ Resource URIs & schemas to be authored.
Need a key to call these?
Request Access