Model Context Protocol

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_inventory

Push a CSV of hotels into your workspace.

Mapping

trigger_mapping_job

Kick off matching against the golden dataset.

check_job_status

Poll status by job ID.

list_recent_jobs

Last N mapping jobs for the org.

get_job_results

Read mapped + unmapped rows for a job.

get_all_historical_results

Cumulative mapping history.

download_results

Download a job result file.

get_historical_mappings

Per-hotel mapping history.

Search

search_golden_dataset

Look up hotels by name or partial match.

search_golden_dataset_by_geo

Find hotels near a coordinate.

Statistics

get_coverage_statistics

Mapping coverage by supplier or region.

Reporting & Audit

report_mismatch

File a mismatch on a specific mapping.

update_mismatch_state

Move a report through its lifecycle.

list_mismatch_reports

Browse mismatch reports.

list_duplicate_reports

Reference-hotel duplicate candidates.

get_audit_log

Read recent audit events for the org.

set_mapping_mode_preference

Configure how mappings are computed.

get_mcp_schemas

Live 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.

See pricing →

FAQ

No. MCP authenticates with an MCP-typed API key (header X-API-Key). OAuth is on the roadmap.

Building agent workflows on top of mapping.travel? We're working with early customers — get in touch.

Get in touch →