x402-dex-intel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_PRIVATE_KEY | Yes | Your funded Base mainnet wallet private key (gasless x402 micropayments) |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_market_pulseA | |
| get_orderbook_depthA | |
| get_whale_flowB | |
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 3 tools
Each tool targets a distinct market data aspect: orderbook depth, whale flow, and market pulse. There is no functional overlap, and an agent can easily select the right tool based on the specific intelligence needed.
All tool names follow a consistent 'get_' prefix followed by a descriptive noun phrase (orderbook_depth, whale_flow, market_pulse). The naming pattern is uniform and predictable.
With only 3 tools, the server is tightly scoped to its purpose of providing DEX market intelligence. Each tool covers a distinct data category, and the count is well-suited for a focused, specialized server.
The tool surface covers the core market intel needs: orderbook, whale activity, and market momentum. Potential minor gaps like historical data or token metadata exist, but for the stated purpose, the coverage is nearly complete without dead ends.