Labsco
MCP SERVER

Limitless MCP

by joinQuantish

Trade Limitless prediction markets on Base — find the market, read the orderbook and price history, and run it from a wallet you control.

Economic, Alternative & Prediction-Market Data
Summary
Prediction market plumbing an agent can drive.

Discovery, orderbook, price history and wallet handling sit behind one connection, so the agent researching a market and the agent funding a position are the same agent.

What it is

A self-hosted Node server for the Limitless Exchange on Base. It handles wallet setup with encrypted key storage, market discovery through Limitless's API including semantic search, and the market data an agent needs before it acts.

What you get
  • limitless_search_markets does semantic search across politics, sports and crypto markets; limitless_get_markets returns the list
  • limitless_get_market, limitless_get_orderbook and limitless_get_price_history give the market, its live book and how the price got there
  • Wallet either way: limitless_setup_wallet generates one, limitless_import_wallet and limitless_import_private_key bring your own, encrypted before storage
  • limitless_get_wallet_info, limitless_get_wallet_status, limitless_get_balances and limitless_get_deposit_address cover funding and position checks
  • limitless_get_wallet_import_instructions spells out the steps for moving an existing wallet in
  • limitless_signup and limitless_request_api_key issue the credentials you connect with
Requirements

Node.js 20 or newer. The vendor has wound its platform down, so you host the server yourself and connect over HTTP with an x-api-key header. Licensed PolyForm Noncommercial — check that before you build a business on it.

Setup effort

One command plus a key — npx -y mcp-remote https://limitless-mcp-server-production.up.railway.app/mcp, then supply credentials