com.spocont/ifrcoworker
com.spocont/ifrcoworkerIFRS engine: 27 standards, journal entries, XBRL tags, ECL, CGU impairment, deferred tax.
Tools · 21
If you know the economic object type but not the standard, pass `elementType` (e.g. 'lease', 'asset', 'financial-instrument') instead of `standard`. For multi-standard types (asset, equity-method-inve…
If you know the economic object type but not the standard, pass `elementType` instead of `standard`. The discriminator field (`assetClass` for 'asset', `investmentType` for 'equity-method-investment')…
If you know the economic object type but not the standard, pass `elementType` instead of `standard`. The discriminator field (`assetClass` for 'asset', `investmentType` for 'equity-method-investment')…
Apply IAS 10 (Events After Reporting Period) overlay to a prior calculation output. Classifies events as adjusting/non-adjusting, assesses going concern, generates adjusted journal entries. Most stand…
ROUTER — the entry point for every business event. Describe what happened in plain language ("bought a machine", "signed an office lease", "customer went bankrupt") and get back the exact call to make…
Returns the JSON Schema for the input to ifr_calculate for a given standard. Use this to discover required fields, enum values, and defaults without calling ifr_schema. Returns a standard JSON Schema …
Planning tool for a full period-end close. Pass an entityProfile of fact flags (hasInventory, hasPPE, hasLeases, hasFinancialInstruments, isGroup, isListed, incomeTaxApplicable, etc.) and get back the…
THE period-end execution tool — process multiple IFRS calculations for a reporting period in one call (year-end, quarter-end, or month-end). One tool, three modes: (1) PLAIN BATCH (default): items + a…
FREE pre-flight validator for ifr_period_end_batch. Validates every item in one call and returns all missing required fields across the batch. STRICT GATE: do not call ifr_period_end_batch if allValid…
Extract structured data from a PDF (contract, invoice, lease, bond indenture) using Google Document AI. Requires docuScanAccess on the token — returns 403 otherwise; do NOT retry or offer document sca…
Map OCR data from ifr_ingest_document into an IFRS standard's input schema and validate it. Returns proposedInput, unmappedFields, missingRequiredFields, validation errors/warnings, needsUserInput[], …
Flag a calculation result you believe is incorrect for expert review. Call immediately when the server output appears to contradict IFRS — wrong amount, missing journal entry, incorrect OCI/P&L routin…
Return a human-readable explanation of a previously computed calculation. Pass the correlationId from any ifr_calculate or ifr_period_end_batch response (valid for 10 min), OR pass the full prior resp…
Generate a disclosure-needs checklist for the period-end. FREE — no credit charged. Input: entityProfile fact flags (same shape as ifr_period_checklist) → returns the core MANDATORY disclosure require…
Deterministic audit replay — recompute a prior calculation from its input and verify it reproduces the stored output. FREE — no credit charged. The engine is stateless and pure: identical input + iden…
IFRS 9 Simplified Approach — ECL provision matrix for trade receivables, IFRS 15 contract assets, and IFRS 16 lease receivables. Ages each receivable into buckets (current / 1-30 / 31-60 / 61-90 / 91-…
IAS 36 — Cash-Generating Unit (CGU) multi-asset impairment test. Applies the 3-step allocation (IAS 36.104-105): Step 1 assets with individual FVLCD floor impaired first; Step 2 remaining shortfall ab…
Check your remaining ifrCoworker credits without consuming any. Returns creditsRemaining, creditsUsedToday, fullAccess flag, and a cost estimate for batch calls. FREE — does not decrement quota. Call …
Compute a multi-period amortisation / depreciation / EIR amortisation schedule by rolling reportingDate forward one period at a time. Supported standards: ias16 (PPE depreciation), ias38 (intangible a…
Generate a structured audit working paper JSON from one or more prior ifr_calculate results. Aggregates across standards: accounting policies (IAS 1.117), key estimation uncertainties (IAS 1.125), cal…
Retrieve the calculation-sheets workbook for a prior ifr_calculate or ifr_period_end_batch call. Returns a downloadUrl for the XLSX workbook (GET /api/ifrcoworker/calculation-sheets/{correlationId} wi…
Resources · 43
Complete set of input data for a full-period IFRS close of a small IT + agriculture company. Covers 27 IFRS/IAS standards plus direct P&L entries. Includes the entity-wide accounting policy declaratio…
ifrs://examples/techservices-2025
Definitive list of every entity-level accounting policy choice required by ifr_period_end_batch. Each entry cites the IFRS/IAS paragraph, lists the allowed enum values, shows the required batch-policy…
ifrs://reference/accounting-policy-choices
Complete documentation of every key in the ifr_period_end_batch response: per-item results, consolidatedJournalEntries, trialBalance, financialStatements (P&L, OCI, SOFP), cashFlowStatement, and discl…
ifrs://reference/batch-output-structure
How to present discontinued operations as a single net-of-tax line on the SOPL face (IFRS 5.33 / IFRS 18). Covers the two-step workflow (post normally, then reclassify), the complete list of all trans…
ifrs://reference/discontinued-operations
Keyword-to-JE-pattern reference for the direct-item controller. Lists every named scenario (associate dividend, salary withholding, VAT settlement, period close, etc.) with trigger keywords, suggested…
ifrs://reference/direct-je-patterns
Reference table mapping every IFRS/IAS standard to the correct discount or interest rate type: pre-tax risk-free (IAS 36/37), corporate bond yield (IAS 19), EIR (IFRS 9/IFRS 16 lessor/IAS 20), implici…
ifrs://reference/discounting-and-interest-rate-guide
Practical reference covering every convention that causes silent failures: why ifr_schema must be called first (preflight validator pattern), the schema version hash and when to re-fetch, rate scale c…
ifrs://reference/agent-field-guide
A controlled set of words, phrase templates, and numeric conventions for describing economic events, synthesised from a 15-round mixed-cardinality reconstruction study plus a full-coverage pass across…
ifrs://reference/economic-event-vocabulary
JSON manifest of ALL automatic cross-standard cascades for every standard, generated from the engine's own cascade registry (single source of truth). Two modes: PRE_CALCULATION (child runs before the …
ifrs://reference/cascade-manifest
Free-text period-end brief written by MidCo CFO Ildikó Varga to ifrCoworker — the format an accounting firm receives from a client. Covers 10+ standards across opening balances and YTD events: IAS 16 …
ifrs://samples/sample_prompt_batch
Ready-to-submit ifr_period_end_batch input (accountingPolicy + full 20-item items array, already assembled — no transcription needed) demonstrating a realistic mixed-cardinality quarter close: 4 IFRS …
ifrs://samples/sample_prompt_batch_mixed20
Free-text period-end brief from CFO Aoife Byrne — the natural-language form of the exact same 20-item, 12-standard-plus-direct-entry mixed-cardinality Q2 2026 close as ifrs://samples/sample_prompt_bat…
ifrs://samples/sme-tech-mixed20-brief
JSON field schema for IAS2 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example re…
ifrs://field-definitions/ias2
JSON field schema for IAS7 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example re…
ifrs://field-definitions/ias7
JSON field schema for IAS10 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias10
JSON field schema for IAS12 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias12
JSON field schema for IAS16 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias16
JSON field schema for IAS19 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias19
JSON field schema for IAS20 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias20
JSON field schema for IAS21 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias21
JSON field schema for IAS23 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias23
JSON field schema for IAS27 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias27
JSON field schema for IAS28 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias28
JSON field schema for IAS29 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias29
JSON field schema for IAS33 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias33
JSON field schema for IAS36 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias36
JSON field schema for IAS37 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias37
JSON field schema for IAS38 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias38
JSON field schema for IAS40 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias40
JSON field schema for IAS41 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ias41
JSON field schema for IFRS1 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs1
JSON field schema for IFRS2 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs2
JSON field schema for IFRS3 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs3
JSON field schema for IFRS5 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs5
JSON field schema for IFRS6 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs6
JSON field schema for IFRS8 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs8
JSON field schema for IFRS9 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example r…
ifrs://field-definitions/ifrs9
JSON field schema for IFRS10 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example …
ifrs://field-definitions/ifrs10
JSON field schema for IFRS11 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example …
ifrs://field-definitions/ifrs11
JSON field schema for IFRS13 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example …
ifrs://field-definitions/ifrs13
JSON field schema for IFRS15 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example …
ifrs://field-definitions/ifrs15
JSON field schema for IFRS16 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example …
ifrs://field-definitions/ifrs16
JSON field schema for IFRS20 — field types, enums, required flags, defaults, and IAS/IFRS paragraph references. Lightweight alternative to ifr_schema when you only need field metadata without example …
ifrs://field-definitions/ifrs20
Prompts · 4
Step-by-step IFRS calculation workflow for any standard: schema → validate → calculate.
Classify an asset (PPE vs intangible vs investment property) and post the recognition journal entries.
Classify a lease as operating or finance under IFRS 16 and produce year-1 journal entries for lessee or lessor.
Walk through IAS 36 impairment testing: indicators → recoverable amount → impairment loss → IAS 12 deferred tax.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.spocont/ifrcoworker": {
"url": "https://mcp.ifrcoworker.com/mcp",
"transport": "http"
}
}
}