active Legal form GmbH Gesellschaft mit beschränkter Haftung

APRIORI Experts GmbH

AschaffenburgAschaffenburg, DEU ·HRB 12435 Aschaffenburg ·apriori.de

Overview

Legal form
GmbH
Address
Schwalbenrainweg 24
63741 Aschaffenburg
Commercial register
HRB 12435, Aschaffenburg
Registration date
April 16, 1993
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Vermittlung von Arbeitskräften
Sonstige Überlassung von Arbeitskräften
Registered capital
50,000.00 DEM
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
die Abwicklung von Beratungsaufträgen, die Personalvermittlung in Arbeitnehmerüberlassung, Expertservice und die Personalberatung.

Financials

Employees 2024
25
Total assets 2024
1,36 Mio. €
7 previous years · values unlocked with an API key Get API key →

Balance sheet

2024
Assets 1,36 Mio
  • Current Assets 99,9 % 1,35 Mio
  • Prepaid Expenses 0,1 % 858
Liabilities and Equity 1,36 Mio
  • Equity 66,7 % 903,3 k
  • Liabilities 30,3 % 410,1 k
  • Provisions 3,1 % 41,7 k
Full balance sheet line items with an API key Get API key →

Balance sheet data available for 7 earlier fiscal years.

Authorized representatives

  • Marius Meisel since 2022 Managing Director
  • Sebastian Berblinger since 2022 Managing Director
1 former representatives · viewable with an API key Get API key →

Ownership & holdings

Shareholders

Ultimate beneficial owners (UBOs)

The ultimate beneficial owners behind these holdings could not be conclusively identified.

History

  1. 2022
  2. 11.02.
    Member entry
    Marius Meisel · Managing Director
  3. 11.02.
    Member entry
    Sebastian Berblinger · Managing Director
  4. 11.02.
    Exit of position
    G****** R****** · Managing Director
  5. 13.01.
    Change of bylaws
    APRIORI Experts GmbH
  6. 13.01.
    Change of company name
    APRIORI Experts GmbH
  7. 13.01.
    Change of purpose
    die Abwicklung von Beratungsaufträgen, die Personalvermittlung in Arbeitnehmerüberlassung, Expertservice und die Personalberatung.
  8. 2013
  9. 10.04.
    Change of address
    APRIORI Experts GmbH
  10. 10.04.
    Change of court
    APRIORI Experts GmbH
45 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
2023 Jahresabschluss Published Read full text
2011 Jahresabschluss Published Via the API
2010 Jahresabschluss Published Via the API
2009 Jahresabschluss Published Via the API
2023 Jahresabschluss Full text

APRIORI Experts GmbH

Aschaffenburg

Jahresabschluss zum Geschäftsjahr vom 01.01.2023 bis zum 31.12.2023

Bilanz

Aktiva

31.12.2023
EUR
31.12.2022
EUR
A. Umlaufvermögen 1.386.238,64 205.826,17
B. Rechnungsabgrenzungsposten 582,49 157,08
Aktiva 1.386.821,13 205.983,25

Passiva

31.12.2023
EUR
31.12.2022
EUR
A. Eigenkapital 537.073,73 107.117,88
B. Rückstellungen 274.895,17 22.281,37
C. Verbindlichkeiten 574.852,23 76.584,00
davon mit einer Restlaufzeit bis zu einem Jahr 574.852,23 76.584,00
davon gegenüber Gesellschaftern 129,77 100,00
Passiva 1.386.821,13 205.983,25

sonstige Berichtsbestandteile


gez.
Rainer Klümper, Markus Korinth
(Geschäftsführer)


Angaben zur Feststellung:
Der Jahresabschluss wurde am 08.08.2024 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
Website apriori.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 APRIORI Experts GmbH. Include fiscal years and sources.\n\nentity_id: df203c0de8c7c7a3bcae7ebaa3da4b62",
    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 APRIORI Experts GmbH. Include fiscal years and sources.

entity_iddf203c0de8c7c7a3bcae7ebaa3da4b62