Token导航 LogoToken导航TokenDH.com
MCP Server Siebel logo
办公协作stdio官方级别未说明来源级核验

MCP Server Siebel

MCP Server

@jeretucu/mcp-server-siebel

通过REST API为Oracle Siebel CRM提供MCP(模型上下文协议)服务器,使Claude等AI模型能够直接与Siebel交互。

工具数

8

提示词数

0

GitHub Stars

0

资源数

0
TypeScriptClaudeAI交互Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Jeretucu

提供方

Jeretucu

最后核验

2026/5/17 20:22

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx @jeretucu/mcp-server-siebel

详细介绍

mcp服务器siebel

](https://www.npmjs.com/package/@jeretucu/mcp-server-siebel) ![License: MIT](https://opensource.org/licenses/MIT) ![MCP Compatible](https://modelcontextprotocol.io)

MCP(模型上下文协议)服务器 Oracle Siebel CRM 通过其REST API进行集成。允许Claude和其他AI模型直接与Siebel交互。

______________________________________________________________________

先决条件

  • Node.js>=18
  • 在启用REST API的情况下访问Siebel CRM实例
  • Siebel用户名和密码

______________________________________________________________________

安装

npm install -g @jeretucu/mcp-server-siebel

或者直接与npx一起使用:

npx @jeretucu/mcp-server-siebel

______________________________________________________________________

环境变量

创建一个 .env 文件基于 .env.example:

SIEBEL_URL=https://your-siebel-server:9001
SIEBEL_USERNAME=your_username
SIEBEL_PASSWORD=your_password
SIEBEL_LANG=ENU
变量描述必填
SIEBEL_URLSiebel服务器基本URL
SIEBEL_USERNAMESiebel用户名
SIEBEL_PASSWORDSiebel密码
SIEBEL_LANG语言(默认:ENU)

______________________________________________________________________

连接到克劳德桌面

将此添加到您的 claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json 窗户: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "siebel": {
      "command": "npx",
      "args": ["-y", "@jeretucu/mcp-server-siebel"],
      "env": {
        "SIEBEL_URL": "https://your-siebel-server:9001",
        "SIEBEL_USERNAME": "your_username",
        "SIEBEL_PASSWORD": "your_password",
        "SIEBEL_LANG": "ENU"
      }
    }
  }
}

______________________________________________________________________

连接到克劳德代码

claude mcp add siebel npx @jeretucu/mcp-server-siebel \
  -e SIEBEL_URL=https://your-server:9001 \
  -e SIEBEL_USERNAME=username \
  -e SIEBEL_PASSWORD=password

______________________________________________________________________

可用工具

get_account

按ID检索帐户。

Get the account with ID 1-ABC123

search_accounts

按名称或其他条件搜索帐户。

Search for accounts with name containing "Acme Corp"

get_contact

按ID检索联系人。

Get contact 1-XYZ456

search_contacts

按名字、姓氏或电子邮件搜索联系人。

Search for contacts with last name "González"

get_opportunity

按ID或搜索条件检索商机。

Search for opportunities with status "Open"

create_activity

在Siebel中创建活动或任务。

Create a "Call" activity for account 1-ABC123

update_record

更新任何Siebel记录。

Update the Status field to "Active" on account 1-ABC123

run_query

对任何业务对象运行查询。

Query the Quote Business Object with searchspec [Status]='Open'

______________________________________________________________________

本地开发

git clone https://github.com/jeretucu/mcp-server-siebel
cd mcp-server-siebel
npm install
cp .env.example .env
# edit .env with your credentials
npm run dev

______________________________________________________________________

贡献

  1. 分叉存储库
  2. 创建分支: git checkout -b feature/new-tool
  3. 承诺: git commit -m "feat: add new tool"
  4. 推: git push origin feature/new-tool
  5. 打开拉取请求

______________________________________________________________________

许可证

MIT© 耶雷图

目录标签

目录标签

TypeScriptClaudeAI交互Siebel集成本地部署CRM工具RESTAPI企业软件

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@jeretucu/mcp-server-siebel

工具数量(toolCount,工具数)

8

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP