Skip to main content
Glama
fingerprintjs

Fingerprint MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWKS_URLNoJWKS URL for JWT token verification in public mode
MCP_PORTNoPort for HTTP/HTTPS server8080
MCP_TOOLSNoComma-separated list of tool names to register (overrides --read-only)
MCP_PUBLICNoPublic mode: extract API keys from JWT bearer tokensfalse
MCP_TLS_KEYNoPath to TLS private key file
MCP_TLS_CERTNoPath to TLS certificate file
MCP_READ_ONLYNoOnly expose read toolsfalse
MCP_TRANSPORTNoTransport: stdio or streamable-httpstdio
MCP_AUTH_TOKENNoBearer token required to access the server (private mode)
OAUTH_RESOURCENoURL of this server (for OAuth metadata)
OAUTH_AUTH_SERVERNoURL of the OAuth authorization server
FINGERPRINT_REGIONNoAPI region: us, eu, or ap (private mode)us
FINGERPRINT_PUBLIC_KEYNoPEM-encoded ES256 public key for verifying Fingerprint-issued JWT tokens
FINGERPRINT_SERVER_API_KEYNoFingerprint Server API key (private mode)
FINGERPRINT_SERVER_API_URLNoCustom Server API URL (omit to use default)api.fpjs.io
FINGERPRINT_MANAGEMENT_API_KEYNoFingerprint Management API key (private mode)
FINGERPRINT_MANAGEMENT_API_URLNoCustom Management API URL (omit to use default)management-api.fpjs.io

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/fingerprintjs/fingerprint-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server