Transport

Navan MCP Server

Connect your account, then chat with AI to run tools.

Navan is a corporate travel and expense platform. This bundle exposes the public Booking Data API: paginated read access to every flight, hotel, car, and rail booking made through your Navan workspace, including traveler identity, itinerary detail, and policy-compliance status. Use it to feed travel data into expense reconciliation, compliance audits, and traveler-care workflows. Read-only; mutations stay in the Navan Admin UI.

Managed
1 tool
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Navan — workflow patterns, data models, and gotchas for your AI agent.

Navan

Navan is a corporate travel and expense platform. This bundle wraps the public Booking Data API read surface for booking, itinerary, traveler, and policy-compliance analysis. Mutation flows (creating, modifying, cancelling bookings) stay in Navan; they are not part of this bundle.

Capability areas

Booking listing

The booking listing capability returns one paginated page of bookings. Every booking is a fully-realized object with:

  • Traveler — name, employee ID, email, and (where available) travel-policy group.
  • Booking typeflight, hotel, car, or rail. Filter to a single type with bookingType to scope larger workspaces.
  • Itinerary — origin/destination, departure and return timestamps, segment-level detail for multi-leg flights, room nights for hotels, pickup/dropoff for cars.
  • Compliance — Navan's inPolicy flag plus the policy reason if the booking was flagged out-of-policy.
  • Cost — currency, total amount, and (where surfaced by Navan) breakdown by tax / fees.

Pagination uses page (cursor token returned by the previous response) and size (page size, default 10, raise as far as the upstream allows when sweeping).

Workflows

Expense reconciliation: sweep bookings for the trailing 30 days, group by traveler + booking type, and cross-join with the expense system on traveler email + travel date. Surface bookings that have no matching expense report and expense reports that have no matching booking — both sides are signal.

Compliance audit: filter to bookingType of interest, page through with a large size, and group by the in-policy flag. Out-of-policy bookings are the actionable list.

Traveler care: filter to upcoming bookings and join against an HR roster to flag travelers in regions with active disruptions (weather, strike, political event). Navan returns the itinerary detail you need to triage.

Gotchas

  • Read-only: this bundle does not create or cancel bookings. Send users to the Navan Admin UI for any mutation.
  • Booking type values depend on what is enabled in the workspace. Common values are flight, hotel, car, rail. Unknown values return an empty page rather than an error.
  • Default page size is 10 — small. Set size explicitly when sweeping a workspace; expect Navan to cap it (usually around 100).
  • EU workspaces use a different Navan API region. If a credential validates in one region but calls fail in another, the workspace is likely region-mismatched.
  • Self-service signup is enterprise-gated — the bundle is only useful to workspaces that already have a Navan admin account. The directory listing surfaces this caveat so users without access do not waste time on the credential form.

Tools in this Server (1)

Navan List Bookings

Retrieve a list of all business travel bookings from your company using the Navan platform. Use this when you need to review upcoming or past travel i...

Frequently Asked Questions

What is the Navan MCP server?

Navan is a corporate travel and expense platform. This bundle exposes the public Booking Data API: paginated read access to every flight, hotel, car, and rail booking made through your Navan workspace, including traveler identity, itinerary detail, and policy-compliance status. Use it to feed travel data into expense reconciliation, compliance audits, and traveler-care workflows. Read-only; mutations stay in the Navan Admin UI. It provides 1 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Navan to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/navan. Authentication is handled automatically.

How many tools does Navan provide?

Navan provides 1 tool that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Navan require?

Navan uses API Key. Navan requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Navan to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/navan

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Navan and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Navan will appear under Not connected — select it and click Connect to complete OAuth.
Name: Navan
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/navan
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Navan?

Sign in to connect your credentials and start running tools from the chat.