Skip to main content
Glama
klausagnoletti

e-conomic MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ECONOMIC_DEBUGNoSet to 'true' to emit JSON debug logs to stderr.false
ECONOMIC_BASE_URLNoBase URL for e-conomic API.https://restapi.e-conomic.com
ECONOMIC_APP_SECRET_TOKENYesYour e-conomic app secret token.
ECONOMIC_AGREEMENT_GRANT_TOKENYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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