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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |