github JavaScript analyzed f8a8be8

iTechSmartINC/mcp-server

github

iTechSmart UAIO MCP Server — connect any AI agent to ProofLink verification and autonomous IT operations

maintainer
iTechSmartINC
license
MIT
first seen
2026-07-19
last seen
2026-07-19
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 39 tools
transport stdio · http · sse counts 39 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • approve_sie_finding
  • compliance.audit_summary
  • dispatch_ag2_incident
  • get_compliance_status
  • get_incident_details
  • get_iself_journal
  • get_learning_queue
  • get_platform_briefing
  • get_receipt_chain
  • get_sie_queue
  • integration_status
  • invoke_octoai_pipeline
  • langfuse_health
  • langfuse_trace
  • list_recent_incidents
  • mesh_devices
  • mesh_health
  • mission.cluster_health
  • mission.list_incidents
  • probo_controls
  • probo_health
  • probo_risks
  • probo_summary
  • prooflink.search_receipts
  • prooflink.verify_chain
  • prooflink.verify_receipt
  • query_uaio_status
  • ragflow_health
  • ragflow_query
  • search_platform_logs
  • shuffle_health
  • shuffle_trigger
  • simulate_infrastructure_attack
  • trigger_sie_scan
  • trmm_agents
  • trmm_health
  • trmm_run_script
  • trmm_summary
  • verify_prooflink_receipt
code evidence vHEAD · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 2

filesystem 2

  • fs iTechSmartINC-mcp-server-f8a8be8/src/index.ts :33 import * as fs from 'fs'
  • fs (weak) iTechSmartINC-mcp-server-f8a8be8/tests/auth.test.mjs :5 import { mkdtempSync, writeFileSync, rmSync } from 'node:fs';

shell / exec 2

  • shell iTechSmartINC-mcp-server-f8a8be8/src/index.ts :36 import { execSync } from 'child_process'
  • shell (weak) iTechSmartINC-mcp-server-f8a8be8/tests/auth.test.mjs :3 import { spawn } from 'node:child_process';

network 2

  • net iTechSmartINC-mcp-server-f8a8be8/src/index.ts :35 import http from 'http'
  • net (weak) iTechSmartINC-mcp-server-f8a8be8/tests/auth.test.mjs :16 const res = await fetch(`${BASE}/health`);

secrets 1

  • secrets iTechSmartINC-mcp-server-f8a8be8/src/index.ts :548 const API_KEY = process.env.ITECHSMART_API_KEY || ''

tool registrations 39

  • verify_prooflink_receipt iTechSmartINC-mcp-server-f8a8be8/src/index.ts :572
  • get_receipt_chain iTechSmartINC-mcp-server-f8a8be8/src/index.ts :586
  • prooflink.verify_chain iTechSmartINC-mcp-server-f8a8be8/src/index.ts :600
  • prooflink.verify_receipt iTechSmartINC-mcp-server-f8a8be8/src/index.ts :614
  • prooflink.search_receipts iTechSmartINC-mcp-server-f8a8be8/src/index.ts :626
  • mission.list_incidents iTechSmartINC-mcp-server-f8a8be8/src/index.ts :640
  • mission.cluster_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :654
  • compliance.audit_summary iTechSmartINC-mcp-server-f8a8be8/src/index.ts :662
  • query_uaio_status iTechSmartINC-mcp-server-f8a8be8/src/index.ts :670
  • get_incident_details iTechSmartINC-mcp-server-f8a8be8/src/index.ts :679
  • list_recent_incidents iTechSmartINC-mcp-server-f8a8be8/src/index.ts :692
  • simulate_infrastructure_attack iTechSmartINC-mcp-server-f8a8be8/src/index.ts :707
  • invoke_octoai_pipeline iTechSmartINC-mcp-server-f8a8be8/src/index.ts :726
  • get_platform_briefing iTechSmartINC-mcp-server-f8a8be8/src/index.ts :752
  • get_sie_queue iTechSmartINC-mcp-server-f8a8be8/src/index.ts :762
  • get_compliance_status iTechSmartINC-mcp-server-f8a8be8/src/index.ts :780
  • dispatch_ag2_incident iTechSmartINC-mcp-server-f8a8be8/src/index.ts :790
  • search_platform_logs iTechSmartINC-mcp-server-f8a8be8/src/index.ts :813
  • approve_sie_finding iTechSmartINC-mcp-server-f8a8be8/src/index.ts :830
  • trigger_sie_scan iTechSmartINC-mcp-server-f8a8be8/src/index.ts :850
  • get_iself_journal iTechSmartINC-mcp-server-f8a8be8/src/index.ts :874
  • integration_status iTechSmartINC-mcp-server-f8a8be8/src/index.ts :894
  • langfuse_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :903
  • langfuse_trace iTechSmartINC-mcp-server-f8a8be8/src/index.ts :910
  • ragflow_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :929
  • ragflow_query iTechSmartINC-mcp-server-f8a8be8/src/index.ts :936
  • shuffle_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :951
  • shuffle_trigger iTechSmartINC-mcp-server-f8a8be8/src/index.ts :958
  • trmm_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :972
  • trmm_agents iTechSmartINC-mcp-server-f8a8be8/src/index.ts :979
  • trmm_summary iTechSmartINC-mcp-server-f8a8be8/src/index.ts :986
  • trmm_run_script iTechSmartINC-mcp-server-f8a8be8/src/index.ts :993
  • mesh_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1007
  • mesh_devices iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1015
  • probo_health iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1022
  • probo_controls iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1029
  • probo_risks iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1036
  • probo_summary iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1043
  • get_learning_queue iTechSmartINC-mcp-server-f8a8be8/src/index.ts :1051

install hooks 1

  • prepublishOnly iTechSmartINC-mcp-server-f8a8be8/package.json :18 npm run build

declared dependencies 3

  • @modelcontextprotocol/sdk@^1.0.0
  • @types/node@^20.0.0
  • typescript@^5.4.0