x402 crypto market structure
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| marketSnapshotB | Live crypto market snapshot: price, funding rate, open interest, buy/sell ratio, fear/greed index. Supports BTC ETH SOL XRP BNB DOGE ADA AVAX LINK ATOM DOT ARB SUI OP LTC. |
| marketAnalyzeC | Full pre-trade macro analysis: regime detection, DXY, VIX, fear/greed, directional signal and confidence score. |
| marketOrderflowC | Real-time orderflow data: buy/sell pressure, delta, imbalance across exchanges. |
| marketFullB | Full market data bundle: snapshot + orderflow combined. Most comprehensive view. |
| history1hA | Hourly OHLCV price history with buy/sell flow data. Up to 7 years of 1-hour bars, up to 5,000 bars per call. |
| history1dA | Daily OHLCV price history with buy/sell flow data. Up to 7 years of daily bars, up to 5,000 bars per call. Good for backtesting and trend analysis. |
| history5mB | 5-minute OHLCV price bars. High-resolution intraday data. |
| addressRiskB | Risk score for an Ethereum wallet address. Flags mixers, sanctions, high-risk counterparties. |
| apiInfoB | x402 API pricing, quick start guide, and migration details for the pay-per-call REST endpoint. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Most tools have distinct purposes, such as addressRisk for wallet analysis and apiInfo for API details, but the market-related tools (marketAnalyze, marketFull, marketOrderflow, marketSnapshot) have some overlap in providing market data, which could cause confusion. However, their descriptions help clarify specific focuses like orderflow vs. snapshot.
The naming is mixed: history tools use a consistent pattern (history1d, history1h, history5m), but market tools vary (marketAnalyze, marketFull, marketOrderflow, marketSnapshot), and others like addressRisk and apiInfo use different styles. This lacks a unified verb_noun convention, though names remain readable.
With 9 tools, the count is well-scoped for a crypto market structure server, covering risk assessment, API info, historical data at multiple resolutions, and various market analyses. Each tool earns its place without feeling excessive or insufficient.
The tool set covers key aspects of crypto market analysis, including risk, API access, historical data, and real-time market insights. Minor gaps might exist, such as lack of tools for portfolio management or advanced trading actions, but core workflows for data retrieval and analysis are well-covered.