Skip to main content

Admin MCP Server

Overview

The Admin MCP server provides a restricted set of tools for system administration tasks. These tools are intended for platform operators who need to manage agent configurations, verify infrastructure health, and test integrations.

PropertyValue
Server IDadmin
Tools11
Streamable HTTP/api/mcp/admin/mcp when the deployed MCP transport is published
SSE/api/mcp/admin/sse when the deployed MCP transport is published

Who Should Use This

  • System administrators managing agent behavior and configurations
  • DevOps engineers verifying infrastructure health and connectivity
  • Platform operators testing LLM deployments and search integrations

Tools

Tool IDDescription
admin-update-llm-paramsUpdate LLM parameter presets (temperature, max tokens, etc.)
admin-test-llm-modelTest an LLM model deployment by sending a probe request
admin-db-health-checkVerify database connectivity and return status
admin-list-agent-profilesList all agent profiles with their current versions
admin-update-agent-profileUpdate an agent profile's system prompt or model overrides
admin-agent-profile-historyView the version history of an agent profile
admin-test-tavily-searchTest Tavily search integration and verify results
admin-get-current-profileGet the current (active) agent profile by agent ID
admin-probe-llm-providerProbe LLM provider health, latency, and available capabilities
admin-environment-healthSummarize runtime environment health for operator diagnostics
admin-observability-analyticsQuery high-level observability analytics for admin dashboards

Tool Categories

Agent Profile Management

Tools for viewing and updating the database-backed agent configurations that control agent behavior:

  • admin-list-agent-profiles -- List all registered profiles with metadata.
  • admin-get-current-profile -- Retrieve the active profile for a specific agent.
  • admin-update-agent-profile -- Modify a profile's system prompt, model deployment, or parameter overrides.
  • admin-agent-profile-history -- View the full version history of a profile, including effective dates.

Infrastructure Health

Tools for verifying that backend services are operational:

  • admin-db-health-check -- Confirms the database is reachable and returns connection metadata.
  • admin-probe-llm-provider -- Checks LLM provider endpoints for availability, latency, and supported capabilities.
  • admin-environment-health -- Reports environment health information for operational dashboards.
  • admin-observability-analytics -- Returns aggregate observability analytics.

Integration Testing

Tools for validating external integrations in a live environment:

  • admin-test-llm-model -- Sends a test prompt to a specific LLM deployment and returns the response.
  • admin-test-tavily-search -- Executes a test search query against the Tavily search API.
  • admin-update-llm-params -- Updates the default parameter presets used across LLM calls.
Restricted Access

This server exposes administrative operations. Access should be limited to authorized operators. The tools can modify agent behavior and system configuration.

Transport publication

The source-backed server ID and tool list are current. The exact APIM MCP transport paths still require live testing before they are treated as a public integration contract.