ssyubix-a2a-agentlink (syuaibsyuaib/ssyubix) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 23 tools. No publisher has claimed this listing.

C
Emerging
74/100

ssyubix-a2a-agentlink

Cross-device communication between AI agents over the public internet

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

syuaibsyuaib

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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes23 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.

capability_get_self

Baca capability profile agent ini pada room yang sedang aktif.

capability_upsert_self

Simpan atau perbarui capability card agent ini pada room aktif.

capability_set_availability

Update availability dan current load capability card agent ini.

capability_remove_self

Hapus capability card kustom agent ini dan kembali ke profil minimal room.

task_offer

Tawarkan satu task delegasi ke agent tertentu pada room aktif.

task_accept

Terima delegation offer yang ditujukan ke agent ini.

task_reject

Tolak delegation offer yang ditujukan ke agent ini.

task_defer

Tunda delegation offer yang ditujukan ke agent ini.

task_list

Lihat daftar delegation task pada room aktif.

task_get

Baca satu delegation task dari room aktif.

agent_register

Daftarkan agent ke AgentLink. Wajib dipanggil pertama sebelum tools lain.

room_create

Buat room baru di Cloudflare.

room_join

Join room yang sudah ada. Koneksi WebSocket ke Cloudflare terbentuk otomatis.

room_leave

Keluar dari room saat ini.

room_list

Lihat daftar room public yang aktif di Cloudflare.

room_info

Info room saat ini: ID, status koneksi, agent ID.

room_admin_add

Jadikan agent aktif lain sebagai admin room saat ini.

room_admin_remove

Cabut role admin dari agent aktif lain pada room saat ini.

room_local_summary

Baca snapshot ringkasan room dari cache lokal device ini.

agent_send

Kirim pesan langsung ke satu peer via Cloudflare relay.

agent_broadcast

Kirim pesan ke semua agent di room via Cloudflare relay.

agent_read_inbox

Baca pesan masuk dan event room (join/leave).

agent_list

Lihat info agent ini: ID, nama, room, status koneksi.

// 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.
configAGENTLINK_URLoverrides the default Worker endpoint for forks or self-hosted deployments
configAGENT_NAMEsets the local agent name shown to peers
configSSYUBIX_LOCAL_INBOX_LIMIT
configSSYUBIX_LOCAL_RETRY_LIMIT
configSSYUBIX_LOCAL_RETRY_MAX_ATTEMPTS
configSSYUBIX_LOCAL_RETRY_TTL_SECONDS
configSSYUBIX_LOCAL_SUMMARY_STALE_SECONDS
configSSYUBIX_LOCAL_ROOM_CACHE_TTL_SECONDS
configSSYUBIX_LOCAL_ROOM_CACHE_LIMIT
configSSYUBIX_LOCAL_CORRUPT_CACHE_LIMIT
configAGENT_SESSION_ID
configSSYUBIX_LOCAL_STATE_DIR
configXDG_STATE_HOME
configSSYUBIX_STABLE_AGENT_IDENTITY_IDoverrides the per-device stable identity if you need to pin it explicitly
// 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

23/23 tools missing one or more hints — capability_get_self (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); capability_upsert_self (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); capability_set_availability (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +20 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

16/23 tool handlers declare input schemas (70%)

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

Tool handlers catch errors

18/23 tool handlers wrap calls in try/catch (78%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 0/23 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

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 Score](https://m8ven.ai/badge/mcp/syuaibsyuaib/ssyubix)](https://m8ven.ai/mcp/syuaibsyuaib/ssyubix)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 11dc5e28f84c179eb622e8fbcc3312908944815c
code hash: ee79f89a5548755525749a1bfe0fc0aaa8248ba867ed8e0a2ad1ced5a12b081a
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