AI Admin API MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_BETA | No | Comma-separated Anthropic beta headers. | |
| MCP_USER_AGENT | No | Optional user agent context for future outbound request metadata. | |
| OPENAI_BASE_URL | No | Override for tests or compatible OpenAI Admin API gateways. Defaults to https://api.openai.com/v1. | |
| OPENAI_ADMIN_KEY | No | OpenAI Admin API key (required for OpenAI static mode). | |
| ANTHROPIC_VERSION | No | Anthropic API version. Defaults to 2023-06-01. | |
| ANTHROPIC_BASE_URL | No | Override for tests or compatible Anthropic Admin API gateways. Defaults to https://api.anthropic.com/v1. | |
| MCP_HTTPS_KEY_PATH | No | PEM private-key path for local HTTPS. | |
| ANTHROPIC_ADMIN_KEY | No | Anthropic Admin API key, sent as x-api-key (required for Anthropic static mode). | |
| MCP_HTTPS_CERT_PATH | No | PEM certificate path for local HTTPS. | |
| MCP_HTTP_AUTH_TOKEN | No | Bearer token required by the MCP HTTP endpoint unless unsafe local mode is used. | |
| ANTHROPIC_OAUTH_TOKEN | No | Optional Anthropic OAuth bearer token with admin scope. | |
| MCP_CACHE_TTL_SECONDS | No | Dashboard bundle cache TTL in seconds. Defaults to 60. | |
| AI_ADMIN_CREDENTIAL_MODE | No | Only static is implemented in this runtime build. pass_through and hybrid are documented gateway contracts and fail fast. | |
| AI_ADMIN_ENABLED_PROVIDERS | No | Comma-separated openai,anthropic. Defaults to providers with static credentials present. | |
| AI_ADMIN_REQUIRED_PROVIDERS | No | Comma-separated providers that must be enabled and statically configured at startup. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Amaretto-Software-Labs/ai-admin-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server