bulkpublish-mcp-server
mcpsmitherySocial media automation for AI agents. Schedule posts, upload media, manage channels, and track analytics across 11 platforms — all from your AI assistant. ## 29 Tools | Category | Tools | |---|---| | **Posts** | `create_post`, `update_post`, `delete_post`, `list_posts`, `get_post`, `publish_post`, `retry_post`, `get_post_metrics`, `publish_story`, `bulk_posts` | | **Channels** | `list_channels`, `get_channel_health`, `get_channel_options`, `search_mentions` | | **Media** | `upload_media` (URL or local file), `list_media`, `get_media`, `delete_media` | | **Labels** | `list_labels`, `create_label`, `update_label`, `delete_label` | | **Schedules** | `list_schedules`, `create_schedule`, `update_schedule`, `delete_schedule` | | **Analytics** | `get_analytics` | | **Quota** | `get_quota_usage` | | **Queue** | `get_queue_slot` | ## Supported Platforms Facebook, Instagram, X/Twitter, TikTok, YouTube, Threads, Bluesky, Pinterest, Google Business Profile, LinkedIn, Mastodon ## Setup ```bash npx -y @bulkpublish/mcp-server ``` Requires `BULKPUBLISH_API_KEY` environment variable. Get your key at [app.bulkpublish.com/developer](https://app.bulkpublish.com/developer). ## Links - [npm](https://www.npmjs.com/package/@bulkpublish/mcp-server) - [API Docs](https://app.bulkpublish.com/docs) - [GitHub](https://github.com/azeemkafridi/bulkpublish-api) - [AI Toolkit](https://github.com/azeemkafridi/bulkpublish-ai-toolkit) — Claude Code plugin + skills for 41+ agents
By Smithery | 56 findings | Scanned 7/4/2026 | tooltrust-scanner/v0.3.19
Risk Summary
Safe With Normal ControlsDep Visibility is the main signal, but overall risk remains within an acceptable range.
Potential impact: This finding indicates the tool should be reviewed before it is trusted.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (56)
create_post:input schema exposes 12 properties (threshold: 10)
Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
upload_medialist_mediasearch_mentionsget_mediaFix: 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.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
list_channelscreate_postlist_postsget_postpublish_postretry_postupload_medialist_mediaget_analyticslist_labelscreate_labelget_quota_usageupdate_postdelete_postget_post_metricspublish_storybulk_postsget_queue_slotget_channel_healthget_channel_optionssearch_mentionsget_mediadelete_mediaupdate_labeldelete_labellist_schedulescreate_scheduleupdate_scheduledelete_schedulecompose_postview_analyticsview_postsview_channelsview_mediaview_quotaFix: Review and remediate the identified issue.
declared capabilities: filesystem access
create_postget_postcreate_labelupdate_postdelete_postdelete_mediaupdate_labeldelete_labelcreate_scheduleupdate_scheduledelete_scheduleview_mediadeclared capabilities: network access, filesystem access
upload_medialist_mediaget_mediadeclared capabilities: network access
search_mentionsFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
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 bulkpublish-mcp-server"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.
[](https://github.com/AgentSafe-AI/tooltrust-directory)