com.spocont/ifrCoworker✓
com.spocont/ifrCoworker · v3.1.0
v3.1.0▦ remote🌐 https://mcp.ifrcoworker.com
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.spocont/ifrCoworker",
"description": "IFRS engine: 27 standards, journal entries, XBRL tags, ECL, CGU impairment, deferred tax.",
"version": "3.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.ifrcoworker.com",
"headers": [
{
"description": "Bearer token obtained from https://ifrcoworker.com/access",
"isRequired": true,
"value": "Bearer {IFR_COWORKER_TOKEN}",
"isSecret": true,
"variables": {
"IFR_COWORKER_TOKEN": {
"description": "Your ifrCoworker API token. Get one at https://ifrcoworker.com/access",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}