active Legal form GmbH

oasoft EDV-Service GmbH

Schöngeising ·HRB 280169 München ·oasoft.de

Overview

Legal form
GmbH
Address
Ahornstraße 5
82296 Schöngeising
Commercial register
HRB 280169, München
Registration date
October 28, 2022
Industry
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Erbringung von sonstigen Dienstleistungen der Informationstechnologie
Erbringung von sonstigen Informationsdienstleistungen
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
Erbringung von Dienst- und Beratungsleistungen im Bereich Informationstechnologie, insbesondere Administration von IT-Netzwerken, Installation, Wartung und Reparaturen von IT-Systemen aller Art, Clouddienste sowie Handel mit Hard- und Software.

Financials

Revenue 2023
197.355 €
Total assets 2023
57.432 €
Net income 2023
12.840 €

Balance sheet

2023
Assets 57,4 k
  • Current Assets 63,5 % 36,5 k
  • Fixed Assets 33,5 % 19,2 k
  • Prepaid Expenses 3,0 % 1,7 k
  • Deferred Tax Assets 0,0 % 0
  • Active Balancing Item from Asset Offset 0,0 % 0
Liabilities and Equity 57,4 k
  • Equity 63,5 % 36,5 k
  • Liabilities 24,8 % 14,3 k
  • Provisions 11,6 % 6,7 k
  • Accrued Expenses 0,0 % 0
  • Deferred Tax Liabilities 0,0 % 0
Full balance sheet line items with an API key Get API key →

Profit & loss

2023
Income 417,6 k
  • Revenue 47,3 % 197,4 k
  • Material expenses 22,2 % −92,7 k
  • Personnel expenses 10,2 % −42,6 k
  • Other operating expenses 10,0 % −41,9 k
  • Annual net profit/loss 3,1 % 12,8 k
  • Depreciation 2,9 % −11,9 k
  • Increase or decrease in finished and unfinished goods inventory 2,7 % 11,4 k
  • Income and profit taxes 1,6 % −6,7 k
  • Other taxes 0,0 % −160
  • Other capitalized own work 0,0 % 0
  • Other operating income 0,0 % 0
  • Income from investments 0,0 % 0
  • Income from other securities and loans in financial assets 0,0 % 0
  • Other interest and similar income 0,0 % 0
  • Depreciation on financial assets and current asset securities 0,0 % 0
  • Interest and similar expenses 0,0 % 0
Full P&L line items with an API key Get API key →

Authorized representatives

  • Osman Akyüz since 2022 Managing Director

Ownership & holdings

Shareholders

  • Osman Akyüz 51.0 % 13k €
  • Mevlüde Akyüz 49.0 % 12k €

Ultimate beneficial owners (UBOs)

2 hold ≥ 25%
  • O**** A**** ≥25% 51.0 %
1 more beneficial owners · viewable with an API key Get API key →

History

  1. 2022
  2. 11.11.
    Change of seat
    oasoft EDV-Service GmbH
  3. 11.11.
    Change of legal form
    Gesellschaft mit beschränkter Haftung
  4. 11.11.
    Change of share capital
    oasoft EDV-Service GmbH
  5. 11.11.
    Change of bylaws
    oasoft EDV-Service GmbH
  6. 11.11.
    Incorporation
    oasoft EDV-Service GmbH
  7. 11.11.
    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. 11.11.
    Change of purpose
    Erbringung von Dienst- und Beratungsleistungen im Bereich Informationstechnologie, insbesondere Administration von IT-Netzwerken, Installation, Wartung und Reparaturen von IT-Systemen aller Art, Clouddienste sowie Handel mit Hard- und Software.
  9. 11.11.
    Change of address
    oasoft EDV-Service GmbH
2 more entries Get API key →

Annual statements

Original published statements, ordered by fiscal year.

1 document
Fiscal year Document Published Access
2023 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 oasoft.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 oasoft EDV-Service GmbH. Include fiscal years and sources.\n\nentity_id: a18c7cd14e01c8987e96ad3d2c8bbe41",
    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 oasoft EDV-Service GmbH. Include fiscal years and sources.

entity_ida18c7cd14e01c8987e96ad3d2c8bbe41