opensquilla (TokenRhythm/opensquilla) is an MCP server listed on the M8ven Trust Index. It scores 31 out of 100, grade F. It declares 69 tools. No publisher has claimed this listing.
OpenSquilla — Token-Efficient AI Agent with same budget, higher intelligence density
Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
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
TokenRhythm
Source: github_repo_search
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
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
conversations_listList OpenSquilla sessions visible to the connected gateway principal.
session_resolveResolve a session key or identifier to OpenSquilla session metadata.
messages_readRead persisted messages for an OpenSquilla session.
messages_sendSend a user message to an existing OpenSquilla session.
events_waitWait for live or replayed gateway events for an OpenSquilla session.
transcript_exportExport a session transcript as JSONL with standard tool evidence events.
read_fileRead a file
gatewayaudio_configagents_listList available agent configurations from the agent registry.
subagentsList, kill, or steer spawned subagent sessions.
create_csvcreate_xlsxcreate_pptxcreate_pdf_reportread_sourceread_spreadsheetwrite_scratchcreate_sourcelist_dirList directory contents with type and size.
glob_searchFind files matching a glob pattern.
source_symbolsgrep_searchSearch file contents for a regex pattern.
git_statusShow the working tree status.
git_diffShow git diff (staged + unstaged changes).
git_commitStage specified files (or all changes) and create a commit.
git_logShow recent git commit log.
update_goalimageimage_generatepdfvoice_clonevoice_convertdubbing_generateSubmit a local audio/video file for ElevenLabs dubbing.
dubbing_statusCheck the status of an ElevenLabs dubbing job.
dubbing_downloadDownload completed ElevenLabs dubbing audio, optionally polling until ready.
music_generateGenerate instrumental music through ElevenLabs.
song_generateGenerate a song with sung vocals through ElevenLabs music generation.
audio_provider_capabilitiesReport configured ElevenLabs audio provider capabilities.
voice_searchmemory_searchmemory_savememory_getmemory_deletemessagemeta_invokecanvasnodesplan_run_checkpointCAS one server-authoritative PlanRun transition and publish its snapshot.
router_controlsession_searchsessions_sendSend a message to another session (inter-session communication).
sessions_spawnsessions_listList active sessions with optional filters.
sessions_historyRetrieve conversation history from a session's transcript.
sessions_yieldsession_statusskill_listList all available skills with name, description, and eligibility.
skill_viewskill_search_communityinstall_skill_depsskill_createskill_editskill_deletetool_searchhttp_requestweb_discoverLightweight web link discovery that returns titles, URLs, and snippets.
open_workspace_previewOPENSQUILLA_DESKTOP_ENABLE_WIN_INSTALLOPENSQUILLA_DESKTOP_GATEWAY_PORTOPENSQUILLA_DESKTOP_GATEWAY_URLOPENSQUILLA_DESKTOP_REPO_ROOTOPENSQUILLA_DESKTOP_SECRET_STORAGEOPENSQUILLA_DESKTOP_UPDATE_CHANNEL_ROOTOPENSQUILLA_DESKTOP_UPDATE_SOURCEOPENSQUILLA_GATEWAY_URLOPENSQUILLA_OPENTUI_BUILD_IDOPENSQUILLA_OPENTUI_HOST_VERSIONOPENSQUILLA_PLAYWRIGHT_MANAGE_WEBUIOPENSQUILLA_PREVIEW_FORCE_OFFLINEOPENSQUILLA_PRODUCT_VERSIONOPENSQUILLA_TUI_THEMEOPENSQUILLA_WEBUI_BASE_URLPLAYWRIGHT_CHROMIUM_EXECUTABLE_PATHPathWhen to useProgramFilesProgramFiles(x86)SystemRootOPENSQUILLA_PROFILEOPENSQUILLA_RECOVERY_OFFLINEOPENSQUILLA_GATEWAY_CONFIG_PATHConfig load order: →DEEPSEEK_MODELDEEPSEEK_BASE_URLOPENSQUILLA_TOOL_PROFILEOPENSQUILLA_WORKSPACE_WRITE_DENY_GUIDANCEANTHROPIC_API_KEYANTHROPIC_BASE_URLOPENROUTER_API_KEYOPENROUTER_BASE_URLOPENAI_API_KEYOPENAI_BASE_URLOPENSQUILLA_LLM_PROXYOPENSQUILLA_LLM_PROVIDEROPENSQUILLA_LLM_MODELSYSTEMROOTOPENSQUILLA_WINDOWS_APPCONTAINER_TEMPFILE_PATCHOPENSQUILLA_WINDOWS_APPCONTAINER_SITE_DIROPENSQUILLA_SANDBOX_NETWORKCODEX_NETWORK_PROXY_ACTIVEHTTPS_PROXYhttps_proxyHTTP_PROXYhttp_proxyOPENSQUILLA_SHELL_DENYLISTOPENSQUILLA_SAFE_BIN_DENYOPENSQUILLA_SAFE_BIN_ALLOWOPENSQUILLA_SAFE_BIN_WARNFIRECRAWL_API_KEYOPENSQUILLA_COMPARE_REPORT_DIROPENSQUILLA_STATE_DBOPENSQUILLA_GATEWAY_TOKEN_FILEOPENCLAW_CONFIGOPENSQUILLA_JUDGE_MODELOPENSQUILLA_JUDGE_BASE_URLOPENSQUILLA_LIFESTYLE_COMPARE_REPORT_DIROPENCLAW_T3_MODELTool 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
69/69 tools missing one or more hints — conversations_list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); session_resolve (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); messages_read (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +66 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.
Destructive tools are labelled
2 tools perform destructive updates without destructiveHint — memory_delete deletes at line 851 (file_path.unlink()); skill_delete deletes at line 1007 (shutil.rmtree(skill_dir))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
No hardcoded API keys
2 live-looking API keys in source: 2 Slack token
Move secrets to environment variables (process.env.X) or your secret manager.
Domain consistency
npm scope @opensquilla doesn't match GitHub owner tokenrhythm
Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.
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.
[](https://m8ven.ai/mcp/tokenrhythm/opensquilla)?variant=verified from the URL.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