
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@codespar/mcp-alegra
Advanced tools
MCP server for Alegra — cloud accounting platform for LATAM (Colombian-founded), supporting invoicing, contacts, inventory, and payments across CO, MX, AR, CL, and more.
# Set your credentials
export ALEGRA_EMAIL="your-email@example.com"
export ALEGRA_API_TOKEN="your-api-token"
# Run via stdio
npx tsx packages/colombia/alegra/src/index.ts
# Run via HTTP
npx tsx packages/colombia/alegra/src/index.ts --http
| Variable | Required | Description |
|---|---|---|
ALEGRA_EMAIL | Yes | Account email address |
ALEGRA_API_TOKEN | Yes | API token from Alegra settings |
MCP_HTTP | No | Set to "true" to enable HTTP transport |
MCP_PORT | No | HTTP port (default: 3000) |
| Tool | Purpose |
|---|---|
create_invoice | Create an invoice |
get_invoice | Get invoice details by ID |
list_invoices | List invoices |
void_invoice | Void/cancel an invoice |
get_invoice_pdf | Get invoice PDF download URL |
send_invoice | Email an invoice to one or more recipients |
create_contact | Create a contact (customer or supplier) |
update_contact | Update an existing contact |
delete_contact | Delete a contact |
list_contacts | List contacts |
create_item | Create a product or service item |
update_item | Update an existing item |
list_items | List products and services |
list_payments | List payments |
get_payment | Get payment by ID |
create_payment | Record a payment |
void_payment | Void/annul a payment |
list_categories | List item categories (chart of accounts) |
list_bank_accounts | List bank accounts |
get_company | Get company profile and settings |
Uses Basic authentication with email and API token. Obtain your API token from the Alegra settings page under "API" section.
Enterprise? Contact us at codespar.com for dedicated support, custom integrations, and SLAs.
FAQs
MCP server for Alegra — cloud accounting for LATAM (Colombian-founded)
We found that @codespar/mcp-alegra demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.