Folk Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Folk 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 server for interacting with Folk CRM API. Provides 16 tools for managing people, companies, groups, and notes through any MCP-compatible client.
git clone https://github.com/fuego-wtf/folk-mcp.git
cd folk-mcp
pip install -r requirements.txtcp .env.example .env
# Edit .env and add your Folk API keyGet your API key from: https://folk.app/settings/developers
Add to your Claude Code MCP settings (~/.claude/settings.json or project .mcp.json):
{
"mcpServers": {
"folk-crm": {
"command": "python",
"args": ["/path/to/folk-mcp/server.py"]
}
}
}Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"folk-crm": {
"command": "python",
"args": ["/path/to/folk-mcp/server.py"],
"env": {
"FOLK_API_KEY": "your_api_key_here"
}
}
}
}If using .env file, you can omit the env block.
| Tool | Description |
|---|---|
folk_search_people | Search for people by name, email, company |
folk_get_person | Get full person details |
folk_create_person | Create person with emails, companies, groups |
folk_update_person | Update person fields, companies, groups |
folk_delete_person | Delete a person |
| Tool | Description |
|---|---|
folk_search_companies | Search companies by name |
folk_get_company | Get full company details |
folk_create_company | Create company with groups |
folk_update_company | Update company fields, groups |
| Tool | Description |
|---|---|
folk_list_groups | List all groups/lists |
folk_get_group_members | Get members of a group |
folk_add_to_group | Add person to a group |
folk_remove_from_group | Remove person from a group |
folk_export_group | Export group as CSV or JSON |
| Tool | Description |
|---|---|
folk_add_note | Add a note to a person |
Retry-After header on 429 responsesUpdate person per_xxx in Folk — set their company to Graphyn (com_yyy)Create a new person in Folk: Jane Doe, [email protected], linked to company "Acme Corp"Export the "Potential Investors" group from Folk as CSVAdd person per_xxx to the "Komunite" group in Folk.env file (never committed)For more details on the Folk API: https://developers.folk.app/
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.