Skip to main content
Glama
unixlamadev-spec

lpxpoly-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LIGHTNINGPROX_SPEND_TOKENYesYour 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues