Fingerprint MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWKS_URL | No | JWKS URL for JWT token verification in public mode | |
| MCP_PORT | No | Port for HTTP/HTTPS server | 8080 |
| MCP_TOOLS | No | Comma-separated list of tool names to register (overrides --read-only) | |
| MCP_PUBLIC | No | Public mode: extract API keys from JWT bearer tokens | false |
| MCP_TLS_KEY | No | Path to TLS private key file | |
| MCP_TLS_CERT | No | Path to TLS certificate file | |
| MCP_READ_ONLY | No | Only expose read tools | false |
| MCP_TRANSPORT | No | Transport: stdio or streamable-http | stdio |
| MCP_AUTH_TOKEN | No | Bearer token required to access the server (private mode) | |
| OAUTH_RESOURCE | No | URL of this server (for OAuth metadata) | |
| OAUTH_AUTH_SERVER | No | URL of the OAuth authorization server | |
| FINGERPRINT_REGION | No | API region: us, eu, or ap (private mode) | us |
| FINGERPRINT_PUBLIC_KEY | No | PEM-encoded ES256 public key for verifying Fingerprint-issued JWT tokens | |
| FINGERPRINT_SERVER_API_KEY | No | Fingerprint Server API key (private mode) | |
| FINGERPRINT_SERVER_API_URL | No | Custom Server API URL (omit to use default) | api.fpjs.io |
| FINGERPRINT_MANAGEMENT_API_KEY | No | Fingerprint Management API key (private mode) | |
| FINGERPRINT_MANAGEMENT_API_URL | No | Custom 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/fingerprintjs/fingerprint-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server