Skip to content
Back to ifrCoworker

Card snapshot

hiranytu.hu · 2026-05-29 04:16:06 UTC · 6da572411e5f50f68d608f05f4acea5cbc0beca929dfb205e29dfbb8670adf5d

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "ifrCoworker",
  "description": "MCP-native IFRS engine \u2014 28 IAS/IFRS standards, 200+ transaction types. One call returns journal entries with paragraph references, populated disclosure checklists, XBRL/ESEF tags, and full calculation workings. Batch your entire period-end in one request. Audit trail built in. Pay as you ride.",
  "url": "https://hiranytu.hu/a2a",
  "version": "2.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "ifr_schema",
      "name": "ifr_schema",
      "description": "[Planning] Get full field definitions, an example request, and step-by-step agent workflow guide for any standard. Always call before ifr_calculate to discover required fields."
    },
    {
      "id": "ifr_what_standard",
      "name": "ifr_what_standard",
      "description": "[Research] Identify the applicable IFRS/IAS standard from a plain-language description of the transaction. Call first when the standard is unclear \u2014 before ifr_schema."
    },
    {
      "id": "ifr_validate",
      "name": "ifr_validate",
      "description": "[Planning] Validate input fields for a standard before calculating. Returns nextAction: proceed_to_calculate or correct_input_and_resubmit, with field-level suggestions."
    },
    {
      "id": "ifr_calculate",
      "name": "ifr_calculate",
      "description": "[Execution] Run the full IFRS/IAS calculation: journal entries with paragraph references, P&L/OCI movements, closing carrying amount, XBRL/ESEF tags, and disclosure checklist."
    },
    {
      "id": "ifr_apply_ias10",
      "name": "ifr_apply_ias10",
      "description": "[Execution] Apply IAS 10 post-reporting-period events overlay to any completed ifr_calculate result. Pass the sourceCalculation and an events array."
    },
    {
      "id": "ifr_period_end_batch",
      "name": "ifr_period_end_batch",
      "description": "[Execution] Period-end close for multiple standards in one call. Returns consolidated trial balance, P&L, OCI, SOFP, and XBRL-tagged journal entries."
    },
    {
      "id": "ifr_batch_validate",
      "name": "ifr_batch_validate",
      "description": "[Planning] Pre-flight validator for ifr_period_end_batch. Surfaces all missing required fields across the full item set in one call. Free \u2014 no credits consumed."
    },
    {
      "id": "ifr_explain_result",
      "name": "ifr_explain_result",
      "description": "[Execution] Generate a human-readable narrative explanation of a cached calculation result. Pass the correlationId from ifr_calculate."
    },
    {
      "id": "ifr_ingest_document",
      "name": "ifr_ingest_document",
      "description": "[Research] Extract structured financial values from a PDF contract, lease, or invoice via OCR. Requires docuScanAccess on token."
    },
    {
      "id": "ifr_propose_mapping",
      "name": "ifr_propose_mapping",
      "description": "[Planning] Map OCR-extracted document values to the correct IFRS input fields for a target standard. Call after ifr_ingest_document."
    },
    {
      "id": "ifr_flag_result",
      "name": "ifr_flag_result",
      "description": "[Quality] Flag a suspected calculation error for expert review. Cite the specific IAS/IFRS paragraph that contradicts the output. Free \u2014 no credits consumed."
    }
  ],
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "tokenUrl": "https://ifrcoworker.com/access"
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ]
}