MCP.so
ログイン

MCP Intranet OnBotGo

@reyer3

MCP Intranet OnBotGo について

Model Context Protocol (MCP) Server para administración inteligente de tareas del equipo OnBotGo. Integra APIs existentes de Apiaim e Intranet con capacidades de IA para gestión optimizada de proyectos.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

reyer3

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-intranet-onbotgo": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Intranet OnBotGo?

MCP Intranet OnBotGo is a Model Context Protocol server that integrates OnBotGo’s existing Apiaim and Intranet APIs with AI capabilities for intelligent task management. It is designed for teams using OnBotGo to automate task creation, assignment, and project tracking.

How to use MCP Intranet OnBotGo?

Clone the repository, set up a Python virtual environment, install dependencies from requirements.txt, copy .env.example to .env and fill in credentials, then run python -m mcp_onbotgo.server.

Key features of MCP Intranet OnBotGo

  • Automatic task creation from natural language descriptions
  • Intelligent assignment based on workload and expertise
  • Automatic client and project detection
  • Dependency management and complex workflow support
  • Google Identity Toolkit and OAuth 2.1 authentication
  • Granular role‑based permissions and persistent sessions

Use cases of MCP Intranet OnBotGo

  • Create and assign tasks in a team project board via natural language
  • Automatically associate tasks with the correct clients and projects
  • Prioritize tasks and detect scheduling conflicts
  • Add contextual comments and update task progress through AI suggestions

FAQ from MCP Intranet OnBotGo

What authentication does it use?

It uses Google Identity Toolkit with OAuth 2.1 and granular role‑based permissions.

What are the runtime requirements?

Python 3, a virtual environment, and dependencies listed in requirements.txt.

Which APIs does it integrate?

It integrates OnBotGo’s APIs: BuscarClientes, CrearTareaEnTablero, ActualizarTareaEnTablero, and AgregarComentarioATarea.

Does it support persistent sessions?

Yes, it provides persistent sessions through MCP.

What is the target response time?

The server aims for an average response time under 200ms.

コメント

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