active Legal form GmbH

privateCRM GmbH

Germering ·HRB 135853 München

Overview

Legal form
GmbH
Address
Waldhornstr. 52
82110 Germering
Commercial register
HRB 135853, München
Registration date
February 1, 2001
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Unternehmensberatung
Registered capital
25,000.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
Beratung von Unternehmen, insbesondere im Bereich der IT-Technologie.

Financials

Total assets 2021
77.669 €
Net income 2021
−295 €
10 previous years · values unlocked with an API key Get API key →

Balance sheet

2021
Assets 77,7 k
  • Active Balancing Item from Asset Offset 59,0 % 45,8 k
  • Fixed Assets 40,3 % 31,3 k
  • Current Assets 0,7 % 530
Liabilities and Equity 77,7 k
  • Equity 100,0 % 77,7 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 10 earlier fiscal years.

Profit & loss

2021
Income 589
  • Annual net profit/loss 50,0 % −295
  • Other expenses 34,4 % 203
  • Depreciation 15,6 % 92
Full P&L line items with an API key Get API key →

P&L data available for 2 earlier fiscal years.

Authorized representatives

  • Artur Bakaus since 2001 Managing Director

Ownership & holdings

Shareholders

  • Artur Bakaus 100.0 % 25k €

Ultimate beneficial owners (UBOs)

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

History

  1. 2010
  2. 16.11.
    Change of address
    privateCRM GmbH
  3. 2006
  4. 31.10.
    Change of bylaws
    privateCRM GmbH
  5. 31.10.
    Change of company name
    privateCRM GmbH
  6. 2001
  7. 10.10.
    Change of representation scheme
    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.
  8. 10.10.
    Register digitization entry
    privateCRM GmbH
  9. 10.10.
    Change of bylaws
    privateCRM GmbH
  10. 10.10.
    Change of seat
    privateCRM GmbH
  11. 10.10.
    Change of company name
    Arthur Bakaus Consulting GmbH
5 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

5 documents
Fiscal year Document Published Access
2021 Jahresabschluss Published Via the API
2020 Jahresabschluss Published Read full text
2019 Jahresabschluss Published Via the API
2013 Jahresabschluss Published Via the API
2012 Jahresabschluss Published Via the API
2020 Jahresabschluss Full text

privateCRM GmbH

Germering

Jahresabschluss zum Geschäftsjahr vom 01.01.2020 bis zum 31.12.2020

Bilanz

Aktiva

31.12.2020
EUR
A. Anlagevermögen 31.381,14
I. Sachanlagen 548,12
II. Finanzanlagen 30.833,02
B. Umlaufvermögen 1.034,89
I. Kassenbestand, Bundesbankguthaben, Guthaben bei Kreditinstituten und Schecks 1.034,89
C. Aktiver Unterschiedsbetrag aus der Vermögensverrechnung 46.062,07
Summe Aktiva 78.478,10

Passiva

31.12.2020
EUR
A. Eigenkapital 77.963,81
I. Gezeichnetes Kapital / Kapitalkonto / Kapitalanteile 25.000,00
II. Gewinnvortrag 57.898,79
III. Jahresfehlbetrag 4.934,98
B. Verbindlichkeiten 514,29
1. sonstige Verbindlichkeiten 514,29
Summe Passiva 78.478,10

Gewinn- und Verlustrechnung nach MicroBilG

1.1.2020 - 31.12.2020
EUR
1. Abschreibungen 332,88
2. sonstige Aufwendungen 4.602,10
a) sonstige betriebliche Aufwendungen 2.363,26
b) Zinsen und ähnliche Aufwendungen 2.238,84
Jahresfehlbetrag 4.934,98

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 privateCRM GmbH. Include fiscal years and sources.\n\nentity_id: b73db730806605d7a1da4b597b583d03",
    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 privateCRM GmbH. Include fiscal years and sources.

entity_idb73db730806605d7a1da4b597b583d03