Boomi MCP Server
@Glebuar
关于 Boomi MCP Server
A Model Context Protocol server that gives LLM agents typed, validated access to Boomi AtomSphere
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"boomi-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/glebuar/boomi-mcp-server:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Boomi MCP Server?
A production-ready Model Context Protocol (MCP) server that enables Claude Code and other MCP clients to interact with Boomi Platform APIs using OAuth 2.0 authentication and secure credential storage. It provides a web UI for credential management and exposes 29 MCP tools for Boomi integration operations.
How to use Boomi MCP Server?
Visit the web UI at https://boomi.renera.ai, log in with Google, add your Boomi credentials (email, API token, account ID, profile name), then connect Claude Code with claude mcp add --transport http boomi https://boomi.renera.ai/mcp and authorize via OAuth. After setup, use natural language commands to invoke MCP tools.
Key features of Boomi MCP Server
- Google OAuth 2.0 authentication with consent screen
- GCP Secret Manager for encrypted per-user credential storage
- Multi-profile support – store up to 10 Boomi account profiles per user
- Web UI for browser-based credential management
- Credential validation before saving
- 29 MCP tools covering trading partners, processes, components, runtimes, deployments, schedules, account management, and more
- Optional Boomi Docs knowledge base with semantic search and page retrieval
- Cloud-native deployment on Google Cloud Run with auto-deploy CI/CD
Use cases of Boomi MCP Server
- Manage Boomi account information and profiles via natural language
- Build, deploy, and operate integrations (processes, components, environments, runtimes, deployments, schedules, listeners)
- Troubleshoot execution and monitor platform health
- Search and retrieve Boomi documentation for reference
- Call any Boomi REST endpoint using the generic
invoke_boomi_apitool
FAQ from Boomi MCP Server
What authentication does the Boomi MCP Server use?
It uses Google OAuth 2.0 for user authentication and stores Boomi API credentials (email, API token, account ID) securely in GCP Secret Manager.
How many Boomi account profiles can I store?
You can store up to 10 Boomi account profiles per user, each with a unique profile name (e.g., "production", "sandbox").
Where are my Boomi credentials stored?
Credentials are encrypted and stored in GCP Secret Manager under keys like boomi-mcp-{user-id}-{profile-name}.
What MCP tools are available?
The server exposes 29 tools covering account management, process/component operations, environment and runtime management, deployments, schedules, listeners, trading partners, connectors, shared resources, folders, platform monitoring, and a generic invoke_boomi_api escape hatch.
Is there a hosted version of the Boomi MCP Server?
Yes, a live service is available at https://boomi.renera.ai, running on Google Cloud Run in us-central1 with automated CI/CD from GitHub.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论