Limex Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Limex Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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"
}
}
}
}research(intent, target, questions=None, max_budget_cents=1000, freshness=None, constraints=None)get_usage_summary()get_billing_account()get_prices()PyPI package name: limex-mcp.
limex-mcp.Limex-HQlimex-mcppublish.ymlpypipypi. Add a required reviewer if you want a humanapproval gate before publication.
version in pyproject.toml.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.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.