Itcons.app
NPM · @ITCONS-APP/MCP · 3 COMPONENTS · SCANNED AUG 3
Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 95), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 95), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 84 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1208 tokens (~71/item across 17 items; 17 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @itcons-app/mcp
claude mcp add itcons-app-mcp -- npx -y @itcons-app/mcp
codex mcp add itcons-app-mcp -- npx -y @itcons-app/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"itcons-app-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@itcons-app/mcp"
],
"enabled": true
}
}
} openclaw mcp add itcons-app-mcp --command npx --arg -y --arg @itcons-app/mcp
mcp_servers:
itcons-app-mcp:
command: "npx"
args: ["-y", "@itcons-app/mcp"] {
"mcpServers": {
"itcons-app-mcp": {
"command": "npx",
"args": [
"-y",
"@itcons-app/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +47
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Stability: unverified → 0.23 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@itcons-app/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
itcons_check_connection ~23
Validate the configured Itcons.app credentials by listing work order types.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
itcons_create_client ~73
Create a client in Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | Address. |
| cif | string | — | CIF/NIF. |
| string | — | Email address. | |
| erpid | string | — | Optional ERP ID. |
| name | string | yes | Client name. |
| phone | string | — | Phone. |
No output schema declared.
No examples provided.
itcons_create_project ~70
Create a project/assignment in Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| client | integer | — | Optional client ID. |
| string | — | Optional project email. | |
| erpid | string | — | Optional ERP ID. |
| info | string | — | Optional project information. |
| name | string | yes | Project name. |
No output schema declared.
No examples provided.
itcons_create_user ~155
Create a user in Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| dni | string | — | DNI/NIF. |
| string | yes | Email address. | |
| erpid | string | — | Optional ERP ID. |
| firstname | string | — | First name. |
| lastname | string | — | Last name. |
| modelo_id | array | — | Work report model IDs. |
| password | string | yes | Initial password. |
| projects_create | boolean | — | Can create projects. |
| roles | string | — | Role ID: 1 administrator, 2 mobile user, 3 project manager. |
| username | string | yes | Username. |
| workorder_active | boolean | — | Can use work orders. |
| workorder_create | boolean | — | Can create work orders. |
No output schema declared.
No examples provided.
itcons_create_workorder ~82
Create a work order in Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| erpid | string | — | Optional ERP ID. |
| info | string | — | Optional work order description. |
| name | string | yes | Work order name. |
| priority | string | — | Priority. |
| project | integer | yes | Project/assignment ID. |
| type | integer | yes | Work order type ID. |
No output schema declared.
No examples provided.
itcons_list_clients ~28
List clients from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
No output schema declared.
No examples provided.
itcons_list_pending_workorders ~166
List pending work orders from Itcons.app. Pending is status 4.
| Name | Type | Req | Description |
|---|---|---|---|
| assigned_to | string | — | Optional assigned user filter. Matches username, name, email, or user ID. |
| created_by | string | — | Optional creator username filter. |
| include_raw | boolean | — | Include full raw work order objects. |
| limit | integer | — | Maximum matching items to return. |
| name | string | — | Optional case-insensitive work order name search. |
| offset | integer | — | Pagination offset after filtering. |
| priority | string | — | Optional priority. Accepts urgente, alta, media, baja, or API labels such as priority.alta. |
| project | integer | — | Optional project/assignment ID. |
| type | integer | — | Optional work order type ID. |
No output schema declared.
No examples provided.
itcons_list_projects ~31
List projects/assignments from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
No output schema declared.
No examples provided.
itcons_list_resources ~28
List resources from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
No output schema declared.
No examples provided.
itcons_list_statuses ~45
List work report and work order statuses from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
| type | string | — | Optional status type filter. |
No output schema declared.
No examples provided.
itcons_list_today_work_reports ~68
List work reports dated today. Uses ITCONS_TIMEZONE when set, otherwise Europe/Madrid.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum matching items to return. |
| model | integer | — | Optional work report model ID. |
| offset | integer | — | Pagination offset for the API request. |
No output schema declared.
No examples provided.
itcons_list_users ~28
List users from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
No output schema declared.
No examples provided.
itcons_list_work_report_models ~32
List work report models from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
No output schema declared.
No examples provided.
itcons_list_work_reports_by_date ~86
List work reports matching a specific date. Accepts YYYY-MM-DD or DD/MM/YYYY.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | Report date in YYYY-MM-DD or DD/MM/YYYY format. |
| limit | integer | — | Maximum matching items to return. |
| model | integer | — | Optional work report model ID. |
| offset | integer | — | Pagination offset for the API request. |
No output schema declared.
No examples provided.
itcons_list_workorder_types ~32
List work order types from Itcons.app.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum items to return. |
No output schema declared.
No examples provided.
itcons_search_work_reports ~65
Search work reports, optionally by report ID or work report model.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | — | Work report ID. |
| limit | integer | — | Maximum items to return. |
| model | integer | — | Work report model ID. |
| offset | integer | — | Pagination offset. |
No output schema declared.
No examples provided.
itcons_search_workorders ~196
Search work orders from Itcons.app with optional filters.
| Name | Type | Req | Description |
|---|---|---|---|
| assigned_to | string | — | Optional assigned user filter. Matches username, name, email, or user ID. |
| created_by | string | — | Optional creator username filter. |
| include_raw | boolean | — | Include full raw work order objects. |
| limit | integer | — | Maximum matching items to return. |
| name | string | — | Optional case-insensitive work order name search. |
| offset | integer | — | Pagination offset after filtering. |
| priority | string | — | Optional priority. Accepts urgente, alta, media, baja, or API labels such as priority.alta. |
| project | integer | — | Optional project/assignment ID. |
| status | — | — | Optional work order status. Use 4/pendiente, 5/en-ejecucion, 6/completado, or 7/anulado. |
| type | integer | — | Optional work order type ID. |
No output schema declared.
No examples provided.