Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Itcons.app

NPM · @ITCONS-APP/MCP · 3 COMPONENTS · SCANNED AUG 3

Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.

+22 this week 68 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add itcons-app-mcp -- npx -y @itcons-app/mcp
# add to Codex CLI
codex mcp add itcons-app-mcp -- npx -y @itcons-app/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "itcons-app-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@itcons-app/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add itcons-app-mcp --command npx --arg -y --arg @itcons-app/mcp
# ~/.hermes/config.yaml
mcp_servers:
  itcons-app-mcp:
    command: "npx"
    args: ["-y", "@itcons-app/mcp"]
// mcp.json
{
  "mcpServers": {
    "itcons-app-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@itcons-app/mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 17 exposed · ~1,208 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
addressstringAddress.
cifstringCIF/NIF.
emailstringEmail address.
erpidstringOptional ERP ID.
namestringyesClient name.
phonestringPhone.

No output schema declared.

No examples provided.

itcons_create_project ~70

Create a project/assignment in Itcons.app.

NameTypeReqDescription
clientintegerOptional client ID.
emailstringOptional project email.
erpidstringOptional ERP ID.
infostringOptional project information.
namestringyesProject name.

No output schema declared.

No examples provided.

itcons_create_user ~155

Create a user in Itcons.app.

NameTypeReqDescription
dnistringDNI/NIF.
emailstringyesEmail address.
erpidstringOptional ERP ID.
firstnamestringFirst name.
lastnamestringLast name.
modelo_idarrayWork report model IDs.
passwordstringyesInitial password.
projects_createbooleanCan create projects.
rolesstringRole ID: 1 administrator, 2 mobile user, 3 project manager.
usernamestringyesUsername.
workorder_activebooleanCan use work orders.
workorder_createbooleanCan create work orders.

No output schema declared.

No examples provided.

itcons_create_workorder ~82

Create a work order in Itcons.app.

NameTypeReqDescription
erpidstringOptional ERP ID.
infostringOptional work order description.
namestringyesWork order name.
prioritystringPriority.
projectintegeryesProject/assignment ID.
typeintegeryesWork order type ID.

No output schema declared.

No examples provided.

itcons_list_clients ~28

List clients from Itcons.app.

NameTypeReqDescription
limitintegerMaximum 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.

NameTypeReqDescription
assigned_tostringOptional assigned user filter. Matches username, name, email, or user ID.
created_bystringOptional creator username filter.
include_rawbooleanInclude full raw work order objects.
limitintegerMaximum matching items to return.
namestringOptional case-insensitive work order name search.
offsetintegerPagination offset after filtering.
prioritystringOptional priority. Accepts urgente, alta, media, baja, or API labels such as priority.alta.
projectintegerOptional project/assignment ID.
typeintegerOptional work order type ID.

No output schema declared.

No examples provided.

itcons_list_projects ~31

List projects/assignments from Itcons.app.

NameTypeReqDescription
limitintegerMaximum items to return.

No output schema declared.

No examples provided.

itcons_list_resources ~28

List resources from Itcons.app.

NameTypeReqDescription
limitintegerMaximum items to return.

No output schema declared.

No examples provided.

itcons_list_statuses ~45

List work report and work order statuses from Itcons.app.

NameTypeReqDescription
limitintegerMaximum items to return.
typestringOptional 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.

NameTypeReqDescription
limitintegerMaximum matching items to return.
modelintegerOptional work report model ID.
offsetintegerPagination offset for the API request.

No output schema declared.

No examples provided.

itcons_list_users ~28

List users from Itcons.app.

NameTypeReqDescription
limitintegerMaximum items to return.

No output schema declared.

No examples provided.

itcons_list_work_report_models ~32

List work report models from Itcons.app.

NameTypeReqDescription
limitintegerMaximum 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.

NameTypeReqDescription
datestringyesReport date in YYYY-MM-DD or DD/MM/YYYY format.
limitintegerMaximum matching items to return.
modelintegerOptional work report model ID.
offsetintegerPagination offset for the API request.

No output schema declared.

No examples provided.

itcons_list_workorder_types ~32

List work order types from Itcons.app.

NameTypeReqDescription
limitintegerMaximum 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.

NameTypeReqDescription
idintegerWork report ID.
limitintegerMaximum items to return.
modelintegerWork report model ID.
offsetintegerPagination offset.

No output schema declared.

No examples provided.

itcons_search_workorders ~196

Search work orders from Itcons.app with optional filters.

NameTypeReqDescription
assigned_tostringOptional assigned user filter. Matches username, name, email, or user ID.
created_bystringOptional creator username filter.
include_rawbooleanInclude full raw work order objects.
limitintegerMaximum matching items to return.
namestringOptional case-insensitive work order name search.
offsetintegerPagination offset after filtering.
prioritystringOptional priority. Accepts urgente, alta, media, baja, or API labels such as priority.alta.
projectintegerOptional project/assignment ID.
statusOptional work order status. Use 4/pendiente, 5/en-ejecucion, 6/completado, or 7/anulado.
typeintegerOptional work order type ID.

No output schema declared.

No examples provided.