API KEYHTTP22 TOOLS
Marfin CRM
Your pipeline as tools: create and move deals, manage contacts and companies, log activities and pull pipeline views — the CRM keeps itself updated while you talk to your AI.
MCP access is included with an active Marfin CRM subscription — create your account, subscribe, then connect below.
ENDPOINT
https://crm.marfin.co/api/mcpStreamable HTTP MCP server. Requires an active Marfin CRM subscription and an API key (starts with crm_live_) from your account dashboard.
INSTALL
Connect it in seconds
RECOMMENDED · LET YOUR AI DO IT
Copy this block and paste it into Claude, Cursor or any AI agent — it detects your client and finishes the setup for you.
Add the Marfin CRM MCP server to my setup.
Server name: marfin-crm
Endpoint (streamable HTTP): https://crm.marfin.co/api/mcp
Auth: API key (starts with crm_live_) — requires an active Marfin CRM subscription. I'll get my key in my account at https://crm.marfin.co, and you should ask me for it when the config needs it.
- Claude Code: run `claude mcp add marfin-crm --transport http https://crm.marfin.co/api/mcp --header "Authorization: Bearer YOUR_API_KEY"`
- Claude.ai (web/desktop): tell me to go to Settings → Connectors → Add custom connector and paste https://crm.marfin.co/api/mcp?key=YOUR_API_KEY
- Cursor, Windsurf or any JSON-config client: add {"mcpServers":{"marfin-crm":{"url":"https://crm.marfin.co/api/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"}}}}
After connecting, list the server's tools and give me a one-line summary of what each one does.CLAUDE.AI · WEB & DESKTOP
- Open Settings → Connectors
- Click Add custom connector
- Paste this URL with your API key (starts with crm_live_) in place of YOUR_API_KEY
- Confirm — the key in the URL authenticates every call
https://crm.marfin.co/api/mcp?key=YOUR_API_KEYCLAUDE CODE · TERMINAL
One command — swap YOUR_API_KEY for your key (starts with crm_live_).
claude mcp add marfin-crm --transport http https://crm.marfin.co/api/mcp --header "Authorization: Bearer YOUR_API_KEY"CURSOR · WINDSURF · ANY JSON CLIENT
Add this to your client's MCP config file (e.g. .cursor/mcp.json).
{
"mcpServers": {
"marfin-crm": {
"url": "https://crm.marfin.co/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}TOOLS
What your AI can do with Marfin CRM
list_deals
get_deal
create_deal
update_deal
delete_deal
move_deal
assign_deal
list_contacts
get_contact
create_contact
update_contact
delete_contact
list_companies
get_company
create_company
update_company
delete_company
list_activities
add_activity
list_pipelines
list_team_members
generate_invite
