Nimble Crm Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Nimble Crm 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.
<!-- mcp-name: io.github.cphoskins/nimble-crm-mcp -->
MCP server for the Nimble CRM API — manage contacts, deals, notes, tasks, and tags from Claude Code or any MCP client.
pip install nimble-crm-mcpOr install from source:
git clone https://github.com/cphoskins/nimble-crm-mcp.git
cd nimble-crm-mcp
pip install -e .Add to your Claude Code MCP settings (~/.claude/settings.json or project .claude/settings.json):
{
"mcpServers": {
"nimble-crm": {
"command": "nimble-crm-mcp",
"env": {
"NIMBLE_API_KEY": "your-api-key-here"
}
}
}
}{
"mcpServers": {
"nimble-crm": {
"command": "python",
"args": ["-m", "nimble_crm_mcp.server"],
"env": {
"NIMBLE_API_KEY": "your-api-key-here"
}
}
}
}# Clone and install
git clone https://github.com/cphoskins/nimble-crm-mcp.git
cd nimble-crm-mcp
pip install -e .
# Run tests (no credentials needed — all mocked)
pytest tests/ -v
# Run the server locally
NIMBLE_API_KEY=your-key nimble-crm-mcpMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.