ManageEngine Endpoint Central 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., "@ManageEngine Endpoint Central MCP ServerList all computers with missing critical patches"
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.
ManageEngine Endpoint Central — MCP Server
Python FastMCP server exposing 106 ManageEngine Endpoint Central REST API endpoints as MCP tools, integrated with Gemini Enterprise via Zoho OAuth 2.0.
Architecture
User in Gemini Enterprise
│
▼
Gemini Enterprise → Zoho OAuth (accounts.zoho.in)
│ receives access token
▼
MCP Server (Cloud Run)
Authorization: Bearer <zoho_token> → Authorization: Zoho-oauthtoken <zoho_token>
│
▼
ManageEngine Endpoint Central API
│
▼
Response back to Gemini → UserRelated MCP server: OpManager MCP Server
Deployment
Cloud Run (Production)
Service: verse-manageengine-mcp-server
Region: asia-south1
Project: gemini-project-n1
URL: https://verse-manageengine-mcp-server-852267154002.asia-south1.run.app/mcpTo redeploy after code changes:
gcloud run deploy verse-manageengine-mcp-server \
--source . \
--platform managed \
--region asia-south1 \
--project gemini-project-n1 \
--account temp_wohlig.praveen@verse.in \
--port 8080 \
--set-env-vars "ME_BASE_URL=https://endpointcentral.manageengine.in,IAM_NAME=AaaServer,CRVIEW=CustomReportView,LOG_LEVEL=INFO,ZOHO_TOKEN_URL=https://accounts.zoho.in/oauth/v2/token"Local Development
pip install -e .
python -m src.serverServer starts at http://0.0.0.0:8000/mcp.
Environment Variables
Variable | Description | Required |
| ManageEngine Endpoint Central base URL | Yes |
| Zoho IAM name (default: | No |
| Custom report view name | No |
| Server port (default: | No |
| Logging level (default: | No |
| Zoho OAuth Client ID (for server-managed token refresh) | Optional |
| Zoho OAuth Client Secret | Optional |
| Zoho OAuth Refresh Token | Optional |
| Zoho token endpoint | No |
OAuth Setup
Register your OAuth application at api-console.zoho.in:
Add Client → Server-based Application
Set the Redirect URI to Gemini's callback URL
Copy Client ID and Client Secret
Scopes (comma-separated):
DesktopCentralCloud.PatchMgmt.READ,DesktopCentralCloud.PatchMgmt.Update,DesktopCentralCloud.VulnerabilityMgmt.READ,DesktopCentralCloud.DeviceControl.READ,DesktopCentralCloud.Inventory.READ,DesktopCentralCloud.SOM.READ,DesktopCentralCloud.SOM.Update,DesktopCentralCloud.CustomField.READ,DesktopCentralCloud.CustomField.Update,DesktopCentralCloud.CustomReport.READ,DesktopCentralCloud.QueryReport.READ,DesktopCentralCloud.DataEncryption.READ,DesktopCentralCloud.EndpointDLP.READ,DesktopCentralCloud.Common.READ,DesktopCentralCloud.DEX.READAvailable Tools (106 total)
Patch Management (28 tools)
patch_get_health_policy, patch_list_deployment_policies, patch_list_downloaded, patch_get_scan_details, patch_list_all, patch_list_all_systems, patch_list_all_patch_details, patch_list_supported, patch_list_configurations, patch_list_applicable, patch_get_summary, patch_get_system_report, patch_get_system_patch_report, patch_get_approval_settings, patch_get_db_update_status, patch_approve, patch_unapprove, patch_decline, patch_decline_settings, patch_scan_computers, patch_scan_all_computers, patch_install, patch_uninstall, patch_apd_create, patch_apd_modify, patch_apd_delete, patch_apd_suspend, patch_apd_resume
Vulnerability Management (8 tools)
vuln_list, vuln_list_server_misconfigurations, vuln_list_system_misconfigurations, vuln_get_system_report, vuln_get_system_vuln_report, vuln_get_server_misconfig_report, vuln_get_system_misconfig_report, vuln_get_detailed_info
Device Control (9 tools)
dc_get_file_activity, dc_get_device_audit, dc_get_file_shadow, dc_list_unique_devices, dc_list_blocked_devices, dc_get_mac_device_status, dc_get_windows_device_status, dc_list_exempted_devices, dc_list_exempted_device_types
Custom Fields (11 tools)
cf_list, cf_create, cf_update, cf_update_value, cf_delete, cf_create_data_type, cf_check_udt_name_exists, cf_get_udt_length, cf_update_computer_value, cf_get_computer_fields, cf_get_computer_metadata
Inventory (17 tools)
inv_get_summary, inv_get_filter_params, inv_list_scan_computers, inv_get_computer_summary, inv_list_software, inv_list_prohibited_software, inv_list_hardware, inv_get_installed_software, inv_get_software_licenses, inv_list_licensed_software, inv_list_software_metering, inv_get_computers_by_hardware, inv_get_computers_by_software, inv_get_computers_by_licensed_software, inv_get_computers_by_metering_rule, inv_get_computers_by_prohibited_software, inv_get_computers_by_license
SOM — Systems & OS Management (6 tools)
som_get_summary, som_list_computers, som_list_remote_offices, som_install_agent, som_uninstall_agent, som_remove_computer
Reports (4 tools)
report_list_query_reports, report_get_query_data, report_list_custom_reports, report_get_custom_data
BitLocker / Data Encryption (3 tools)
bitlocker_get_tpm_report, bitlocker_get_report, bitlocker_get_recovery_keys
Data Loss Prevention (11 tools)
dlp_get_usb_printer_report, dlp_get_network_printer_report, dlp_get_false_positives, dlp_get_endpoint_activity, dlp_get_justifications, dlp_get_rules_report, dlp_get_email_domains_report, dlp_get_web_domains_report, dlp_get_devices_report, dlp_get_applications_report, dlp_get_data_rule_violations
Common (2 tools)
common_list_custom_groups, common_get_server_properties
DEX — Digital Experience (7 tools)
dex_get_config, dex_get_addon_info, dex_get_last_update_time, dex_get_next_process_time, dex_get_latest_experience, dex_get_device_profile, dex_get_device_nodes
This 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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to interact with VMware Workspace ONE UEM environments for device management, user administration, and system operations. Provides access to 25+ commonly used UEM APIs with support for OAuth2 authentication and bulk operations.Last updated3MIT
- AlicenseCqualityDmaintenanceEnables AI assistants to interact with ManageEngine OpManager for network monitoring and IT operations management. Provides credential-less access to 85+ API endpoints for managing devices, alarms, discovery, dashboards, and reports through natural language.Last updated852MIT
- Flicense-qualityDmaintenanceExposes 90 production-grade tools for interacting with the complete HPE Aruba Networking Central REST API surface, including network inventory, configuration, and security management. It features enterprise-ready OAuth2 handling and semantic tool filtering for optimized performance with both hosted and local LLMs.Last updated
- FlicenseBqualityDmaintenanceExposes Zoho CRM v6 REST API as structured tools for LLM agents via MCP, enabling CRUD operations, search, COQL queries, and more.Last updated113
Related MCP Connectors
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
34 production API tools over one hosted MCP endpoint.
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/vamsitejeswar/ManageEngine-custom-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server