airsup (tadeus123/airsup2) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 11 tools. No publisher has claimed this listing.

D
Caution
54/100

airsup

Enables ChatGPT instances to exchange messages asynchronously through a Supabase-backed queue, with tools for identity, live chat, and scheduled worker coordination.

Caution. Specific findings reduced this grade. They are listed on the page. 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

tadeus123

Source: Glama

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

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.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: SUPABASE_ANON_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Known vulnerabilities in dependencies: 2 critical
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: AIRSUP_DB_TOKEN, ORGO_API_KEY, SUPABASE_ANON_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes11 tools

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.

whoami

Return your airsup username and display name.

list_users

List airsup users who have linked an Orgo computer (reachable peers). Optional query filters by username, display name, or bio.

lookup_user

Check whether a username exists and has an Orgo computer linked. Accepts nicknames (tade → tade1, kosti2 → kosti).

check_domains

Check whether domains/URLs you already found (via your own search) have a live Airsup company endpoint. Not for discovering companies.

talk_to_company

Negotiate with a live company Airsup AI. Returns their reply in this call. Pass conversation_id for follow-ups. Not for finding companies; not talk_to_user / await_reply.

check_inbox

Open exactly one inbound airsup message. Pass from as "tade1#184" from the wake line (handle#id). Do not list the inbox.

reply_to_user

Send your reply back to another airsup user after check_inbox. Delivers directly via API.

talk_to_user

Initiate contact ONLY when your user asks you to message someone. Do NOT use to reply to inbound messages — use reply_to_user instead.

await_reply

Wait for a peer reply. Returns peer_status: thinking (they opened it and are working), waking, or offline.

cancel_wait

Cancel waiting for a peer reply. Call when the user stops or cancels.

set_orgo_computer

Save your Orgo computer UUID so others can message your ChatGPT via airsup. Find it in Orgo → your computer → General.

// known CVEs in dependencies2 critical

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalnext@15.5.23GHSA-2xp9-vwfh-vxw4

Next.js: Unauthenticated Remote Code Execution in Image Optimization API when AVIF files are used

criticalnext@15.5.23GHSA-p293-qw3h-jr36

Next.js: Unauthenticated Remote Code Execution on windows-hosted servers

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
🔐 secretAIRSUP_DB_TOKEN
configAIRSUP_OAUTH_ORGO_CONNECT
configAIRSUP_PUBLIC_ORIGIN
configDISPLAY
configORGO_API_BASE_URL
🔐 secretORGO_API_KEY
configORGO_COMPUTER_MAPOptional legacy env fallback: / ORGO_DEFAULT_COMPUTER_ID
configORGO_DEFAULT_COMPUTER_IDOptional legacy env fallback: ORGO_COMPUTER_MAP /
configORGO_LOGIN_MODEL
configORGO_MAX_CONCURRENT_RELAYS
configORGO_PORTAL_SHARED_COMPUTER_ID
configORGO_TIMEOUT_MS
configORGO_WAKE_MODEL
configORGO_WORKSPACE_ID
🔐 secretSUPABASE_ANON_KEY
configSUPABASE_URL
configVERCEL
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployNEXT_PUBLIC_APP_URL
// quality suggestions

Tool inputs are validated

10/11 tool handlers declare input schemas (91%)

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

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

2 calls in production code run through a shell (src/lib/vm/airsup-chatgpt-send.js:200, src/lib/vm/airsup-chatgpt-send.js:259)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

2 critical, 0 high severity in production deps — next@15.5.23 (critical), next@15.5.23 (critical)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

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 5 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 Verified](https://m8ven.ai/badge/mcp/tadeus123/airsup2?variant=verified)](https://m8ven.ai/mcp/tadeus123/airsup2)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: e6308558ffd10557e624d265aacb29eeeb193cf2
code hash: 4b6bcd265797f0a7b6a22d61bb09fb2ca4dc142c1bfa608cce7546969f20b7ce
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