Skip to main content
Glama
TeamToken-store

TeamToken MCP server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoPort the app is served on.8080
MCP_HTTP_TIMEOUTNoTimeout of a single gateway call. Must outlive the gateway's own poll ceiling.200
MCP_RESOURCE_URLNoWhat 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_AUTHNoToken served at /.well-known/mcp-registry-auth.
TEAMTOKEN_API_BASENoGateway 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=1https://api.teamtoken.store
MCP_IMAGE_WAIT_SECONDSNoHow long generate_image waits before handing back a job id.300
TEAMTOKEN_CABINET_BASENoAuthorization 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_INTERVALNoGap between polls once the gateway has handed back a job id.2
MCP_INTROSPECTION_SECRETNoShared secret for the introspection call. Empty means the browser sign-in path cannot work; the header path is unaffected.
TEAMTOKEN_ALLOW_ANY_BASENoSet 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources