MCP Connection Test Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_DOMAIN | Yes | The domain name used for the MCP server, without 'https://' or path. It must match the domain configured in the existing HTTPS reverse proxy. | |
| PYTHON_IMAGE | No | Docker image used for Python. Defaults to the official Python slim image from AWS Public ECR. | public.ecr.aws/docker/library/python:3.12-slim |
| MCP_LOCAL_PORT | No | The local port on which the MCP server listens (bound to loopback). Default is 18080, but can be changed if the port is already in use. | 18080 |
| ORDER_API_TOKEN | No | Optional Bearer token for authenticating requests to the order system API, if it uses token-based authentication. | |
| ORDER_API_BASE_URL | Yes | Base URL of the order system API, e.g., http://host.docker.internal:32769. Must be reachable from inside the MCP container. | |
| INVENTORY_API_TOKEN | No | Optional Bearer token for authenticating requests to the inventory system API, if it uses token-based authentication. | |
| INVENTORY_API_BASE_URL | Yes | Base URL of the inventory system API, e.g., http://host.docker.internal:32768. Must be reachable from inside the MCP container. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues