TastyScanner MCP Server
by technet365
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP server port | 7698 |
| LOG_LEVEL | No | debug, info, warn, error | info |
| TASTY_ACCOUNT | No | Account number (auto-detects first) | auto |
| MCP_AUTH_TOKEN | No | Bearer token for endpoint auth. If set, all /mcp requests require Authorization: Bearer <token> | |
| MCP_CORS_ORIGIN | No | CORS origin | http://localhost:3333 |
| TASTY_CLIENT_ID | Yes | TastyTrade OAuth Client ID | |
| TASTY_PRODUCTION | No | true = production, false = sandbox | true |
| ENABLE_LIVE_TRADING | No | Set true to allow execute_trade and adjust_order | false |
| TASTY_CLIENT_SECRET | Yes | TastyTrade OAuth Client Secret | |
| TASTY_REFRESH_TOKEN | Yes | TastyTrade OAuth Refresh Token |
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
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/technet365/TastyScanner-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server