KosmoKrator

productivity

Freshworks CRM MCP Gateway for AI Agents

Expose Freshworks CRM tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

Freshworks CRM MCP Gateway

Expose Freshworks CRM to MCP clients with `kosmokrator mcp:serve --integration=freshworks-crm`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=freshworks-crm --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-freshworks-crm": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=freshworks-crm",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=freshworks-crm --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__freshworks_crm__freshworks_crm_list_contacts freshworks-crm.freshworks_crm_list_contacts Read read
integration__freshworks_crm__freshworks_crm_get_contact freshworks-crm.freshworks_crm_get_contact Read read
integration__freshworks_crm__freshworks_crm_create_contact freshworks-crm.freshworks_crm_create_contact Write write
integration__freshworks_crm__freshworks_crm_update_contact freshworks-crm.freshworks_crm_update_contact Write write
integration__freshworks_crm__freshworks_crm_delete_contact freshworks-crm.freshworks_crm_delete_contact Write write
integration__freshworks_crm__freshworks_crm_list_contact_filters freshworks-crm.freshworks_crm_list_contact_filters Read read
integration__freshworks_crm__freshworks_crm_get_contact_view freshworks-crm.freshworks_crm_get_contact_view Read read
integration__freshworks_crm__freshworks_crm_bulk_upsert_contacts freshworks-crm.freshworks_crm_bulk_upsert_contacts Write write
integration__freshworks_crm__freshworks_crm_list_accounts freshworks-crm.freshworks_crm_list_accounts Read read
integration__freshworks_crm__freshworks_crm_get_account freshworks-crm.freshworks_crm_get_account Read read
integration__freshworks_crm__freshworks_crm_create_account freshworks-crm.freshworks_crm_create_account Write write
integration__freshworks_crm__freshworks_crm_update_account freshworks-crm.freshworks_crm_update_account Write write
integration__freshworks_crm__freshworks_crm_delete_account freshworks-crm.freshworks_crm_delete_account Write write
integration__freshworks_crm__freshworks_crm_list_account_filters freshworks-crm.freshworks_crm_list_account_filters Read read
integration__freshworks_crm__freshworks_crm_bulk_upsert_accounts freshworks-crm.freshworks_crm_bulk_upsert_accounts Write write
integration__freshworks_crm__freshworks_crm_list_deals freshworks-crm.freshworks_crm_list_deals Read read
integration__freshworks_crm__freshworks_crm_get_deal freshworks-crm.freshworks_crm_get_deal Read read
integration__freshworks_crm__freshworks_crm_create_deal freshworks-crm.freshworks_crm_create_deal Write write
integration__freshworks_crm__freshworks_crm_update_deal freshworks-crm.freshworks_crm_update_deal Write write
integration__freshworks_crm__freshworks_crm_delete_deal freshworks-crm.freshworks_crm_delete_deal Write write
integration__freshworks_crm__freshworks_crm_list_deal_filters freshworks-crm.freshworks_crm_list_deal_filters Read read
integration__freshworks_crm__freshworks_crm_get_deal_view freshworks-crm.freshworks_crm_get_deal_view Read read
integration__freshworks_crm__freshworks_crm_bulk_upsert_deals freshworks-crm.freshworks_crm_bulk_upsert_deals Write write
integration__freshworks_crm__freshworks_crm_list_tasks freshworks-crm.freshworks_crm_list_tasks Read read
integration__freshworks_crm__freshworks_crm_get_task freshworks-crm.freshworks_crm_get_task Read read
integration__freshworks_crm__freshworks_crm_create_task freshworks-crm.freshworks_crm_create_task Write write
integration__freshworks_crm__freshworks_crm_update_task freshworks-crm.freshworks_crm_update_task Write write
integration__freshworks_crm__freshworks_crm_delete_task freshworks-crm.freshworks_crm_delete_task Write write
integration__freshworks_crm__freshworks_crm_list_appointments freshworks-crm.freshworks_crm_list_appointments Read read
integration__freshworks_crm__freshworks_crm_get_appointment freshworks-crm.freshworks_crm_get_appointment Read read
integration__freshworks_crm__freshworks_crm_create_appointment freshworks-crm.freshworks_crm_create_appointment Write write
integration__freshworks_crm__freshworks_crm_update_appointment freshworks-crm.freshworks_crm_update_appointment Write write
integration__freshworks_crm__freshworks_crm_delete_appointment freshworks-crm.freshworks_crm_delete_appointment Write write
integration__freshworks_crm__freshworks_crm_create_note freshworks-crm.freshworks_crm_create_note Write write
integration__freshworks_crm__freshworks_crm_get_note freshworks-crm.freshworks_crm_get_note Read read
integration__freshworks_crm__freshworks_crm_update_note freshworks-crm.freshworks_crm_update_note Write write
integration__freshworks_crm__freshworks_crm_delete_note freshworks-crm.freshworks_crm_delete_note Write write
integration__freshworks_crm__freshworks_crm_create_phone_call freshworks-crm.freshworks_crm_create_phone_call Write write
integration__freshworks_crm__freshworks_crm_list_sales_activities freshworks-crm.freshworks_crm_list_sales_activities Read read
integration__freshworks_crm__freshworks_crm_get_sales_activity freshworks-crm.freshworks_crm_get_sales_activity Read read
integration__freshworks_crm__freshworks_crm_create_sales_activity freshworks-crm.freshworks_crm_create_sales_activity Write write
integration__freshworks_crm__freshworks_crm_update_sales_activity freshworks-crm.freshworks_crm_update_sales_activity Write write
integration__freshworks_crm__freshworks_crm_delete_sales_activity freshworks-crm.freshworks_crm_delete_sales_activity Write write
integration__freshworks_crm__freshworks_crm_get_current_user freshworks-crm.freshworks_crm_get_current_user Read read
integration__freshworks_crm__freshworks_crm_search freshworks-crm.freshworks_crm_search Read read
integration__freshworks_crm__freshworks_crm_lookup freshworks-crm.freshworks_crm_lookup Read read
integration__freshworks_crm__freshworks_crm_filtered_search_contact freshworks-crm.freshworks_crm_filtered_search_contact Read read
integration__freshworks_crm__freshworks_crm_list_contact_fields freshworks-crm.freshworks_crm_list_contact_fields Read read
integration__freshworks_crm__freshworks_crm_list_account_fields freshworks-crm.freshworks_crm_list_account_fields Read read
integration__freshworks_crm__freshworks_crm_list_deal_fields freshworks-crm.freshworks_crm_list_deal_fields Read read
integration__freshworks_crm__freshworks_crm_list_sales_activity_fields freshworks-crm.freshworks_crm_list_sales_activity_fields Read read

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.