Amocrm Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Amocrm 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 (Model Context Protocol) server for amoCRM integration with Claude Desktop and other AI assistants.
git clone https://github.com/DocAtWork2026/amocrm-mcp.git
cd amocrm-mcp
pip install -r requirements.txt.env.example to .env and fill in your credentials:cp .env.example .envAMOCRM_DOMAIN=your_subdomain
AMOCRM_TOKEN=your_long_lived_tokenAMOCRM_DOMAIN -- your amoCRM subdomain (e.g. if your URL is https://mycompany.amocrm.ru, the domain is mycompany)AMOCRM_TOKEN -- long-lived API token from your amoCRM integration settingshttps://localhost)Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"amocrm": {
"command": "python",
"args": ["C:/path/to/amocrm-mcp/server.py"],
"env": {
"AMOCRM_DOMAIN": "your_subdomain",
"AMOCRM_TOKEN": "your_long_lived_token"
}
}
}
}Restart Claude Desktop after updating the config.
| Tool | Description |
|---|---|
get_account_info | Get amoCRM account info |
get_leads | List leads (with search) |
get_lead | Get lead details by ID |
create_lead | Create a new lead |
update_lead | Update an existing lead |
get_contacts | List contacts (with search) |
get_contact | Get contact details by ID |
create_contact | Create a new contact |
get_companies | List companies (with search) |
get_company | Get company details by ID |
create_company | Create a new company |
get_tasks | List tasks |
create_task | Create a new task |
get_pipelines | List pipelines and stages |
get_users | List account users |
add_note | Add a note to an entity |
get_notes | Get notes for an entity |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.