limex-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@limex-mcpResearch AI startups in healthcare with max budget $100"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 | bashClaude 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: Questrade MCP Server
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.
Create a PyPI project or pending trusted publisher for
limex-mcp.In PyPI, configure a GitHub trusted publisher:
Owner:
Limex-HQRepository:
limex-mcpWorkflow:
publish.ymlEnvironment:
pypi
In GitHub, create an environment named
pypi. Add a required reviewer if you want a human approval gate before publication.Bump
versioninpyproject.toml.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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Authenticated public evidence search, verification, research jobs, exports, and webhooks.
Broad, OAuth-protected provider and financial-domain API tools for research agents.
Discover and call 2,000+ x402 machine-payable services through one graded API key + gateway.
Commodity price indices, forward curves and catalog search. Requires a General Index account.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with the Telnyx API for billing, phone numbers, and messaging.1217 PyPIMIT
- AlicenseNot gradedqualityCmaintenanceEnables querying portfolio data, positions, balances, quotes, price history, orders, and account activity through the Questrade API.24 npm1MIT
- AlicenseBqualityCmaintenanceEnables scholarly search, paper metadata, citation graphs, author and venue resolution, candidate harvesting, API quota visibility, and guarded full-text downloads through the OpenAlex API.94MIT
- -licenseNot gradedqualityNot gradedmaintenanceProvides access to the OpenAlex API, enabling search and retrieval of scholarly works, authors, sources, and more.-