active Legal form GmbH

compuart.com GmbH

Wangen im Allgäu ·HRB 730624 Ulm ·compuart.com

Overview

Legal form
GmbH
Address
Ravensburger Straße 71
88239 Wangen im Allgäu
Commercial register
HRB 730624, Ulm
Registration date
March 24, 2014
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Großhandel mit Datenverarbeitungsgeräten, peripheren Geräten und Software
Tätigkeiten der Großhandelsvermittlung von Büromaschinen, Datenverarbeitungsgeräten, peripheren Geräten und Software
Registered capital
25,100.00 EUR
Representation rules

Ist 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.

Purpose
Betrieb einer Agentur im Internet-Bereich sowie Verkauf von Hard- und Software.

Financials

Balance sheet

2024
Assets 1,73 Mio
  • Current Assets 77,3 % 1,34 Mio
  • Fixed Assets 22,5 % 390,1 k
  • Prepaid Expenses 0,2 % 2,9 k
Liabilities and Equity 1,73 Mio
  • Equity 94,5 % 1,64 Mio
  • Liabilities 3,8 % 66,4 k
  • Provisions 1,7 % 29,5 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 1 earlier fiscal years.

Authorized representatives

  • Jürgen Wunderle since 2014 Managing Director

Ownership & holdings

Shareholders

  • Jürgen Wunderle 100.0 % 25k €

Ultimate beneficial owners (UBOs)

1 hold ≥ 25%
1 more beneficial owners · viewable with an API key Get API key →

History

  1. 2020
  2. 03.06.
    Change of address
    compuart.com GmbH
  3. 2014
  4. 03.09.
    Change of share capital
    compuart.com GmbH
  5. 03.09.
    Change of bylaws
    compuart.com GmbH
  6. 15.04.
    Change of bylaws
    compuart.com GmbH
  7. 15.04.
    Change of legal form
    Gesellschaft mit beschränkter Haftung
  8. 15.04.
    Change of purpose
    Betrieb einer Agentur im Internet-Bereich sowie Verkauf von Hard- und Software.
  9. 15.04.
    Change of address
    compuart.com GmbH
  10. 15.04.
    Change of representation scheme
    Ist 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.
5 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

2 documents
Fiscal year Document Published Access
2024 Jahresabschluss Published Via the API
2023 Jahresabschluss Published Read full text
2023 Jahresabschluss Full text

compuart.com GmbH

Wangen im Allgäu

Jahresabschluss zum Geschäftsjahr vom 01.01.2023 bis zum 31.12.2023

Bilanz

Aktiva

31.12.2023
EUR
31.12.2022
EUR
A. Anlagevermögen 319.891,84 319.668,84
davon Ausleihungen an Gesellschafter 308.000,00 308.000,00
B. Umlaufvermögen 1.066.304,12 905.944,10
davon Forderungen an Gesellschafter   80,16
C. Rechnungsabgrenzungsposten 5.778,31 7.176,35
Aktiva 1.391.974,27 1.232.789,29

Passiva

31.12.2023
EUR
31.12.2022
EUR
A. Eigenkapital 1.273.977,18 1.093.297,63
B. Rückstellungen 77.883,79 80.319,92
C. Verbindlichkeiten 40.113,30 59.171,74
davon mit einer Restlaufzeit bis zu einem Jahr 40.113,30 59.171,74
davon gegenüber Gesellschaftern 7.837,76  
Summe Passiva 1.391.974,27 1.232.789,29

sonstige Berichtsbestandteile


Wangen im Allgäu, 20.02.2025

compuart.com GmbH

-Geschäftsführung-


Angaben zur Feststellung:
Der Jahresabschluss wurde am 20.02.2025 festgestellt.

Register documents

Bring original register extracts and company documents into your application as PDF or XML.

GET/v1/fetch-document
View the document API
  • Current extract (AD) PDF
  • Chronological extract (CD) PDF
  • Structured content (SI, XML) XML
  • Shareholders list PDF
  • Articles of association PDF

Explore more companies

Handelsregister API · MCP

Company data in your AI chat

Ask about directors, ownership and financial figures. Our MCP server connects your assistant to the Handelsregister API.

MCP documentation

Connect your assistant

  1. Open Connectors in Claude and add a custom connector.
  2. Enter this server URL and add the connector:
    https://mcp.handelsregister.ai/mcp
  3. Connect with your handelsregister.ai account, then enable the connector in your chat via “+” → “Connectors”.
  1. In ChatGPT on the web, open Settings → Apps and create a custom app. Developer mode must be enabled for your account.
  2. Use “handelsregister” as the name, OAuth for authentication and this server URL:
    https://mcp.handelsregister.ai/mcp
  3. Sign in with your handelsregister.ai account, create the app and select it from the tools menu in your chat.

Run once in your terminal:

Terminal
claude mcp add --transport http handelsregister https://mcp.handelsregister.ai/mcp \
  --header "X-API-Key: YOUR_API_KEY"

Replace YOUR_API_KEY with your handelsregister.ai API key.

Add this MCP server as a tool in your application:

Python
from openai import OpenAI

client = OpenAI()
response = client.responses.create(
    model="gpt-6-astra",
    input="Show me the directors, shareholders and latest available financial figures for compuart.com GmbH. Include fiscal years and sources.\n\nentity_id: a6acae6b8a0da0849bc7eb16ad9c3ba9",
    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)

Replace YOUR_API_KEY with your handelsregister.ai API key.

Add this configuration to your MCP client:

JSON
{
  "mcpServers": {
    "handelsregister": {
      "url": "https://mcp.handelsregister.ai/mcp",
      "headers": { "X-API-Key": "YOUR_API_KEY" }
    }
  }
}

Replace YOUR_API_KEY with your handelsregister.ai API key.

Ask about this company

Once connected, ask your assistant this question:

Show me the directors, shareholders and latest available financial figures for compuart.com GmbH. Include fiscal years and sources.

entity_ida6acae6b8a0da0849bc7eb16ad9c3ba9