ToolTrust
C27/100
Smithery

oblipali-sms-marketing

mcpsmithery

@Smithery

SMS marketing MCP server for AI agents. Send SMS, manage contacts, templates, and campaigns programmatically. Sign up at oblipali.app, generate an API key, buy prepaid SMS credits, and connect your agent. 22 tools available, pay-as-you-go pricing, no subscription.

By Smithery | 39 findings | Scanned 4/19/2026 | tooltrust-scanner/v0.3.8

2 High11 Medium4 Low22 Info

Risk Summary

Needs Approval

Dep Visibility plus Excessive Permissions raises enough risk that this tool should not be auto-trusted.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (39)

  • HighAS-012

    🔄Tool Drift

    Tool set changed silently at vsmithery: 22 tool(s) added, 12 tool(s) removed without a version bump.

    + 22 added

    count_sms_partscreate_campaigncreate_contactcreate_optoutcreate_templatedelete_campaigndelete_contactdelete_optoutdelete_templateget_statsget_workspaceimport_contactslist_campaignslist_contactslist_logslist_optoutslist_templatessend_campaignsend_smsupdate_campaignupdate_contactupdate_template

    − 12 removed

    virtualsms_cancel_ordervirtualsms_create_ordervirtualsms_find_cheapestvirtualsms_get_balancevirtualsms_get_pricevirtualsms_get_smsvirtualsms_list_countriesvirtualsms_list_ordersvirtualsms_list_servicesvirtualsms_search_servicesvirtualsms_swap_numbervirtualsms_wait_for_sms

    Fix: The set of tools exposed by this server changed between scans of the same version — a sign the package was silently updated without a version bump. Audit the changelog and all tool definitions before trusting this server. Pin to a specific commit hash rather than a floating version tag.

  • HighAS-002

    âš ī¸Excessive Permissions

    create_template:tool declares network permission

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • MediumAS-002

    âš ī¸Excessive Permissions ×11

    tool declares fs permission

    create_templateupdate_templatedelete_templatecreate_contactupdate_contactdelete_contactcreate_campaignupdate_campaigndelete_campaigncreate_optoutdelete_optout

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-002

    âš ī¸Excessive Permissions ×2

    tool declares http permission

    create_templateupdate_template

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    â„šī¸Missing Rate-Limit / Timeout ×2

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    create_templateupdate_template

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    â„šī¸Dependency Inventory Unavailable ×22

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    list_templatescreate_templateupdate_templatedelete_templatelist_contactscreate_contactupdate_contactdelete_contactimport_contactslist_campaignscreate_campaignupdate_campaigndelete_campaignsend_campaignsend_smslist_logslist_optoutscreate_optoutdelete_optoutget_workspaceget_statscount_sms_parts

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y oblipali-sms-marketing"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)