mcp-suarify-server (suarify/mcp-suarify-server) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 13 tools. No publisher has claimed this listing.

D
Caution
54/100

mcp-suarify-server

MCP Suarify: Automated AI Phone Calling for Southeast Asia

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

⚡ 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

suarify

Source: github_repo_search

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
⚠️
Known vulnerabilities in dependencies: 10 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: SUARIFY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes13 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.

suarify_setup_inbound_settings

Configure the AI agent behavior, voice, and prompts for inbound calls on a specific phone number. This setup is stored as 'inbound-<phonenumber>'. Requires Suarify API Key.

suarify_get_inbound_settings

Get the current inbound call settings for the authenticated user's default phone number.

suarify_setup_phone_configuration

Upsert general phone configuration in the call_params table. Use this for custom tokenized configurations.

suarify_get_phone_configuration

Retrieve a specific phone configuration by tokenid, or list all configurations.

suarify_initiate_call

Initiate an outbound AI voice call using simple or enhanced parameters.

suarify_do_outbound_call

Make an outbound phone call with full validation (balance check, user profile). Required for production calls.

suarify_get_outbound_call_logs

Get all outbound call logs with optional filters and record limit.

suarify_get_inbound_call_logs

Get all inbound call logs with optional filters and record limit.

suarify_list_user_agents

Retrieve all AI agents for the authenticated user.

suarify_get_user_agent

Retrieve a single AI agent by ID.

suarify_create_lead

Create a single lead record with detailed recipient information.

suarify_list_leads

Retrieve a list of leads with optional filtering and pagination.

suarify_delete_lead

Remove a lead record from the database.

// known CVEs in dependencies10 high6 medium12 low

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

highaxios@1.13.5GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.13.5GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.13.5GHSA-6chq-wfr3-2hj9

Axios: Header Injection via Prototype Pollution

highaxios@1.13.5GHSA-777c-7fjr-54vf

Allocation of Resources Without Limits or Throttling in Axios

highaxios@1.13.5GHSA-hfxv-24rg-xrqf

Axios: Regular Expression Denial of Service (ReDoS) via Cookie Name Injection

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.
🔐 secretSUARIFY_API_KEY(Required) Your API key for authentication. Register free account credit at https://suarify.my/register-new-user and then developer portal
configSUARIFY_BASE_URL(Optional) Defaults to https://suarify1.my.
// 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

13/13 tools missing one or more hints — suarify_setup_inbound_settings (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); suarify_get_inbound_settings (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); suarify_setup_phone_configuration (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +10 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.

License file

No license file

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

Tool test coverage

Only 3/13 tools referenced in tests (23%)

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

Production dependencies are patched

0 critical, 10 high severity in production deps — axios@1.13.5 (high), axios@1.13.5 (high)

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/suarify/mcp-suarify-server?variant=verified)](https://m8ven.ai/mcp/suarify/mcp-suarify-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ad0acef1abb58aff1e43f062a660e25a67788e63
code hash: 3106267c7194d56852b8e83e02b1e3655aad0659022d0bea7cd20a49bd3a9dec
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