lpxpoly-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIGHTNINGPROX_SPEND_TOKEN | Yes | Your spend token from lightningprox.com used to pay for AI-powered market analysis via Bitcoin Lightning. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_edge_opportunitiesA | Find mispriced Polymarket prediction markets where AI analysis disagrees with current market probability. Returns top edge opportunities with recommended positions. |
| analyze_marketC | Get AI analysis of a specific Polymarket prediction market. Returns probability assessment, reasoning, and recommended position. |
| check_balanceA | Check your LightningProx balance in sats. Required to pay for LPXPoly analyses. |
| get_top_marketsB | Get the most active Polymarket markets by volume with current probabilities. |
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 4 tools
Each tool has a clearly distinct purpose: analyze_market for detailed AI analysis of a specific market, check_balance for financial status, get_edge_opportunities for finding mispriced markets, and get_top_markets for trending markets. There is no overlap or ambiguity in functionality.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., analyze_market, check_balance, get_edge_opportunities, get_top_markets). The naming is predictable and readable throughout the set.
With 4 tools, the server is well-scoped for its purpose of analyzing Polymarket prediction markets. Each tool earns its place by covering distinct aspects: analysis, balance checking, opportunity discovery, and market overview.
The tool set covers core workflows for market analysis and financial management, but there are minor gaps such as no direct tool for executing trades or managing positions on Polymarket, which agents might need to work around using external methods.