# Limex Limex is an agent-friendly paid data gateway for business, market, and research data. ## Primary Domains - Landing page: https://getlimex.com - API and MCP docs host: https://api.getlimex.com - API base URL: https://api.getlimex.com ## Agent Integration - REST health check: https://api.getlimex.com/health - List data sources: GET https://api.getlimex.com/v1/providers - Query a data source: POST https://api.getlimex.com/v1/query - Billing account: GET https://api.getlimex.com/v1/billing/account - Pricing: GET https://api.getlimex.com/v1/billing/prices - Usage: GET https://api.getlimex.com/v1/usage Use the local Limex MCP server for agent clients. Configure it with: LIMEX_API_BASE_URL=https://api.getlimex.com LIMEX_API_KEY= ## Payment Safety Limex may return HTTP 402 with error=payment_required when a query needs paid capacity. Agents must treat this as payment_confirmation_required and stop before initiating checkout, subscription changes, top-ups, x402 settlement, MPP settlement, or any other payment action. Ask the user for explicit confirmation before proceeding to a paid payment flow. ## Human Pages - Landing page: https://getlimex.com - Docs and API surface: https://api.getlimex.com