aico (suhail-akhtar/aico) is an MCP server listed on the M8ven Trust Index. It scores 73 out of 100, grade C. It declares 68 tools. No publisher has claimed this listing.
Open-source AI coding agent for the terminal and a local web workspace. Bring your own key — Claude, GPT, Gemini, DeepSeek, GLM or local Ollama. Opens what it builds in a real browser, supervises background work, and runs as an MCP server.
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
suhail-akhtar
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.
BackgroundTaskMcpManageaico_submitaico_statusaico_waitaico_stopaico_ackaico_sessionsgoogle_searchSearch Google for information on any topic
fetch_urlFetch and extract content from a specific URL
duckduckgo_searchSearch DuckDuckGo for information (privacy-friendly)
McpAddServerMcpRemoveServerRemove an MCP server from .aico/settings.local.json and reload the MCP registry.
McpReloadServersReload MCP servers from settings and report loaded tools/resources.
ListMcpResourcesList all resources available from configured MCP servers.
ReadMcpResourceRead the content of a specific MCP resource by URI.
CronCreateCronDeleteDelete a scheduled cron job by ID.
CronListList all scheduled cron jobs.
CronPausePause a scheduled cron job (it will not run until resumed).
CronResumeResume a paused cron job.
AgentCreateCreate or update a reusable AICO agent spec with role, goals, skills, tools, XML system prompt, and report format.
AgentListList built-in and custom AICO agents available to the current project.
AgentReadRead a full AICO agent spec including XML system prompt, skills, tools, and report contract.
AgentPromptBuild the XML prompt for chatting with one agent on a task. The caller should execute or send this prompt next.
AskUserQuestionBashCheckpointCodebaseMapContextWindowEditReplace the first (and only) occurrence of old_str with new_str in a file. Errors if the string is not found or appears multiple times.
GitGlobFind files matching a glob pattern.
GrepSearch file contents using a regex pattern, returning matching lines with file and line number.
InvestigateKnowledgeLSList the contents of a directory.
AgentManageMemoryManageAppManageNotebookEditEdit Jupyter notebook (.ipynb) cells. Supports replace, insert, and delete operations on individual cells by 0-based index.
ProposePlanPwdGets the current working directory.
ReadAttachmentRead an uploaded PDF, DOCX, XLSX, CSV, TXT, or Markdown attachment by its server-provided path. Use XLSX sheet and row bounds to inspect a spreadsheet in slices.
ReadRead the contents of a file, optionally limited to a range of lines.
RunChecksSkillSuperviseTaskTerminalTodoReadRead the current todo list from .aico-todos.json in the user home directory.
TodoWriteWrite (replace) the todo list in .aico-todos.json.
VerifyAppVSCodeDiagnosticsVSCodeTasksVSCodeWorkspaceWebFetchFetch the content of a URL and return it as text.
WebSearchSearch the web using DuckDuckGo and return results with titles, URLs, and snippets. Use WebFetch on result URLs to read full content.
WidgetSpecWorkspaceInfoShow the current AICO project/session workspace paths for artifacts, reports, logs, and scratch files.
WorkspaceSetPathConfigure the project workspace path. Use an absolute path or project-relative path. Omit path to reset to the home-based default workspace.
WorkspaceWriteWrite an artifact, report, log, or scratch file inside the AICO workspace. Path is always relative to the selected workspace scope.
WorkspaceReadRead a UTF-8 text file from the AICO workspace. Path is relative to the selected workspace scope.
WorkspaceListList files under the AICO workspace session or common scope.
CapabilityReportReport AICO current capabilities: tools, slash commands, workspace, settings, MCP servers, and execution powers.
WriteWrite content to a file, creating parent directories as needed.
EnterWorktreeExitWorktreeAICO_HOMEwork ledger — is under ~/.aico. Set to put it somewhereANTHROPIC_API_KEYExplicit cache_control for ~90% input savingsDEEPSEEK_API_KEYFirst-party V4; cache hits at ~1/50th of a missGEMINI_API_KEYVia the OpenAI-compatible endpointGITHUB_TOKENGOOGLE_API_KEYKIMI_API_KEYMOONSHOT_API_KEYKimi K3, K2.7 Code, K2.6; reasoning replayed; automatic cachingOPENAI_API_KEYIncludes the /v1/responses transport — see belowOPENROUTER_API_KEYRoutes any model; sticky session routing for cache warmthSERPAPI_KEYZAI_API_KEYImplicit caching; Coding Plan endpoint supportedDependencies
17 runtime dependencies (18 dev), 1 flagged: playwright-core
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
68/68 tools missing one or more hints — BackgroundTask (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); McpManage (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); aico_submit (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +65 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 test coverage
51/68 tools referenced in tests (75%)
Write tests that reference each tool by name so every tool has at least one test.
No access to sensitive paths
Reads sensitive paths: .env
Remove reads of sensitive system paths. If you genuinely need them, document why in the README.
Secrets stay with their owner
1 secret sent to a request target we could not resolve (GEMINI_API_KEY → dynamic) — often a configured endpoint, not necessarily third-party
Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.
Dependency freshness
1/17 production deps stale: ink-text-input@2024-05-21 (2.3y)
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/suhail-akhtar/aico)?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