LPXPoly MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "LIGHTNINGPROX_SPEND_TOKEN=${LIGHTNINGPROX_SPEND_TOKEN}" lpxpoly -- npx lpxpoly-mcp
Required:LIGHTNINGPROX_SPEND_TOKEN
README.md

AI-powered Polymarket prediction market analysis via Bitcoin Lightning.

lpxpoly-mcp

MCP server for LPXPoly — 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

npx lpxpoly-mcp

Setup

Get a Spend Token

  1. Go to lightningprox.com
  2. Pay a Lightning invoice to fund your balance
  3. Get your spend token
  4. ~50 sats per analysis

Claude Desktop

{
  "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 open agent registry:

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

Built by LPX Digital Group LLC

Tools (4)

get_edge_opportunitiesFind mispriced markets with AI edge
analyze_marketDeep analysis of a specific market
get_top_marketsBrowse top markets by volume
check_balanceCheck your Lightning balance

Environment Variables

LIGHTNINGPROX_SPEND_TOKENrequiredSpend token obtained from lightningprox.com to pay for analysis

Configuration

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

Try it

Find edge opportunities on Polymarket
Analyze the Fed rate cut market
What are the top crypto markets on Polymarket?
Check my current Lightning balance for LPXPoly

Frequently Asked Questions

What are the key features of LPXPoly?

AI-powered analysis of Polymarket prediction markets. Identification of mispriced markets and edge opportunities. Pay-per-analysis model using Bitcoin Lightning. Real-time market volume tracking.

What can I use LPXPoly for?

Traders looking for mispriced prediction markets to gain an edge. Researchers analyzing the probability of specific real-world events. Users wanting to browse high-volume prediction markets efficiently.

How do I install LPXPoly?

Install LPXPoly by running: npx lpxpoly-mcp

What MCP clients work with LPXPoly?

LPXPoly works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep LPXPoly docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare