Fingerprint MCP Server

Run locally or use managed instance at https://mcp.fpjs.io/mcp Event tools: Retrieve and search identification events with full smart signal data Management tools: Manage workspace environments and API keys Onboarding prompt: Guided setup for integrating Fingerprint into a project Supports both stdio and streamable-http transports Optional HTTPS with TLS certificates OAuth2 login supported Public mode for…. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 4 · #205 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

Go servers · how we verify → /methodology

01 · Install Fingerprint

before you install - you'll need

Set FINGERPRINT_SERVER_API_KEY, MCP_TRANSPORT before connecting.

Claude Code

claude mcp add fingerprintjs-fingerprint-mcp-server --transport http https://mcp.fpjs.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "fingerprintjs-fingerprint-mcp-server": {
      "url": "https://mcp.fpjs.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.fpjs.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.fpjs.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.fingerprintjs is GitHub-verified and matches the repo owner

03 · Who maintains Fingerprint

Fingerprint is maintained by fingerprintjs. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
API integration - ranked #205 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.fingerprintjs/fingerprint-mcp-server (active, first published 2026-06-16)

05 · Fingerprint FAQ

What is Fingerprint?

Run locally or use managed instance at https://mcp.fpjs.io/mcp Event tools: Retrieve and search identification events with full smart signal data Management tools: Manage workspace environments and API keys Onboarding prompt: Guided setup for integrating Fingerprint into a project Supports both stdio and streamable-http transports Optional HTTPS with TLS certificates OAuth2 login supported Public mode for…. It is available as a remote MCP endpoint.

Is Fingerprint still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Fingerprint?

Run `claude mcp add fingerprintjs-fingerprint-mcp- --transport http https://mcp.fpjs.io/mcp`. The README documents 2 environment variables (FINGERPRINT_SERVER_API_KEY, MCP_TRANSPORT) to set first. Set FINGERPRINT_SERVER_API_KEY, MCP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Fingerprint require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Fingerprint