{
  "markdown": "<!-- mcp-name: io.github.fgasparetto/invoicetronic-mcp -->\n\n# Invoicetronic MCP Server\n\nMCP server for the [Invoicetronic](https://invoicetronic.com) API — Italian electronic invoicing through the SDI (Servizio di Interscambio).\n\nBuilt with [FastMCP](https://github.com/modelcontextprotocol/python-sdk) (Python).\n\n## Features\n\n20 tools covering the full Invoicetronic API:\n\n| Category | Tools |\n|----------|-------|\n| **Account** | `account_status`, `health_check` |\n| **Send** | `list_sent_invoices`, `get_sent_invoice`, `get_sent_invoice_by_identifier`, `get_sent_invoice_payload`, `send_invoice_xml`, `validate_invoice_xml` |\n| **Receive** | `list_received_invoices`, `get_received_invoice`, `get_received_invoice_payload` |\n| **Company** | `list_companies`, `get_company` |\n| **Events** | `list_events`, `get_event` |\n| **Updates** | `list_updates`, `get_update` |\n| **Export** | `export_invoices` |\n\n## Setup\n\n### Prerequisites\n\n- Python 3.11+\n- [uv](https://docs.astral.sh/uv/) (recommended) or pip\n- An [Invoicetronic](https://invoicetronic.com) API key\n\n### Claude Code\n\nAdd to your `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"invoicetronic\": {\n      \"command\": \"uv\",\n      \"args\": [\"run\", \"--directory\", \"/path/to/invoicetronic-mcp\", \"server.py\"],\n      \"env\": {\n        \"INVOICETRONIC_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"invoicetronic\": {\n      \"command\": \"uv\",\n      \"args\": [\"run\", \"--directory\", \"/path/to/invoicetronic-mcp\", \"server.py\"],\n      \"env\": {\n        \"INVOICETRONIC_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n## Authentication\n\nThe Invoicetronic API uses Basic auth with your API key as the username and an empty password. Set the `INVOICETRONIC_API_KEY` environment variable.\n\nGet your API key at [invoicetronic.com](https://invoicetronic.com).\n\n## API Reference\n\nFull API docs: [api.invoicetronic.com](https://api.invoicetronic.com)\n\n## License\n\nMIT\n",
  "bytes": 1997,
  "sha": "873552f6f8e1194f53a28b5523977e73a4bcfe0d215a7ab92bb09c271225618f",
  "repo_slug": "fgasparetto/invoicetronic-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fgasparetto_invoicetronic_mcp_5c906cb2/readme"
}