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.
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.
- 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
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.
One command plus a key — npx -y mcp-remote https://limitless-mcp-server-production.up.railway.app/mcp, then supply credentials
