For developers building with AI agents
Connect your AI agent
to mapping.travel
Hotel resolution, available to Claude, Cursor, and any MCP-compatible client.
What you can do
Tools your agent gets out of the box.
Upload inventory
Stream CSV inventory directly from your agent without writing a single line of REST code.
Run mapping jobs
Trigger and poll mapping jobs through your agent; results land back in the conversation.
Search the golden dataset
Look up properties by name or geo, with confidence scores, directly from chat.
Triage mismatches & duplicates
Let an agent file mismatch reports and walk through duplicate candidates with you.
How it works
Your agent ─MCP─► mcp.mapping.travel ─REST─► api.mapping.travel
Stateless proxy
The hosted MCP server is a thin pass-through. Each tool call forwards directly to the mapping.travel REST API.
X-API-Key auth
Generate an MCP-typed API key from the dashboard. The server reads it from every request and forwards it to the REST API.
Pro+ only
MCP requires the Professional tier or higher. Tier is enforced both at key issuance and at request time.
Available tools
18 tools across 5 categories. Agents discover them via get_mcp_schemas at runtime.
Inventory
upload_hotel_inventoryPush a CSV of hotels into your workspace.
Mapping
trigger_mapping_jobKick off matching against the golden dataset.
check_job_statusPoll status by job ID.
list_recent_jobsLast N mapping jobs for the org.
get_job_resultsRead mapped + unmapped rows for a job.
get_all_historical_resultsCumulative mapping history.
download_resultsDownload a job result file.
get_historical_mappingsPer-hotel mapping history.
Search
search_golden_datasetLook up hotels by name or partial match.
search_golden_dataset_by_geoFind hotels near a coordinate.
Statistics
get_coverage_statisticsMapping coverage by supplier or region.
Reporting & Audit
report_mismatchFile a mismatch on a specific mapping.
update_mismatch_stateMove a report through its lifecycle.
list_mismatch_reportsBrowse mismatch reports.
list_duplicate_reportsReference-hotel duplicate candidates.
get_audit_logRead recent audit events for the org.
set_mapping_mode_preferenceConfigure how mappings are computed.
get_mcp_schemasLive tool-schema introspection.
MCP is a Professional feature
Available on the Professional tier and above. Free and Basic tiers can issue standard API keys but not MCP keys.
FAQ
Building agent workflows on top of mapping.travel? We're working with early customers — get in touch.
Get in touch →