
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
A FastMCP-based server that integrates with ManyChat to send Instagram messages and call-button actions using async APIs and secure environment-based configuration.
A lightweight FastMCP-based server to send Instagram messages using the ManyChat API, supporting both plain text messages and call buttons. Designed for seamless integration into custom automations or chatbot workflows.
httpx
with async supportHere's how you can register the server in your MCP configuration:
{
"servers": {
"instagram_messenger": {
"command": "manychat-mcp-server",
"args": [],
"env": {
"MANYCHAT_API_KEY":<apikey>"
}
}
}
}
✅ Note: Replace
api_key
with your actual API key or a secure input binding.
send_instagram_message
Send a plain text message to a ManyChat Instagram subscriber.
Args:
subscriber_id
: Recipient's subscriber IDmessage
: Message textmessage_tag
: (Optional) Tag like ACCOUNT_UPDATE
send_call_button_message
Send a message with a call-to-action button (e.g., phone call).
Args:
subscriber_id
: Recipient's subscriber IDmessage
: Message textphone_number
: The phone number for the call buttonbutton_caption
: (Optional) Button caption (default: "Call me")message_tag
: (Optional) Message tag (default: "ACCOUNT_UPDATE")MIT License © 2025 [Your Name or Organization]
FAQs
A FastMCP-based server that integrates with ManyChat to send Instagram messages and call-button actions using async APIs and secure environment-based configuration.
We found that manychat-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.