> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP server

> This changelog lists all additions and updates to the Fingerprint MCP server, in chronological order.

<Update label="July 2026">
  ## New `get_current_time` tool

  Added a `get_current_time` tool that returns the current time as a UTC RFC3339 timestamp and Unix epoch. Pass an optional IANA time zone (such as `America/New_York`) to also get the local time in that zone.

  This gives AI clients a reliable clock when building relative time ranges for `search_events`, instead of inferring the date from their training data.
</Update>

<Update label="June 2026">
  ## Bot detection filters for `search_events`

  Added bot detection filters to `search_events`: `bot_info`, `bot_info_category`, `bot_info_identity`, `bot_info_confidence`, `bot_info_provider`, and `bot_info_name`. You can now have your AI client search identification events by bot activity, confidence, and provider.
</Update>

<Update label="May 2026">
  ## Human-readable timestamps for `search_events`

  The `start` and `end` parameters on `search_events` now use human-readable RFC3339 timestamps instead of Unix milliseconds. This helps AI clients build correct time ranges and avoid querying dates outside the supported 90-day window.
</Update>

<Update label="March 2026">
  ## Fingerprint MCP server is now available

  Connect AI assistants and agents to Fingerprint device intelligence with the new [Fingerprint MCP server](/docs/mcp-server). Your AI tools can query identification events, detect anomalies, investigate fraud patterns, and manage your Fingerprint workspace through natural language.

  The server is available in two forms:

  * **Managed service**: Hosted by Fingerprint at `https://mcp.fpjs.io/mcp`, with no setup or maintenance required.
  * **Open source**: Self-host from the [GitHub repository](https://github.com/fingerprintjs/fingerprint-mcp-server) for full control over deployment.

  See the [MCP server guide](/docs/mcp-server) to get started.
</Update>
