Skip to main content
Glama

Alegra MCP Server

by juancsanchez

AlegraAPI

Use AlegraAPI to fetch and manage accounting data from Alegra. Retrieve invoices, contacts, or items with specified endpoints and parameters for streamlined financial operations.

Instructions

Una herramienta para interactuar con la API de contabilidad de Alegra. Permite consultar facturas, contactos y más.

Input Schema

NameRequiredDescriptionDefault
endpointYesEl tipo de recurso a consultar. Ej: 'invoices', 'contacts'.
idNoEl ID específico de un recurso a consultar (ej: el ID de una factura).
methodNoEl método HTTP a utilizar.get
queryParamsNoParámetros de consulta adicionales, como 'start', 'limit', 'query'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "El tipo de recurso a consultar. Ej: 'invoices', 'contacts'.", "enum": [ "invoices", "contacts", "items" ], "type": "string" }, "id": { "description": "El ID específico de un recurso a consultar (ej: el ID de una factura).", "type": "string" }, "method": { "default": "get", "description": "El método HTTP a utilizar.", "enum": [ "get", "post" ], "type": "string" }, "queryParams": { "additionalProperties": { "type": "string" }, "description": "Parámetros de consulta adicionales, como 'start', 'limit', 'query'.", "type": "object" } }, "required": [ "endpoint" ], "type": "object" }
Install Server

Other Tools from Alegra MCP Server

Related Tools

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/juancsanchez/Alegra-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server