Skip to main content
Glama
SnipMCP
by SnipMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
DEFAULT_BROKERNoDefault broker to usetradier
POLYGON_API_KEYNoAPI key for Polygon.io
TRADIER_API_KEYNoAPI key for Tradier broker
POLYGON_BASE_URLNoBase URL for Polygon APIhttps://api.polygon.io
TRADIER_BASE_URLNoBase URL for Tradier APIhttps://api.tradier.com/v1
CACHE_TTL_SECONDSNoCache TTL in seconds30

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct purpose: checking data reliability, fetching compressed options chain, and getting a single quote with validation. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'get_' prefix and snake_case convention, making the pattern predictable and easy to understand.

Tool Count4/5

With only 3 tools, the set is compact but well-scoped for a focused domain of options data retrieval with quality checks. Slightly on the smaller side but appropriate for the narrow purpose.

Completeness3/5

The tools cover core actions (status check, compressed chain, single quote) but lack support for raw chain retrieval, individual option details, or batch operations, leaving notable gaps for comprehensive data access.

Maintenance

ActivityInactive
ResponsivenessNo issues