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.
| Property | Value |
|---|---|
| Server ID | admin |
| Tools | 11 |
| 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 ID | Description |
|---|---|
admin-update-llm-params | Update LLM parameter presets (temperature, max tokens, etc.) |
admin-test-llm-model | Test an LLM model deployment by sending a probe request |
admin-db-health-check | Verify database connectivity and return status |
admin-list-agent-profiles | List all agent profiles with their current versions |
admin-update-agent-profile | Update an agent profile's system prompt or model overrides |
admin-agent-profile-history | View the version history of an agent profile |
admin-test-tavily-search | Test Tavily search integration and verify results |
admin-get-current-profile | Get the current (active) agent profile by agent ID |
admin-probe-llm-provider | Probe LLM provider health, latency, and available capabilities |
admin-environment-health | Summarize runtime environment health for operator diagnostics |
admin-observability-analytics | Query 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.
This server exposes administrative operations. Access should be limited to authorized operators. The tools can modify agent behavior and system configuration.
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.