Skip to main content
Glama
inbound-cph

e-conomic MCP Server

by inbound-cph

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUTH_TOKENNoAccess key for automations (identity service-token). Alternatively, you can define per-person keys using the pattern MCP_AUTH_TOKEN_<NAME> (e.g., MCP_AUTH_TOKEN_CFO).
AZURE_API_SCOPENoOptional scope exposed by your Entra app. Defaults to access_as_user.access_as_user
AZURE_CLIENT_IDNoMicrosoft Entra (Azure) client ID (for Microsoft login).
AZURE_TENANT_IDNoMicrosoft Entra tenant ID (for Microsoft login).
MCP_USER_<NAME>NoPlaceholder for e-mail + password login. Replace <NAME> with a user name, value is in the format email:pbkdf2_sha256$... (created with scripts/new_user.py).
MCP_ALLOWED_EMAILSNoComma-separated allowlist of e-mails allowed to log in. Required for Google login (or MCP_ALLOWED_DOMAINS).
AZURE_CLIENT_SECRETNoMicrosoft Entra client secret (for Microsoft login).
MCP_ALLOWED_DOMAINSNoComma-separated allowlist of domains allowed to log in. Required for Google login (or MCP_ALLOWED_EMAILS).
MCP_AUTH_TOKEN_<NAME>NoPlaceholder for a per-person access key. Replace <NAME> with a user name (e.g., MCP_AUTH_TOKEN_CFO). Must be 32+ characters.
GOOGLE_OAUTH_CLIENT_IDNoGoogle OAuth client ID (for Google login).
MCP_ALLOW_UNAUTHENTICATEDNoSet to 'true' to disable all authentication for local testing only. The server will listen on 127.0.0.1 and log a warning.false
GOOGLE_OAUTH_CLIENT_SECRETNoGoogle OAuth client secret (for Google login).

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