Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Limex

FreeNot checked

Enables research queries and billing management through the Limex hosted API.

GitHubEmbed

About

Enables research queries and billing management through the Limex hosted API.

README

Public MCP server shim for Limex.

This package exposes MCP tools and forwards requests to the hosted Limex backing API. Provider routing, billing, metering, and paid data integrations stay on the hosted Limex service.

Install

Create a Limex account first and generate a Limex API key from https://getlimex.com/account.

Install it into Claude Code:

curl -fsSL https://raw.githubusercontent.com/Limex-HQ/limex-mcp/main/scripts/install.sh | bash

Claude Code config:

{
  "mcpServers": {
    "limex": {
      "command": "uvx",
      "args": ["limex-mcp"],
      "env": {
        "LIMEX_API_KEY": "your_limex_api_key",
        "LIMEX_API_BASE_URL": "https://api.getlimex.com"
      }
    }
  }
}

Tools

  • research(intent, target, questions=None, max_budget_cents=1000, freshness=None, constraints=None)
  • get_usage_summary()
  • get_billing_account()
  • get_prices()

Publishing

PyPI package name: limex-mcp.

  1. Create a PyPI project or pending trusted publisher for limex-mcp.
  2. In PyPI, configure a GitHub trusted publisher:
    • Owner: Limex-HQ
    • Repository: limex-mcp
    • Workflow: publish.yml
    • Environment: pypi
  3. In GitHub, create an environment named pypi. Add a required reviewer if you want a human approval gate before publication.
  4. Bump version in pyproject.toml.
  5. Create and publish a GitHub Release for a tag like v0.1.0.

The release workflow builds the package, runs tests and lint, then publishes to PyPI through trusted publishing. Claude Code starts the server with uvx limex-mcp from the MCP config; running that command in a terminal only prints setup guidance.

from github.com/Limex-HQ/limex-mcp

Install Limex in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install limex-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add limex-mcp -- uvx limex-mcp

FAQ

Is Limex MCP free?

Yes, Limex MCP is free — one-click install via Unyly at no cost.

Does Limex need an API key?

No, Limex runs without API keys or environment variables.

Is Limex hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Limex in Claude Desktop, Claude Code or Cursor?

Open Limex on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Limex with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs