TeamToken MCP server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port the app is served on. | 8080 |
| MCP_HTTP_TIMEOUT | No | Timeout of a single gateway call. Must outlive the gateway's own poll ceiling. | 200 |
| MCP_RESOURCE_URL | No | What the server calls itself in its RFC 9728 metadata. If it does not match the URL clients actually reach, a 401 sends them to authorise against the wrong thing. | https://teamtoken.store/mcp |
| MCP_REGISTRY_AUTH | No | Token served at /.well-known/mcp-registry-auth. | |
| TEAMTOKEN_API_BASE | No | Gateway to proxy to. Every authenticated call sends the caller's API key here — a non-https or non-teamtoken.store address is refused at startup unless you set TEAMTOKEN_ALLOW_ANY_BASE=1 | https://api.teamtoken.store |
| MCP_IMAGE_WAIT_SECONDS | No | How long generate_image waits before handing back a job id. | 300 |
| TEAMTOKEN_CABINET_BASE | No | Authorization server for the browser sign-in path. Used for one call: turning an OAuth token into the key behind it. | https://app.teamtoken.store |
| MCP_IMAGE_POLL_INTERVAL | No | Gap between polls once the gateway has handed back a job id. | 2 |
| MCP_INTROSPECTION_SECRET | No | Shared secret for the introspection call. Empty means the browser sign-in path cannot work; the header path is unaffected. | |
| TEAMTOKEN_ALLOW_ANY_BASE | No | Set to "1" to allow TEAMTOKEN_API_BASE values that are not https or not on teamtoken.store. |
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