ARS Digital GmbH
Structured data
Parsed, typed and queryable directly through the API.
Overview
- Legal form
- GmbH
- Address
-
Löffelstraße 40
70597 Stuttgart - Commercial register
- HRB 791588, Stuttgart
- Registration date
- September 8, 2023
- Industry
-
Entwicklung und Programmierung von Anwendungssoftware
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie - Purpose
- Entwicklung von Software und Digitalisierungslösungen.
Financials
Balance sheet
2023- Current Assets 58,5 % 120,20 Mio
- Fixed Assets 40,5 % 83,26 Mio
- Prepaid Expenses 0,6 % 1,24 Mio
- Deferred Tax Assets 0,3 % 570,2 k
- Active Balancing Item from Asset Offset 0,0 % 87,9 k
- Liabilities 48,6 % 99,75 Mio
- Equity 33,1 % 67,88 Mio
- Accrued Expenses 11,9 % 24,43 Mio
- Provisions 6,4 % 13,08 Mio
- Deferred Tax Liabilities 0,1 % 215,1 k
- Sonderposten für Investitionszuschüsse zum Anlagevermögen 0,0 % 5,1 k
Profit & loss
2023- Revenue 47,7 % 324,05 Mio
- Personnel expenses 19,3 % −131,47 Mio
- Material expenses 16,2 % −109,82 Mio
- Other operating expenses 7,9 % −53,75 Mio
- On intangible assets and property, plant, and equipment 2,8 % −19,26 Mio
- Result after taxes 1,2 % 8,21 Mio
- Dem Mutterunternehmen zustehender Gewinn 1,2 % 7,83 Mio
- Annual net profit/loss 1,1 % 7,82 Mio
- Other operating income 1,1 % 7,25 Mio
- Income and profit taxes 0,9 % −5,87 Mio
- Interest and similar expenses 0,5 % −3,50 Mio
- Other taxes 0,1 % −396,5 k
- Increase or decrease in finished and unfinished goods inventory 0,0 % 292,1 k
- Other interest and similar income 0,0 % 290,1 k
- Nicht beherrschenden Anteilen zustehender Verlust 0,0 % −11,7 k
- Income from investments 0,0 % 0
Authorized representatives
-
Hansjörg Reiner
since 2023 Managing Director
-
Marco Hammerstein
since 2023 Managing Director
Ownership & holdings
Shareholders
- ARS Beteiligungs GmbH DEU 100.0 % 25k €
Ultimate beneficial owners (UBOs)
-
J*** C******
9.6 %
-
H***** S******
3.6 %
History
- 2024
-
02.10.
Change of addressARS Digital GmbH
- 2023
-
20.12.
Enterprise agreementARS Digital GmbH
-
20.10.
Change of legal formGesellschaft mit beschränkter Haftung
-
20.10.
Change of company nameARS Digital GmbH
-
20.10.
Member entryMarco Hammerstein · Managing Director
-
20.10.
Member entryHansjörg Reiner · Managing Director
-
20.10.
Change of representation schemeIst nur ein Geschäftsführer bestellt, vertritt er allein. Sind mehrere Geschäftsführer bestellt, vertreten zwei gemeinsam oder ein Geschäftsführer mit einem Prokuristen.
-
20.10.
Change of share capitalARS Digital GmbH
Raw data & documents
Original filings, full-text markdown and PDFs — full content via the API.
Annual statements (full text)
Published reports as markdown — including management report, balance sheet, P&L and appendix.
- 2023 Konzernabschluss
Register documents
PDF documents straight from the court register — fetched on demand via the :code endpoint.
- Current extract (AD)
- Chronological extract (CD)
- Structured content (SI, XML)
- Shareholders list
- Articles of association
Website content
Structured markdown rendering of the company's public website — perfect for enrichment and AI pipelines.
Unlock with API key Get API key →This company in Claude or ChatGPT
Connect handelsregister.ai to your AI assistant once – then simply ask it about this and any other company.
- In Claude, go to Settings → Connectors → “Add custom connector”.
-
Enter this server URL:
https://mcp.handelsregister.ai/mcp - Sign in with your handelsregister.ai account in the dialog. The connector is then available in every chat under “Tools”.
- In ChatGPT, go to Settings → Connectors → Advanced, enable Developer mode and choose “Create”.
-
Enter the name “handelsregister”, authentication OAuth and this server URL:
https://mcp.handelsregister.ai/mcp - Sign in with your handelsregister.ai account in the dialog and enable the connector in the chat under “More”.
-
Run once in your terminal:
claude mcp add --transport http handelsregister https://mcp.handelsregister.ai/mcp \ --header "X-API-Key: YOUR_API_KEY" - Done – the server is now available in every Claude Code session.
For your own applications: pass the server as a tool, authenticated with your API key.
from openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-6-astra",
input="ARS Digital GmbH: Geschäftsführung, Gesellschafter, Kennzahlen?",
tools=[{
"type": "mcp",
"server_label": "handelsregister",
"server_url": "https://mcp.handelsregister.ai/mcp",
"headers": {"X-API-Key": "YOUR_API_KEY"},
"require_approval": "never",
}],
)
print(response.output_text)
Cursor, Windsurf and other MCP clients: add this block to the MCP configuration.
{
"mcpServers": {
"handelsregister": {
"url": "https://mcp.handelsregister.ai/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
Replace YOUR_API_KEY with your key – once you are signed in it is filled in here automatically.
What do you know about ARS Digital GmbH? Use entity_id 94cebbcbbad14c7cdb95ee08d7bd3080 and show me the management, shareholders and the latest key figures.
Structured data and full text — per company
From annual statements as HTML to UBO lists: enable each field individually via the features parameter. One API, all data.
- Key figures Revenue, employee count, total assets, net income — per fiscal year.
- Authorized representatives Current and former managing directors, board members, signatories — with roles and date ranges.
- Publications Official commercial register publications including date and full text.
- Gesellschafter Current shareholder structure with stakes and contributions.
- Wirtschaftlich Berechtigte (UBOs) Ultimate beneficial owners as recorded in the German transparency register.
- Beteiligungen Stakes this company holds in other entities.
- Bilanz Full balance sheet line items from published annual statements.
- Gewinn- und Verlustrechnung P&L line items per fiscal year.
- Jahresabschlüsse (HTML) Published annual financial statements rendered as HTML.
- Insolvenzbekanntmachungen Notices from the official insolvency registers.
- News Recent mentions of the company from external news sources.
Plug into any stack
Whether you're building a classical API integration, an AI agent, or a no-code workflow — this data slots in.
Use this data in your app
Grab an API key and pull this structured commercial register data straight from your application — no scraping, no PDFs.
Keyboard shortcuts
- Copy active snippet
- C
- Copy entity_id
- I
- Switch tab
- 1–6
- Toggle this help
- ?