Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Limex

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установка Limex

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Limex MCP бесплатный?

Да, Limex MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Limex?

Нет, Limex работает без API-ключей и переменных окружения.

Limex — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Limex в Claude Desktop, Claude Code или Cursor?

Открой Limex на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Limex with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance