Skip to main content
Glama
Limex-HQ

limex-mcp

Official
by Limex-HQ

limex MCP

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"
      }
    }
  }
}

Related MCP server: io.github.stucchi/telnyx

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables access to Usage and Billing APIs for managing accounts, products, meters, plans, and usage reporting. Supports operations like creating products/plans, reporting usage, and retrieving billing information.
    18
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables querying portfolio data, positions, balances, quotes, price history, orders, and account activity through the Questrade API.
    37
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Access SEC filings, insider transactions, and financial data via the ShareSEER API.

  • A paid remote MCP for Lix, built to return verdicts, receipts, usage logs, and audit-ready JSON.

  • Discover and call pay-per-request (x402) APIs, ranked by reliability, latency and price.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Limex-HQ/limex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server