paper-boxing-mcp
by ParkviewLab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address. Defaults to 127.0.0.1 in code; the image sets 0.0.0.0. | 0.0.0.0 |
| PORT | No | Listen port | 35842 |
| PAPER_BOXING_BACKEND_URL | No | The backend URL | http://127.0.0.1:35843 |
| PAPER_BOXING_MCP_MAX_FILE_MB | No | Largest file a tool call carries, in MiB; larger files go through the REST API | 8 |
| PAPER_BOXING_PUBLIC_SITES_URL | No | Public sites URL, as for the backend | http://127.0.0.1:35841 |
| PAPER_BOXING_MCP_ALLOWED_HOSTS | No | Comma-separated Host values accepted on /mcp; a deployment adds <host>:35842 (or <host>:*). Another Host gets 421 | localhost,127.0.0.1,[::1],localhost:*,127.0.0.1:*,[::1]:* |
| PAPER_BOXING_MCP_ALLOWED_ORIGINS | No | Comma-separated browser origins accepted on /mcp and for CORS; a non-browser client sends no Origin and passes. Another Origin gets 403 | http://localhost,http://127.0.0.1,http://localhost:35842,http://127.0.0.1:35842 |
| PAPER_BOXING_MCP_ENABLE_TRANSPORT_SECURITY | No | Host and Origin validation (DNS-rebinding protection) on /mcp | true |
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