Skip to main content

MCP capabilities

Navi MCP exposes a focused set of tools that mirror the public Navi API.

Current tool list

  • navi_whoami
  • navi_list_agents
  • navi_list_deals
  • navi_get_deal
  • navi_list_runs
  • navi_get_run
  • navi_create_run
  • navi_create_morning_brief
  • navi_create_meeting_brief
  • navi_get_usage_summary

What each tool is for

Returns the connected environment, organization, principal type, and available scopes. Lists the agents available in the current organization. Lists deals with pagination options. Fetches a single deal in detail. Lists prior runs for the current organization. Fetches one run by ID. Starts a new run by providing:
  • agentId
  • message
  • optional dealId
Generates the current organization-level morning brief. Generates a meeting brief for a specific deal with an optional contact name. Returns request, run, and token usage summary data for the current billing period.

Example MCP workflow

In Claude Desktop, you can ask:
  1. “Show me the top deals in Navi.”
  2. “Open the Revenue Analytics Platform deal.”
  3. “Generate a meeting brief for that deal.”
  4. “Create a meeting prep run with focus on executive objections.”

Tool design rules

  • MCP mirrors the public API rather than bypassing it
  • tools use structured inputs and typed responses
  • authentication, rate limits, and metering stay anchored to the public API
  • internal-only services are not exposed as public MCP tools