unitares (cirwel/unitares) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 99 tools. No publisher has claimed this listing.

C
Emerging
74/100
8 days ago

unitares

Self-hosted runtime telemetry, identity-bound audit trails, and policy feedback for long-lived AI agents.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

cirwel

Source: Glama · also listed on github_code

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
13 flows detected: UNITARES_STDIO_PROXY_HTTP_BEARER_TOKEN, LEASE_PLANE_BEARER_TOKEN, AGENT_ORCHESTRATOR_BEARER_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 14 credentials: UNITARES_OAUTH_SECRET, UNITARES_STDIO_PROXY_HTTP_BEARER_TOKEN, UNITARES_MCP_BEARER_TOKEN, LEASE_PLANE_BEARER_TOKEN, AGENT_ORCHESTRATOR_BEARER_TOKEN, UNITARES_CONTINUITY_TOKEN_SECRET, UNITARES_HTTP_API_TOKEN, UNITARES_API_TOKEN, HF_TOKEN, HUGGINGFACE_TOKEN, OPENAI_API_KEY, ANTHROPIC_API_KEY, GOOGLE_AI_API_KEY, GEMINI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configUNITARES_OAUTH_ISSUER_URL
🔐 secretUNITARES_OAUTH_SECRET
configUNITARES_OAUTH_AUTO_APPROVE
configUNITARES_OAUTH_RESOURCE_URL
configUNITARES_TRACEMALLOC
configUNITARES_TRACEMALLOC_FRAMES
configUNITARES_STDIO_PROXY_HTTP_URL
configUNITARES_PROXY_URL
configUNITARES_STDIO_PROXY_URL
configUNITARES_STDIO_PROXY_SSE_URL
configUNITARES_STDIO_PROXY_STRICT
🔐 secretUNITARES_STDIO_PROXY_HTTP_BEARER_TOKEN
🔐 secretUNITARES_MCP_BEARER_TOKEN
configUNITARES_MCP_HOST
configUNITARES_MCP_DNS_REBIND_PROTECTION
configUNITARES_REST_STRICT
configUNITARES_HTTP_CORS_ALLOW_ORIGIN
configUNITARES_UDS_SOCKET
configHA_CLI
configHA_PROMPT
configHA_MODEL
configHA_SANDBOX
configSTRICT_IDENTITY_REQUIREDstart_session binds later writes to a process instance. Reads can remain open; writes are proof-carrying when STRICT_IDENTITY_REQUIRED is set and auto-bound otherwise. See the [trust contract](docs/trust-contract.md).
configUNITARES_MIRROR_SIGNAL_EMIT
configUNITARES_PROCESS_UPDATE_RESPONSE_MODE
configUNITARES_DASHBOARD_DB_BUDGET_S
configUNITARES_DIALECTIC_BEAM_RESOLUTION
🔐 secretLEASE_PLANE_BEARER_TOKEN
configLEASE_PLANE_BASE_URL
configUNITARES_DIALECTIC_DISPATCHER_UUID
configUNITARES_DIALECTIC_REVIEW_BUDGET
configAGENT_ORCHESTRATOR_URL
configUNITARES_GOVERNANCE_URL
configGOVERNANCE_URL
configPYTHONPATH
🔐 secretAGENT_ORCHESTRATOR_BEARER_TOKEN
configUNITARES_AUTOSELECT_REVIEWER
configUNITARES_DIALECTIC_WRITE_JSON_SNAPSHOT
configUNITARES_NX_FAIL_CLOSED
🔐 secretUNITARES_CONTINUITY_TOKEN_SECRET
🔐 secretUNITARES_HTTP_API_TOKEN
🔐 secretUNITARES_API_TOKEN
configUNITARES_IDENTITY_ANCHOR_TTL
configUNITARES_IDENTITY_ANCHOR_RECOVERY
configUNITARES_LINEAGE_TRANSITIVE_ARCHIVAL
configUNITARES_CLAUDE_CLI
configUNITARES_CODEX_CLI
configUNITARES_HOST_ADAPTER_ENABLED
configUNITARES_OLLAMA_BASE
configUNITARES_LLM_MODEL
🔐 secretHF_TOKEN
🔐 secretHUGGINGFACE_TOKEN
configUNITARES_DIALECTIC_REVIEWER_TIMEOUT
configUNITARES_CALL_MODEL_TIMEOUT
configGOVERNANCE_AGENT_PREFIX
configCURSOR_PID
configCURSOR_VERSION
configVSCODE_PID
configCLAUDE_DESKTOP
🔐 secretOPENAI_API_KEY
🔐 secretANTHROPIC_API_KEY
🔐 secretGOOGLE_AI_API_KEY
🔐 secretGEMINI_API_KEY
configTEST
configUNITARES_KG_SEARCH_TIMEOUT_S
configUNITARES_INCLUDE_API_KEY_IN_RESPONSES
configPYTEST_CURRENT_TEST
configUNITARES_KG_PROACTIVE_EVERY
configUNITARES_REVIEW_NUDGE
configUNITARES_PHASE5_EVIDENCE_WRITE
configGOVERNANCE_TOOL_MODE
configANTHROPIC_CLAUDE
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

99/99 tools missing one or more hints — dynamic_tool_184 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); handle_list_tools (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); handle_describe_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +96 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

96/98 tool handlers declare input schemas (98%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Secrets not logged

5 secret values sent to print/logger.warning/logger.info

Redact or omit secret values from log output.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/cirwel/unitares)](https://m8ven.ai/mcp/cirwel/unitares)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: b63e8f17f4f1c0e4aa8bdfdcfeace65dffe7313b
code hash: 08f3fcbf4b3b51ff05ecfe2dc0530177952ba0e639cb92fd3dc77e66af5deec7
verified: 9/2/2026, 4:49:15 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client