e-conomic MCP Server
by inbound-cph
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH_TOKEN | No | Access 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_SCOPE | No | Optional scope exposed by your Entra app. Defaults to access_as_user. | access_as_user |
| AZURE_CLIENT_ID | No | Microsoft Entra (Azure) client ID (for Microsoft login). | |
| AZURE_TENANT_ID | No | Microsoft Entra tenant ID (for Microsoft login). | |
| MCP_USER_<NAME> | No | Placeholder 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_EMAILS | No | Comma-separated allowlist of e-mails allowed to log in. Required for Google login (or MCP_ALLOWED_DOMAINS). | |
| AZURE_CLIENT_SECRET | No | Microsoft Entra client secret (for Microsoft login). | |
| MCP_ALLOWED_DOMAINS | No | Comma-separated allowlist of domains allowed to log in. Required for Google login (or MCP_ALLOWED_EMAILS). | |
| MCP_AUTH_TOKEN_<NAME> | No | Placeholder 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_ID | No | Google OAuth client ID (for Google login). | |
| MCP_ALLOW_UNAUTHENTICATED | No | Set 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_SECRET | No | Google 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
| 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 | |