Kylas Crm Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Kylas Crm Mcp Server (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.
Model Context Protocol server for Kylas CRM lead operations. Use it from Cursor, Claude Desktop, or any MCP client to create leads, search and filter leads, and look up users, products, and pipelines.
<!-- mcp-name: io.github.kylastech/kylas-crm -->
pip install -e .
# or from PyPI (after publish): pip install kylas-crm-mcp-serverSet environment variables (or use a .env file):
| Variable | Required | Description |
|---|---|---|
KYLAS_API_KEY | Yes | Your Kylas API key |
KYLAS_BASE_URL | No | API base URL (default: https://api.kylas.io/v1) |
The server uses stdio transport (default for MCP). Run:
python -m kylas_crm_mcp
# or: python main.py (when developing from repo root)MCP clients (e.g. Cursor) typically start this process and communicate via stdin/stdout.
docker build -t kylas-crm-mcp .
docker run -e KYLAS_API_KEY=your_key -i kylas-crm-mcppip install -e ".[dev]"
pytestTo publish this server to the official MCP Registry (so it appears in Cursor and other MCP clients):
mcp-publisher login github, then mcp-publisher publish.See [PUBLISHING.md](PUBLISHING.md) for the full step-by-step guide.
See repository for license information.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.