Aiqbee

ReviewAudited by ClawScan on May 10, 2026.

Overview

Aiqbee appears to be a coherent MCP integration, but it can change or delete knowledge-graph data through your logged-in Aiqbee account without documented confirmation or scoping safeguards.

Review this skill before installing. It appears to do what it claims, but signing in gives the agent access to your Aiqbee knowledge graph, including tools that can update and delete neurons and relationships. Use a limited account or workspace where possible, require explicit approval for destructive changes, and verify the Aiqbee MCP/OAuth destination before signing in.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A mistaken or overly broad agent action could modify or remove architecture, portfolio, or strategy records in the user's Aiqbee brain.

Why it was flagged

These MCP tools can mutate or delete knowledge-graph records and links. The provided instructions do not include confirmation, rollback, workspace limits, or other safeguards for destructive writes.

Skill content
`aiqbee_update_neuron` | Update an existing neuron | ... `aiqbee_delete_neuron` | Delete a neuron | ... `aiqbee_delete_relationship` | Remove a relationship |
Recommendation

Use this only with an account/workspace you are comfortable granting write access to, require explicit user approval before update/delete operations, and keep backups or recovery options for important knowledge-graph data.

What this means

The agent may be able to access and act on Aiqbee data available to the signed-in account, including shared workspace data if that account has access.

Why it was flagged

OAuth account access is expected for this integration, but it delegates access to the user's Aiqbee account and the SKILL.md does not list specific scopes or permission boundaries.

Skill content
Aiqbee uses OAuth 2.0. On first connection, your browser will open for sign-in. No API keys or environment variables needed — just sign in with your existing Aiqbee account.
Recommendation

Sign in only with the intended Aiqbee account, review any OAuth permission prompts carefully, prefer least-privilege workspace access, and revoke the authorization when no longer needed.

What this means

Queries and returned knowledge-graph content may pass through the Aiqbee MCP service and into the agent's working context.

Why it was flagged

The skill routes MCP requests to a remote Aiqbee endpoint and can retrieve full knowledge-graph content. This is purpose-aligned, but it is a sensitive data boundary users should understand.

Skill content
"transport": "streamable-http", "url": "https://mcp.aiqbee.com/mcp" ... `aiqbee_search` | Search neurons in your knowledge graph | ... `aiqbee_fetch` | Get full neuron content and metadata |
Recommendation

Avoid using the integration for data you do not want processed through Aiqbee MCP, and review Aiqbee's data handling and workspace-sharing settings.

What this means

Users cannot verify the remote MCP server's implementation from this package alone.

Why it was flagged

The registry source is not identified, and the skill is instruction-only, so the actual MCP tool implementation is not present in the reviewed artifacts. This is not suspicious by itself, but it means users must trust the remote Aiqbee service.

Skill content
Source: unknown
Recommendation

Install only if you trust the Aiqbee domain and publisher; verify the homepage, documentation, and OAuth destination before signing in.