We build autonomous agent systems — for end-to-end software testing, for market analysis, and for satellite operations. Most of what we build talks MCP, and a good deal of it is public and readable below.
SKOPAQ AI PRIVATE LIMITED · incorporated 30 July 2026 · CIN U62011TS2026PTC220462 ·
Hyderabad, Telangana, India · solutions@skopaq.com
argus-backend · Python · LangGraph · Claude
An autonomous E2E testing engine. Point it at a codebase and a running app; it explores, writes the
tests and runs them. argus is the Next.js dashboard,
argus-mcp-server exposes it to AI IDEs, and
argus-plugin is the Claude Code plugin.
The self-healing engine behind it lives in
skopaq · Python · Playwright · MCP-first —
URL → discover → generate → export → execute → heal → report. It crawls an app with Playwright
and vision models to find routes and flows, generates specs, exports to Playwright/Pytest/Jest/
Cypress/Selenium, and repairs broken selectors when they drift.
(Skopaq is the company. The product is Argus — some repository names still carry the older branding, and are being renamed.)
uniauto-mcp-server · autospectra-mcp-server · testrail-mcp Test automation and browser control over MCP.
webmcpregistry · TypeScript
An SDK implementing the W3C WebMCP draft spec, so a
website can declare typed tools an agent can call through navigator.modelContext instead of
scraping the DOM. Spec-compliant polyfill today; steps aside when browsers ship it natively.
Framework adapters are each under 3 KB.
skopaqtrader · Python · LangGraph A multi-agent research pipeline for Indian equities, with an MCP server exposing 18 tools. Extends TradingAgents (Apache 2.0). Educational and research software — not investment advice, and the README says so at length.
VELA (private) — an advisory-only anomaly-investigation co-pilot for satellite operations. Every claim it makes is cited to spacecraft documentation, and CI fails the build if a grounded step carries no citation. Runs cloud or fully air-gapped from one config flag.
Shiksha OS (private) — offline-first school management for Indian government schools. Turborepo monorepo, six services behind admin, teacher and parent portals.
Sensorless motor control — observer design for IPMSM traction drives, from doctoral work defended in July 2026. Simulation stage; no hardware yet.
- MCP where it fits. Several of these ship an MCP server so the tool is usable from Claude Code, Cursor and anything else that speaks the protocol.
- Model choice is configuration, not architecture. Argus's provider layer supports Anthropic, OpenAI, Azure OpenAI, Bedrock, Vertex, OpenRouter and local Ollama. Claude is the default.
- Public by default where we can be. 34 of our repositories are public. Some client and proprietary work is not, and is marked (private) above rather than described as if you could check it.
No SOC 2 report, no ISO certification, no HIPAA attestation. We were incorporated on 30 July 2026 and we are a small team. If any of that matters for your procurement, ask us directly rather than assuming — solutions@skopaq.com.