{
  "markdown": "> [!WARNING]\n> **This repository has moved to [github.com/iTechSmartINC/mcp-server](https://github.com/iTechSmartINC/mcp-server)** as part of the iTechSmart Inc rebrand.\n> Please update your links and git remotes. This copy is kept as a redirect and is no longer updated.\n\n# iTechSmart MCP Server\n\n**Connect any AI agent to UAIO — Autonomous IT Operations + ProofLink™ Verification**\n\n> The SaaS products that become agent-ready in 2026 win the enterprise deals.\n\n---\n\n## What this does\n\nThis 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.\n\nOnce connected, your AI agent can:\n- **Verify** ProofLink cryptographic receipts — confirm autonomous AI actions weren't tampered with\n- **Query** UAIO platform status — real-time health across 131 production containers\n- **Fetch** incident details — what the AI did, when, with cryptographic proof\n- **List** recent autonomous remediations — full audit trail\n- **Simulate** infrastructure attacks — trigger the break-it sandbox live\n\n---\n\n## Quick Start\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"itechsmart\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@itechsmart/mcp-server\"],\n      \"env\": {\n        \"ITECHSMART_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\nGet your API key: contact [enterprise@itechsmart.dev](mailto:enterprise@itechsmart.dev) or [itechsmart.dev/contact](https://itechsmart.dev/contact)\n\n### Remote MCP (SSE)\n\n```\nhttps://mcp.itechsmart.dev/sse\n```\n\nFor platforms that support remote MCP servers directly (Cursor, Continue, etc.).\n\n---\n\n## Tools\n\n### `verify_prooflink_receipt`\n\nVerify the cryptographic integrity of a ProofLink receipt.\n\n```\nAgent: \"Verify ProofLink receipt a1b2c3d4e5f6a7b8\"\n\n→ Returns:\n{\n  \"receipt_id\": \"a1b2c3d4e5f6a7b8\",\n  \"verification_result\": \"VERIFIED ✓\",\n  \"tamper_detected\": false,\n  \"action\": \"kubectl patch memory 512Mi→1024Mi + rollout restart\",\n  \"human_input\": \"ZERO\",\n  \"sha256\": \"abc123...\",\n  \"verify_url\": \"https://verify.itechsmart.dev/a1b2c3d4e5f6a7b8\"\n}\n```\n\n### `get_receipt_chain`\n\nFetch and verify the complete ProofLink receipt chain.\n\n```\nAgent: \"Check the full UAIO audit trail for the last 20 actions\"\n\n→ Returns: complete chain with tamper detection across all receipts\n```\n\n### `query_uaio_status`\n\nGet real-time UAIO platform health and metrics.\n\n```\nAgent: \"What's the current status of the iTechSmart platform?\"\n\n→ Returns:\n{\n  \"status\": \"OPERATIONAL\",\n  \"containers\": { \"healthy\": 131, \"total\": 131 },\n  \"prooflink\": { \"receipts_generated\": 134, \"chain_breaks\": 0 },\n  \"compliance\": { \"nist_csf\": \"96/100\", \"hipaa\": \"100/100\" }\n}\n```\n\n### `get_incident_details`\n\nFetch full details of a specific autonomous remediation.\n\n```\nAgent: \"Show me what UAIO did during incident inc-1746960000\"\n\n→ Returns: trigger, action taken, before/after state, ProofLink receipt\n```\n\n### `list_recent_incidents`\n\nList recent autonomous IT remediations.\n\n```\nAgent: \"List the last 10 things UAIO fixed automatically\"\n\n→ Returns: chronological incident list with detection/remediation times\n```\n\n### `simulate_infrastructure_attack`\n\nTrigger the break-it sandbox — watch the UAIO loop live.\n\n```\nAgent: \"Simulate a Kubernetes OOMKilled crash and show me the ProofLink receipt\"\n\n→ Returns: full 5-phase UAIO simulation with cryptographic receipt\n```\n\n---\n\n## Example Agent Workflows\n\n### Compliance Audit Workflow\n```\n\"Fetch the last 50 ProofLink receipts, verify chain integrity, \nand generate a compliance report for our SOC 2 audit.\"\n\n→ Agent calls get_receipt_chain(limit=50)\n→ Verifies all 50 receipts\n→ Reports: chain_valid, any tamper positions, NIST control coverage\n```\n\n### Incident Investigation Workflow\n```\n\"What did the AI fix last night between 2-4AM and can you prove it?\"\n\n→ Agent calls list_recent_incidents(since=\"2026-05-11T02:00:00Z\")\n→ Agent calls get_incident_details for each incident\n→ Agent calls verify_prooflink_receipt for each receipt\n→ Returns: complete verified audit trail\n```\n\n### Monitoring Workflow\n```\n\"Check if the iTechSmart platform is healthy before we run our demo.\"\n\n→ Agent calls query_uaio_status()\n→ Returns: operational status, container health, compliance scores\n```\n\n---\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `ITECHSMART_API_KEY` | Yes | API key — contact enterprise@itechsmart.dev or itechsmart.dev/contact |\n| `ITECHSMART_API_URL` | No | Custom API URL (default: https://app.itechsmart.dev/api/v1) |\n\n---\n\n## Development\n\n```bash\ngit clone https://github.com/Iteksmart/mcp-server\ncd mcp-server\nnpm install\nnpm run build\nnpm start\n```\n\n---\n\n## Links\n\n- Platform: [itechsmart.dev](https://itechsmart.dev)\n- Live demo: [itechsmart.dev/break-it](https://itechsmart.dev/break-it)\n- Verify receipts: [verify.itechsmart.dev](https://verify.itechsmart.dev)\n- Open-source verifier: [github.com/Iteksmart/prooflink-verifier](https://github.com/Iteksmart/prooflink-verifier)\n- API docs: [docs.itechsmart.dev](https://docs.itechsmart.dev)\n\n---\n\n## About iTechSmart\n\niTechSmart builds UAIO — Unified Autonomous IT Operations. The first platform that autonomously detects, remediates, and cryptographically proves every infrastructure action.\n\nSDVOSB · CAGE: 172W2 · NVIDIA Inception · F6S #6 Global · NIST CSF 96/100\n\n---\n\nMIT License — iTechSmart Inc. 2026\n",
  "bytes": 5499,
  "sha": "31ec47aec6aff6c95b75d8f584936109d8faf8b9c363c20cbb2aca736a02f2cf",
  "repo_slug": "iteksmart/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_iteksmart_mcp_server_32a56869/readme"
}