A Model Context Protocol (MCP) server for querying vCosmos Test Logic API - UUTs and Tasks
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"vcosmos-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# vCosmos UUT MCP Server A Model Context Protocol (MCP) server that provides tools to query Units Under Test (UUTs) and tasks from the vCosmos Test Logic API. The current MCP server support only 2 sample tools, - **query_vcosmos_uuts**: List all UUTs in vCosmos with filters. - **query_vcosmos_tasks**: List all tasks in vCosmos with filters. 📦 **Available on PyPI**: [vcosmos-mcp-server](https://pypi.org/project/vcosmos-mcp-server/) ▶️ **Install & Run**: ```bash uvx vcosmos-mcp-server ``` ## 🚀 Quick Start 1. **Set your vCosmos token**: ```bash export VCOSMOS_TOKEN="your_token_here" # Linux/Mac $env:VCOSMOS_TOKEN="your_token_here" # PowerShell ``` 2. **Run the server** (choose one option): - **Option A: Manual** Run directly from command line: ```bash uvx vcosmos-mcp-server ``` - **Option B: VS Code Integration (Recommended)** Add this to your VS Code MCP settings: ```json { "servers": { "vcosmos": { "command": "uvx", "args": ["vcosmos-mcp-server"], "env": { "VCOSMOS_TOKEN": "your_token_here" } } } } ``` - **Option C: SSE (Server-Sent Events)** The current vcosmos-mcp-server uses stdio transport. If you want to use SSE transport, run with mcp-proxy: ```bash uvx mcp-proxy --host=0.0.0.0 --port=8087 --pass-environment uvx vcosmos-mcp-server ``` ## 🏗️ Architecture  ## 📖 Documentation - [Usage Guide](https://github.com/<your-repo>/docs/usage.md) - [API Reference](https://github.com/<your-repo>/docs/api.md) --- **Package Name**: `vcosmos-mcp-server` **Python**: 3.8+ **License**: MIT
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.