MCP.so
ログイン

Boomi MCP Server

@Glebuar

Boomi MCP Server について

A Model Context Protocol server that gives LLM agents typed, validated access to Boomi AtomSphere

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

Glebuar

設定

以下の設定を使って、このサーバーを 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_api tool

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.

コメント

「その他」の他のコンテンツ