Server data from the Official MCP Registry
Connect AI agents to iTechSmart UAIO, ProofLink verification, and autonomous IT operations.
Connect AI agents to iTechSmart UAIO, ProofLink verification, and autonomous IT operations.
Remote endpoints: sse: https://mcp.itechsmart.dev/sse
This MCP server contains multiple critical security vulnerabilities that pose significant risks. The code executes arbitrary shell commands via execSync without proper input validation, stores API keys in environment variables without rotation mechanisms, implements weak rate limiting that can be trivially bypassed, and contains numerous hardcoded filesystem paths and URLs. The authentication system, while present, has gaps that could allow unauthorized access. The combination of shell execution capabilities, broad file system access, and external API integrations without proper isolation creates a dangerous attack surface. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 19 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ITECHSMART_API_KEY
Environment variable: ITECHSMART_API_URL
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Connect any AI agent to UAIO — Autonomous IT Operations + ProofLink™ Verification
The SaaS products that become agent-ready in 2026 win the enterprise deals.
This MCP server exposes iTechSmart's UAIO platform as tools any MCP-compatible AI agent can call — Claude, ChatGPT, Copilot, Cursor, and any other agent that speaks the Model Context Protocol.
Once connected, your AI agent can:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"itechsmart": {
"command": "npx",
"args": ["-y", "@itechsmart/mcp-server"],
"env": {
"ITECHSMART_API_KEY": "your-api-key-here"
}
}
}
}
Get your API key: contact enterprise@itechsmart.dev or itechsmart.dev/contact
https://mcp.itechsmart.dev/sse
For platforms that support remote MCP servers directly (Cursor, Continue, etc.).
verify_prooflink_receiptVerify the cryptographic integrity of a ProofLink receipt.
Agent: "Verify ProofLink receipt a1b2c3d4e5f6a7b8"
→ Returns:
{
"receipt_id": "a1b2c3d4e5f6a7b8",
"verification_result": "VERIFIED ✓",
"tamper_detected": false,
"action": "kubectl patch memory 512Mi→1024Mi + rollout restart",
"human_input": "ZERO",
"sha256": "abc123...",
"verify_url": "https://verify.itechsmart.dev/a1b2c3d4e5f6a7b8"
}
get_receipt_chainFetch and verify the complete ProofLink receipt chain.
Agent: "Check the full UAIO audit trail for the last 20 actions"
→ Returns: complete chain with tamper detection across all receipts
query_uaio_statusGet real-time UAIO platform health and metrics.
Agent: "What's the current status of the iTechSmart platform?"
→ Returns:
{
"status": "OPERATIONAL",
"containers": { "healthy": 131, "total": 131 },
"prooflink": { "receipts_generated": 134, "chain_breaks": 0 },
"compliance": { "nist_csf": "96/100", "hipaa": "100/100" }
}
get_incident_detailsFetch full details of a specific autonomous remediation.
Agent: "Show me what UAIO did during incident inc-1746960000"
→ Returns: trigger, action taken, before/after state, ProofLink receipt
list_recent_incidentsList recent autonomous IT remediations.
Agent: "List the last 10 things UAIO fixed automatically"
→ Returns: chronological incident list with detection/remediation times
simulate_infrastructure_attackTrigger the break-it sandbox — watch the UAIO loop live.
Agent: "Simulate a Kubernetes OOMKilled crash and show me the ProofLink receipt"
→ Returns: full 5-phase UAIO simulation with cryptographic receipt
"Fetch the last 50 ProofLink receipts, verify chain integrity,
and generate a compliance report for our SOC 2 audit."
→ Agent calls get_receipt_chain(limit=50)
→ Verifies all 50 receipts
→ Reports: chain_valid, any tamper positions, NIST control coverage
"What did the AI fix last night between 2-4AM and can you prove it?"
→ Agent calls list_recent_incidents(since="2026-05-11T02:00:00Z")
→ Agent calls get_incident_details for each incident
→ Agent calls verify_prooflink_receipt for each receipt
→ Returns: complete verified audit trail
"Check if the iTechSmart platform is healthy before we run our demo."
→ Agent calls query_uaio_status()
→ Returns: operational status, container health, compliance scores
| Variable | Required | Description |
|---|---|---|
ITECHSMART_API_KEY | Yes | API key — contact enterprise@itechsmart.dev or itechsmart.dev/contact |
ITECHSMART_API_URL | No | Custom API URL (default: https://app.itechsmart.dev/api/v1) |
git clone https://github.com/Iteksmart/mcp-server
cd mcp-server
npm install
npm run build
npm start
iTechSmart builds UAIO — Unified Autonomous IT Operations. The first platform that autonomously detects, remediates, and cryptographically proves every infrastructure action.
SDVOSB · CAGE: 172W2 · NVIDIA Inception · F6S #6 Global · NIST CSF 96/100
MIT License — iTechSmart Inc. 2026
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.