Invoicebox MCP Server
Officialby InvoiceBox
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INVOICEBOX_ENV | Yes | Environment: 'demo' or 'production'. Required. | |
| INVOICEBOX_LIMITS | No | Daily limits, JSON string. | |
| INVOICEBOX_TOOLSETS | No | Toolsets to enable: 'read' (default), 'write', 'refund'. | read |
| INVOICEBOX_API_TOKEN | No | API token from the personal cabinet (Integration/API tab). Required if no token file is present. | |
| INVOICEBOX_HTTP_HOST | No | HTTP bind address. | 127.0.0.1 |
| INVOICEBOX_HTTP_PORT | No | If set, use Streamable HTTP transport on this port; otherwise stdio. | |
| INVOICEBOX_LOG_LEVEL | No | Log level: error, warn, info, debug. | |
| INVOICEBOX_STATE_DIR | No | Directory for journal and duplicate protection. If not set, lives only within the process. | |
| INVOICEBOX_RATE_LIMIT | No | Custom rate limiter, format 'requests/seconds'. | 60/30 |
| INVOICEBOX_SENTRY_DSN | No | Sentry DSN, off by default. | |
| INVOICEBOX_TOKEN_FILE | No | Custom path to token file. | |
| INVOICEBOX_GRAYLOG_URL | No | External Graylog receiver URL, off by default. | |
| INVOICEBOX_MERCHANT_ID | No | Merchant identifier, required for merchant operations. | |
| INVOICEBOX_COUNTERPARTY_ID | No | Organization identifier, required for organization operations. | |
| INVOICEBOX_CONFIRM_THRESHOLD | No | Amount threshold in kopecks for separate confirmation. | 100000 |
| INVOICEBOX_HTTP_MAX_SESSIONS | No | Maximum number of sessions. | 200 |
| INVOICEBOX_HTTP_ALLOWED_HOSTS | No | Whitelist of Host headers, off by default. | |
| INVOICEBOX_HTTP_ALLOWED_ORIGINS | No | Whitelist of Origin headers, off by default. | |
| INVOICEBOX_HTTP_SESSION_IDLE_MS | No | Session idle timeout in milliseconds. | 1800000 |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/InvoiceBox/invoicebox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server