# unixlamadev-spec/lpxpoly-mcp [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/unixlamadev-spec/lpxpoly-mcp  
**GitHub Stars:** 1  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/unixlamadev-spec-lpxpoly-mcp

## Description
Polymarket prediction market analysis via LightningProx. Find mispriced markets, analyze specific markets, get top markets by volume. Pay per request with Bitcoin Lightning spend tokens.

## Tools
Capabilities this server exposes over MCP:

- **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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

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

**Requires environment variables:** `LIGHTNINGPROX_SPEND_TOKEN` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation & README

# 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)

