Catalog
io.github.jinhsueh/maacgo-mcp
OfficialTaiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial.
Send SMS messages from Taiwan with NCC compliance.
README not available yet.
Install
Configuration
Environment variables
MAACGO_API_KEYrequiredsecretMAAC Go API key from https://sms.cresclab.com/app.html#transactional. Use sk_test_... while developing, sk_live_... for real sends.
MAACGO_BASE_URLOverride the REST base URL (default https://sms.cresclab.com/api). Only set this for staging or self-host deployments.
claude_desktop_config.json
{
"mcpServers": {
"maacgo-mcp": {
"command": "npx",
"args": [
"-y",
"@maacgo/mcp@0.2.1"
],
"env": {
"MAACGO_API_KEY": "<YOUR_MAACGO_API_KEY>",
"MAACGO_BASE_URL": "<YOUR_MAACGO_BASE_URL>"
}
}
}
}