finnhub-mcp-server
by freddyhaddad
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port. Hosts inject this. | 3000 |
| ALLOWED_HOSTS | No | Comma-separated hostnames to accept. | |
| MCP_AUTH_TOKEN | No | Bearer token Claude must send. Min 16 chars. Required unless ALLOW_UNAUTHENTICATED=true. | |
| FINNHUB_API_KEY | No | Finnhub API key, sent as X-Finnhub-Token | |
| FINNHUB_BASE_URL | No | Override for tests or proxies. | https://finnhub.io/api/v1 |
| UPSTREAM_TIMEOUT_MS | No | Finnhub request timeout. | 10000 |
| ALLOW_UNAUTHENTICATED | No | Set to 'true' to run without MCP_AUTH_TOKEN. | false |
| RATE_LIMIT_PER_MINUTE | No | Per-IP limit on /mcp. | 60 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues