e-conomic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ECONOMIC_DEBUG | No | Set to 'true' to emit JSON debug logs to stderr. | false |
| ECONOMIC_BASE_URL | No | Base URL for e-conomic API. | https://restapi.e-conomic.com |
| ECONOMIC_APP_SECRET_TOKEN | Yes | Your e-conomic app secret token. | |
| ECONOMIC_AGREEMENT_GRANT_TOKEN | Yes | Your e-conomic agreement grant token. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| helloA | Return a friendly greeting. |
| list_customersA | Fetch a page of customers from the e-conomic API. |
| get_customerA | Fetch a single customer by customer number. |
| list_productsA | Fetch a page of products. |
| upsert_productB | Create or update a product by productNumber. |
| create_invoice_draftC | Create a draft invoice in e-conomic. |
| update_invoice_draftC | Update an existing draft invoice in e-conomic. |
| update_customerC | Update an existing customer in e-conomic. |
| list_invoice_draftsB | Fetch a page of draft invoices. |
| get_invoice_draftA | Fetch a draft invoice by number. |
| book_invoice_draftC | Book a draft invoice into a booked invoice. |
| list_booked_invoicesB | Fetch a page of booked invoices. |
| get_booked_invoiceA | Fetch a booked invoice by number. |
| download_invoice_pdfA | Download a booked invoice PDF as base64. |
| list_payment_termsA | Fetch a page of payment terms. |
| list_customer_groupsA | Fetch a page of customer groups. |
| list_vat_zonesB | Fetch a page of VAT zones. |
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/klausagnoletti/e-conomic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server