Skip to main content
Glama
unixlamadev-spec

lpxpoly-mcp

README.md
# lpxpoly-mcp

<a href="https://glama.ai/mcp/servers/unixlamadev-spec/lpxpoly-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/unixlamadev-spec/lpxpoly-mcp/badge" />
</a>

MCP server for [LPXPoly](https://lpxpoly.com) — AI-powered Polymarket prediction market analysis. Find mispriced markets, get edge opportunities, and analyze specific markets. Pay per analysis in Bitcoin sats via Lightning.

## Install

```bash
npx lpxpoly-mcp
```

## Setup

### Get a Spend Token
1. Go to [lightningprox.com](https://lightningprox.com)
2. Pay a Lightning invoice to fund your balance
3. Get your spend token
4. ~50 sats per analysis

### Claude Desktop

```json
{
  "mcpServers": {
    "lpxpoly": {
      "command": "npx",
      "args": ["lpxpoly-mcp"],
      "env": {
        "LIGHTNINGPROX_SPEND_TOKEN": "your_token_here"
      }
    }
  }
}
```

**Config location:**
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
- Linux: `~/.config/claude/claude_desktop_config.json`

## Tools

| Tool | Description |
|------|-------------|
| `get_edge_opportunities` | Find mispriced markets with AI edge |
| `analyze_market` | Deep analysis of a specific market |
| `get_top_markets` | Browse top markets by volume |
| `check_balance` | Check your Lightning balance |

## Example Usage

```
"Find edge opportunities on Polymarket"
→ Returns top mispriced markets with AI probability vs market probability

"Analyze the Fed rate cut market"
→ Returns AI assessment, reasoning, and recommended position

"What are the top crypto markets on Polymarket?"
→ Returns top markets filtered by category
```

## Pricing

~50 sats per analysis. Pay with Bitcoin Lightning. No subscription.

## Part of the AIProx Ecosystem

LPXPoly is discoverable via the [AIProx](https://aiprox.dev) open agent registry:

```bash
curl https://aiprox.dev/api/agents/lpxpoly
```

- AIProx Registry: https://aiprox.dev
- LightningProx (Bitcoin Lightning AI): `npx lightningprox-mcp`
- SolanaProx (Solana USDC AI): `npx solanaprox-mcp`
- AIProx Registry: `npx aiprox-mcp`
- Autonomous agent demo: https://github.com/unixlamadev-spec/autonomous-agent-demo

Built by [LPX Digital Group LLC](https://lpxdigital.com)

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