active Legal form AG

INPUT IT AG

Scharbeutz ·HRB 97119 Charlottenburg (Berlin) ·input-it.de

Overview

Legal form
AG
Address
Bargkoppel 1
23684 Scharbeutz
Commercial register
HRB 97119, Charlottenburg (Berlin)
Registration date
March 15, 2004
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Erbringung von sonstigen Informationsdienstleistungen
Registered capital
50,000.00 EUR
Representation rules

Ist ein Vorstandsmitglied bestellt, vertritt es die Gesellschaft allein. Sind mehrere Vorstandsmitglieder bestellt, wird die Gesellschaft durch zwei Vorstandsmitglieder oder durch ein Vorstandsmitglied in Gemeinschaft mit einem Prokuristen vertreten. Der Aufsichtsrat der Gesellschaft kann einzelnen Vorstandsmitgliedern das Recht zur alleinigen Vertretung erteilen.

Purpose
Die Konzeption und die Entwicklung von Informations- und Kommunikationstechnologien, insbesondere im Bereich der Immobilienwirtschaft sowie die Forschung auf diesem Gebiet unter Einschluss neuer Medien. Der Einkauf und Vertrieb von Produkten und Lösungen sowie die Erbringung von Dienst- und Beratungsleistungen auf dem Gebiet der Informations- und Kommunikationstechnologie.

Financials

Revenue 2024
1.440 €
Total assets 2024
6.837 €
Net income 2024
799 €
7 previous years · values unlocked with an API key Get API key →

Balance sheet

2024
Assets 6,8 k
  • Fixed Assets 78,1 % 5,3 k
  • Current Assets 21,9 % 1,5 k
Liabilities and Equity 6,8 k
  • Liabilities 339,3 % 23,2 k
  • Equity 239,3 % −16,4 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 7 earlier fiscal years.

Profit & loss

2024
Income 9,2 k
  • Other operating expenses 71,0 % 6,5 k
  • Operating result 9,7 % 893
  • Result after taxes 9,7 % 893
  • Annual net profit/loss 8,7 % 799
  • Other taxes 1,0 % 94
Full P&L line items with an API key Get API key →

Authorized representatives

  • Klaus-Dieter Pleiser since 2011 Board Member
2 former representatives · viewable with an API key Get API key →

Ownership & holdings

Holds shares in

History

  1. 2011
  2. 04.07.
    Member entry
    Klaus-Dieter Pleiser · Board Member
  3. 04.07.
    Exit of position
    S***** P****** · Board Member
  4. 04.07.
    Change of address
    INPUT IT AG
  5. 2010
  6. 22.11.
    Change of address
    INPUT IT AG
  7. 2008
  8. 01.07.
    Exit of position
    Klaus-Dieter Pleiser · Procura
  9. 2005
  10. 01.06.
    Member entry
    S***** P****** · Board Member
  11. 01.06.
    Change of seat
    INPUT IT AG
  12. 01.06.
    Change of company name
    INPUT IT AG
7 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

5 documents
Fiscal year Document Published Access
2024 Jahresabschluss Published Via the API
2016 Jahresabschluss Published Read full text
2011 Jahresabschluss Published Via the API
2010 Jahresabschluss Published Via the API
2009 Jahresabschluss Published Via the API
2016 Jahresabschluss Full text

INPUT IT AG

Berlin

Jahresabschluss zum Geschäftsjahr vom 01.01.2016 bis zum 31.12.2016

BILANZ



AKTIVA

Euro

Gesamtjahr/Stand
Euro

Euro

Vorjahr
Euro

A. Anlagevermögen

3.809

4.667

B. Umlaufvermögen

13.603

39.667

C. Rechnungsabgrenzungsposten

0

2.228

D. Aktive latente Steuern

E. Aktiver Unterschiedsbetrag aus der Vermögensverrechnung

Summe Aktiva

17.412

46.562



PASSIVA

Euro

Gesamtjahr/Stand
Euro

Euro

Vorjahr
Euro

A. Eigenkapital

-5.799

12.491

B. Rückstellungen

0

19.000

C. Verbindlichkeiten

23.211

15.073

D. Rechnungsabgrenzungsposten

E. Passive latente Steuern

17.412

46.562

Summe Passiva

Es wurdem insgesamt 50.000 Aktien mit Nennwert von je 1,00 EUR ausgegeben.

 

Scharbeutz, den 15. März 2017

gez. Klaus-Dieter Pleiser

Die Feststellung bzw. Billigung des Jahresabschlusses erfolgte am: 14.03.2017

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 input-it.de
  • 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 INPUT IT AG. Include fiscal years and sources.\n\nentity_id: 240ddbdb24468cb6f836a89dd73cb80b",
    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 INPUT IT AG. Include fiscal years and sources.

entity_id240ddbdb24468cb6f836a89dd73cb80b