ThinChain
by SnipMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| DEFAULT_BROKER | No | Default broker to use | tradier |
| POLYGON_API_KEY | No | API key for Polygon.io | |
| TRADIER_API_KEY | No | API key for Tradier broker | |
| POLYGON_BASE_URL | No | Base URL for Polygon API | https://api.polygon.io |
| TRADIER_BASE_URL | No | Base URL for Tradier API | https://api.tradier.com/v1 |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds | 30 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_compressed_chainC | Fetch, sanitize, and compress an options chain for AI agent use. |
| get_sanitized_quoteC | Get a single underlying quote with data quality check. |
| get_circuit_statusC | Check whether live options data for a symbol is currently trustworthy. |
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/SnipMCP/thinchain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server