MCP.so
Sign In

MCP Intranet OnBotGo

@reyer3

About 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.

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

reyer3

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers