Drive the German tax portal ELSTER via Puppeteer: submit UStVA, prepare EUER/ESt, sync inbox.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
elster-mcp-server · npm · 0.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.lukasschwarz/elster-mcp-server",
"description": "Drive the German tax portal ELSTER via Puppeteer: submit UStVA, prepare EUER/ESt, sync inbox.",
"repository": {
"url": "https://github.com/lukasschwarz/elster-mcp-server",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "elster-mcp-server",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to a config.json that holds all settings below. Recommended.",
"format": "string",
"name": "ELSTER_CONFIG_PATH"
},
{
"description": "Absolute path to your ELSTER certificate (.pfx).",
"format": "string",
"name": "ELSTER_PFX_PATH"
},
{
"description": "Password for the .pfx certificate.",
"format": "string",
"isSecret": true,
"name": "ELSTER_PASSWORD"
},
{
"description": "Your Steuernummer in the format issued by your Finanzamt.",
"format": "string",
"name": "ELSTER_TAX_NUMBER"
},
{
"description": "Two-digit ELSTER federal-state code of your Finanzamt.",
"format": "string",
"name": "ELSTER_STATE_CODE"
},
{
"description": "Last name / company name.",
"format": "string",
"name": "ELSTER_NAME"
},
{
"description": "First name.",
"format": "string",
"name": "ELSTER_FIRST_NAME"
},
{
"description": "Street.",
"format": "string",
"name": "ELSTER_STREET"
},
{
"description": "House number.",
"format": "string",
"name": "ELSTER_HOUSE_NUMBER"
},
{
"description": "ZIP code.",
"format": "string",
"name": "ELSTER_ZIP"
},
{
"description": "City.",
"format": "string",
"name": "ELSTER_CITY"
},
{
"description": "ISO country code, default DE.",
"format": "string",
"name": "ELSTER_COUNTRY"
},
{
"description": "Run Chromium headless (true/false). Default true.",
"format": "string",
"name": "ELSTER_HEADLESS"
},
{
"description": "If 1, skip the EUER pre-hook in ESt sessions.",
"format": "string",
"name": "ELSTER_EST_SKIP_EUR"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-27T09:09:39.976839Z",
"publishedAt": "2026-06-27T09:09:39.976839Z",
"updatedAt": "2026-06-27T09:09:39.976839Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.