active Legal form GmbH

REVento GmbH

Aurich ·HRB 206292 Aurich ·revento.eu

Overview

Legal form
GmbH
Address
Korbweidenstraße 7
26605 Aurich
Commercial register
HRB 206292, Aurich
Registration date
February 22, 2022
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Ingenieurbüros für Fachplanung von technischer Gebäudeausrüstung
Architekturbüros für Orts-, Regional- und Landesplanung
Registered capital
25,500.00 EUR
Representation rules

Ist nur ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, so wird die Gesellschaft durch zwei Geschäftsführer oder durch einen Geschäftsführer gemeinsam mit einem Prokuristen vertreten.

Purpose
Gegenstand des Unternehmens ist die Erbringung von Dienstleistungen an Unternehmen, die regenerative Energie, insbesondere durch Windenergieanlagen, produzieren, die Übernahme der Geschäftsführung für Dritte, Unternehmensberatung, betriebswirtschaftliche Beratung auf dem Gebiet der Erzeugung, Verteilung und Weiterleitung von Energie, insbesondere im Bereich von Windenergieanlagen und Windparks, Photovoltaikanlagen, Biogas- und Biomassenanlagen sowie die Beratung in Bezug auf Planung, Errichtung, Bau, Installation und Instandhaltung von Anlagen, sowie technische Planungs- und Entwicklungsdienstleistungen, sowie technische Beratung und Unterstützung (Ingenieurdienstleistungen) in Bezug auf Standortbestimmung, Planung, Ausführung und Entwicklung von Energieprojekten auf den vorgenannten Gebieten. Hierzu gehört insbesondere das Aushandeln der wirtschaftlichen Rahmenbedingungen für den Erwerb, die Errichtung und den Betrieb von regenerativen Erzeugungsanlagen, insbesondere von Wind energieanlagen, Photovoltaikanlagen und sonstigen Anlagen sowie auch solchen, die für den Betrieb, insbesondere von Windenergie- und Photovoltaikanlagen, notwendig sind.

Financials

Total assets 2022
379.113 €
Net income 2022
41.308 €

Balance sheet

2022
Assets 379,1 k
  • Current Assets 90,2 % 342,0 k
  • Fixed Assets 7,5 % 28,4 k
  • Prepaid Expenses 2,3 % 8,6 k
Liabilities and Equity 379,1 k
  • Liabilities 61,3 % 232,4 k
  • Provisions 21,1 % 79,9 k
  • Equity 17,6 % 66,8 k
Full balance sheet line items with an API key Get API key →

Authorized representatives

  • Hermann Bohlen since 2022 Managing Director
  • Karsten Kirchhof since 2025 Managing Director
  • Stefan Lütkemeyer since 2022 Managing Director

Ownership & holdings

Shareholders

  • Stefan Lütkmeyer 33.3 % 9k €
  • Hermann Bohlen 33.3 % 9k €
  • Karsten Kirchhof 33.3 % 9k €

Ultimate beneficial owners (UBOs)

3 hold ≥ 25%
  • S***** L****** ≥25% 33.3 %
  • H****** B***** ≥25% 33.3 %
1 more beneficial owners · viewable with an API key Get API key →

Holds shares in

History

  1. 2025
  2. 14.04.
    Exit of position
    REVento EE GmbH & Co. KG · Fully Liable Partner
  3. 02.04.
    Member entry
    Karsten Kirchhof · Managing Director
  4. 23.01.
    Member entry
    SEREV GmbH & Co. KG · Limited Partner
  5. 2024
  6. 03.01.
    Change of address
    REVento GmbH
  7. 2023
  8. 24.01.
    Member entry
    REVento EE GmbH & Co. KG · Fully Liable Partner
  9. 2022
  10. 28.03.
    Change of legal form
    Gesellschaft mit beschränkter Haftung
  11. 28.03.
    Member entry
    Stefan Lütkemeyer · Managing Director
  12. 28.03.
    Member entry
    Hermann Bohlen · Managing Director
8 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

1 document
Fiscal year Document Published Access
2022 Jahresabschluss Published Via the API

Register documents

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

GET/v1/fetch-document
View the document API
Website revento.eu
  • 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 REVento GmbH. Include fiscal years and sources.\n\nentity_id: 9ef3caba92e5ee7c2955d66b5c2bdcd7",
    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 REVento GmbH. Include fiscal years and sources.

entity_id9ef3caba92e5ee7c2955d66b5c2bdcd7