RBPaaS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RBPaaS MCP Servershow me this week's agent schedules"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RBPaaS MCP Server
Claude Desktop から RBPaaS Operation Hub のデータにアクセスするための MCP サーバーです。
セットアップ
1. APIトークンの発行
RBPaaS Operation Hub に管理者でログインし、APIトークンを発行してもらってください。
2. Claude Desktop 設定
Claude Desktop の設定ファイルに以下を追加します。
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rbpaas-operation-hub": {
"command": "uvx",
"args": ["--from", "git+https://github.com/mm-gtm/rbpaas-mcp", "rbpaas-mcp"],
"env": {
"RBPAAS_API_URL": "https://your-api.run.app/api",
"RBPAAS_API_TOKEN": "roh_xxxxx..."
}
}
}
}RBPAAS_API_URL と RBPAAS_API_TOKEN を実際の値に置き換えてください。
3. 前提条件
uv がインストールされている必要があります。
# macOS
brew install uvRelated MCP server: lark-mcp
使えるツール
Claude Desktop のチャットで自然に質問するだけで、適切なツールが自動的に呼び出されます。
ツール | 説明 | 質問例 |
| 事業全体KPI・アラート | 「今月の事業概況を教えて」 |
| PJ別KPI達成率 | 「各プロジェクトのKPI達成状況は?」 |
| リソース稼働率 | 「エージェントの稼働率を見せて」 |
| PJ別効率指標 | 「プロジェクトごとの効率はどう?」 |
| プロジェクト一覧 | 「アクティブなプロジェクト一覧」 |
| プロジェクト詳細 | 「○○プロジェクトの詳細を教えて」 |
| メンバー別KPI | 「○○PJのメンバー別KPIは?」 |
| フィードバック一覧 | 「顧客フィードバックの状況は?」 |
| 期限超過FB | 「期限超過のフィードバックある?」 |
| 最適化履歴 | 「最適化の実行履歴を見せて」 |
| 最適化結果詳細 | 「直近の最適化結果の詳細」 |
| スケジュール | 「今週のスケジュールを教えて」 |
| 勤務時間 | 「今月の勤務時間サマリー」 |
| エージェント一覧 | 「コールエージェントの一覧」 |
開発者向け
ローカル実行
cd rbpaas-mcp
RBPAAS_API_URL=http://localhost:8080/api RBPAAS_API_TOKEN=roh_xxx uv run rbpaas-mcpMCP Inspector でデバッグ
RBPAAS_API_URL=http://localhost:8080/api RBPAAS_API_TOKEN=roh_xxx npx @modelcontextprotocol/inspector uv run rbpaas-mcpThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mm-gtm/rbpaas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server