trading-swarm-mcp
by blink1217
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALPACA_SECRET | No | Alpaca API secret. Required only if SWARM_MCP_BYOK=1 on swarm-data-mcp. | |
| ALPACA_API_KEY | No | Alpaca API key. Required only if SWARM_MCP_BYOK=1 on swarm-data-mcp. | |
| SWARM_MCP_BYOK | No | Set to '1' to fetch directly from Alpaca/Finnhub instead of the hosted relay (swarm-data-mcp only). Public users should leave unset. | 0 |
| FINNHUB_API_KEY | No | Finnhub API key. Required only if SWARM_MCP_BYOK=1 on swarm-data-mcp. | |
| SWARM_MCP_LOCAL_TOKEN | No | Local development bootstrap token. For operators of this repo, set to the same value as SWARM_MCP_ACCESS_TOKEN to skip token verification against the site. | |
| SWARM_MCP_ACCESS_TOKEN | Yes | Access token issued by https://1.21initiative.com/. Required for all three servers. Every tool call is gated on this token; clients can list tools without it, but calls return ACCESS_REQUIRED. | |
| SWARM_MCP_TELEMETRY_OPT_IN | No | Set to 'opt-in' to enable telemetry. Counters only; no symbols, genomes, prices, or credentials. | 0 |
| SWARM_MCP_TOKEN_VERIFY_URL | No | URL used for access-token verification. Only the token is sent. | https://1.21initiative.com/api/mcp/verify |
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