Fingerprint MCP Servers
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fingerprint MCP ServersList all IP addresses and devices for visitor ID abc123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fingerprint MCP Servers
MCP Servers enabling AI assistants (Cursor, VS Code, Claude Code, etc.) to interact with Fingerprint's (fingerprint.com) server-side APIs:
Server API MCP Server — search and update visitor identification events.
Management API MCP Server — manage your Fingerprint workspace (API keys, environments, filtering rule)
This is not an official Fingerprint integration, just a personal exploration and work in progress. Use at your own risk.
Server API MCP Server
This MCP Server enables AI assistants to interact with Fingerprint's Server API.
Setup
You will need to know the Secret API key and region of your Fingerprint workspace.
Next, configure your MCP client (e.g. Cursor, VS Code, etc.) to use this server. Most MCP clients store the configuration as JSON in the following format:
{
"mcpServers": {
"fingerprint-server-api": {
"command": "npx",
"args": [
"--yes",
"--package",
"jurouhlar/fingerprint-mcp-server",
"server-api"
],
"env": {
"FINGERPRINT_SECRET_API_KEY": "YOUR_SECRET_API_KEY",
"FINGERPRINT_REGION": "YOUR_REGION"
}
}
}
}Usage examples
"Analyze the history of this visitor ID and flag suspicious patterns"
"List all IPs addresses, locations and devices used by this visitor ID"
"Mark all events using this IP address as suspicious"
"Delete all data for this visitor ID"
Related MCP server: guardrails-mcp-server
Management API MCP Server
This MCP Server enables AI assistants to interact with Fingerprint's Management API.
Setup
You will need to know the Management API key of your Fingerprint workspace.
Next, configure your MCP client (e.g. Cursor, VS Code, etc.) to use this server. Most MCP clients store the configuration as JSON in the following format:
{
"mcpServers": {
"fingerprint-management-api": {
"command": "npx",
"args": [
"--yes",
"--package",
"jurouhlar/fingerprint-mcp-server",
"management-api"
],
"env": {
"FINGERPRINT_MANAGEMENT_API_KEY": "YOUR_MANAGEMENT_API_KEY"
}
}
}
}Usage examples
"Create 3 new Fingerprint workspace environments named 'dev', 'staging' and 'production' and create a Secret API key for each environment"
"List filtering rules for the 'dev' environment"
"Create a filtering rule to only accept identification events from mywebsite.com"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceMCP server for the Smallest AI platform that enables managing AI voice agents, debugging calls, and viewing analytics directly from your IDE.83821MIT- Alicense-qualityCmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.461MIT
- Alicense-qualityDmaintenanceDynamically creates MCP servers from web API configurations, enabling AI assistants to interact with any REST API, GraphQL endpoint, or web service.MIT
- Flicense-qualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JuroUhlar/fingerprint-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server