
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@macnishio/zoho-mcp-server
Advanced tools
Zoho APIのためのModel Context Protocol統合サーバー。このサーバーはZoho CRM、Zoho Desk、Zoho Booksとの統合を提供します。
npm install -g @macnishio/zoho-mcp-server
npm install @macnishio/zoho-mcp-server
zoho-mcp-server
npx zoho-mcp-server
またはpackage.jsonに以下を追加:
"scripts": {
"zoho-mcp": "zoho-mcp-server"
}
その後:
npm run zoho-mcp
サーバーを利用するには、Zoho APIのクライアントIDとクライアントシークレットが必要です。これらは環境変数または設定ファイルで指定できます。
ZOHO_CRM_CLIENT_ID=your_crm_client_id
ZOHO_CRM_CLIENT_SECRET=your_crm_client_secret
ZOHO_DESK_CLIENT_ID=your_desk_client_id
ZOHO_DESK_CLIENT_SECRET=your_desk_client_secret
ZOHO_BOOKS_CLIENT_ID=your_books_client_id
ZOHO_BOOKS_CLIENT_SECRET=your_books_client_secret
標準入出力(デフォルト)またはHTTPを使用してサーバーを実行できます:
MCP_TRANSPORT_TYPE=stdio # デフォルト
# または
MCP_TRANSPORT_TYPE=http
MCP_HTTP_PORT=3005 # デフォルトのHTTPポート
以下のZoho APIエンドポイントが実装されています:
getConnectionStatus - Zoho各サービスとの接続状態を確認getInvoices - Zoho Booksから請求書データを取得# 依存関係のインストール
npm install
# 開発サーバーの起動
npm run dev
# ビルド
npm run build
# テスト
npm test
パッケージの公開手順については、PUBLISHING.mdを参照してください。
各バージョンでの変更点については、CHANGELOG.mdを参照してください。
MIT
macnishio
FAQs
Zoho API integration server for Model Context Protocol
We found that @macnishio/zoho-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.