Skip to main content
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.
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.
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.
March 2026

Fingerprint MCP server is now available

Connect AI assistants and agents to Fingerprint device intelligence with the new Fingerprint 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 for full control over deployment.
See the MCP server guide to get started.