Skip to main content
Glama
cfollette18

namakan-mcp-crm

by cfollette18

namakan-mcp-crm

あらゆるCRMに対応する単一のMCPサーバー。エージェントは crm_find_contact / crm_list_deals を呼び出すだけで、基盤がHubSpot、Salesforce、Dynamics、Pipedrive、Zohoのいずれで動いているかを知ることはありません。

APIキーを誰かが渡す前でも動作するモックCRMを同梱しています。環境変数を設定するまで書き込みはオフです。

60秒で実行

pip install git+https://github.com/cfollette18/namakan-mcp-crm.git
namakan-mcp-crm demo
namakan-mcp-crm tools
namakan-mcp-crm call crm_find_contact query=alex

demo は3つのJSONブロブ(連絡先検索、商談リスト、失敗する書き込み(デフォルトは読み取り専用))を出力します。最後のものは意図的です。

Related MCP server: Company Records

組み込み方

flowchart LR
  Agent[Hermes / Cursor / Claude Desktop] -->|MCP stdio| Server[namakan-mcp-crm]
  Server --> Tools[crm_find_contact etc.]
  Tools --> Mock[mock backend]
  Tools --> Rest[generic REST]
  Tools --> Vendor[HubSpot / Salesforce / ... adapter]

NAMAKAN_CRM_BACKEND でバックエンドを切り替えます。ツール名は変わりません。

Cursorへの接続

プロジェクトの .cursor/mcp.json、または ~/.cursor/mcp.json を作成または編集します:

{
  "mcpServers": {
    "namakan-crm": {
      "command": "namakan-mcp-crm",
      "args": ["serve"],
      "env": {
        "NAMAKAN_CRM_BACKEND": "mock"
      }
    }
  }
}

Claude Desktop(claude_desktop_config.json)とHermes MCP設定は、同じ command / env 形式を使用します。引数を渡さないホストでも動作します。サブコマンドなしの namakan-mcp-crmserve です。

CLI

コマンド

動作

namakan-mcp-crm / serve

MCP stdio(Content-Length フレーミング)

namakan-mcp-crm tools

統合ツールを一覧表示する

namakan-mcp-crm call TOOL key=value

MCPホストなしで1つのツールを呼び出す

namakan-mcp-crm demo

モック検索 + 書き込み無効エラー

ツール

ツール

読み取り/書き込み

引数

crm_find_contact

読み取り

query

crm_find_account

読み取り

query

crm_list_deals

読み取り

account_id?

crm_get_deal

読み取り

deal_id

crm_create_deal

書き込み

name, account_id?, amount?, stage?

crm_log_activity

書き込み

note, contact_id?, deal_id?

バックエンド

NAMAKAN_CRM_BACKEND

説明

mock(デフォルト)

同梱の合成連絡先/商談。書き込みを永続化する場合は NAMAKAN_CRM_STORE=/tmp/crm.json(任意)

rest

NAMAKAN_CRM_BASE_URL + 任意の NAMAKAN_CRM_TOKENGET /contacts?query= のJSONを想定

hubspot salesforce dynamics pipedrive zoho

クライアントテナントに資格情報が存在するまではスタブです。このリポジトリにトークンを入れないでください

書き込み

NAMAKAN_MCP_ALLOW_WRITES=1 NAMAKAN_MCP_DRY_RUN=1 namakan-mcp-crm call crm_create_deal name=Test

ドライランは { "dry_run": true, "would_call": ... } を返し、ストアには触れません。本番書き込みには、その環境変数 人間の承認パス(Namakan: ciso)が必要です。

Python

from namakan_mcp_crm import handle
from namakan_mcp_crm.backends import MockCrm

print(handle("crm_find_contact", {"query": "alex"}, backend=MockCrm()))

ライセンス

MIT. Copyright (c) 2026 Namakan AI Engineering.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to perform CRM operations like creating contacts, managing deals, and updating leads through natural language using the Model Context Protocol.
    4
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes a fictional B2B CRM database (companies, contacts, deals) as callable MCP tools, enabling AI agents to answer natural-language questions about company records, contacts, and pipeline data.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to interact with Bitrix24 CRM through standardized MCP tools, including searching and managing contacts, deals, leads, tasks, and replying in chats.
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to manage RogerRoger CRM data including people, organizations, lists, tags, and tasks through standardized MCP tools.
    22
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfollette18/namakan-mcp-crm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server