bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.iancollins27/mailsnail · v0.6.0
Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.
mailsnail 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mailsnail": {
"command": "npx",
"args": [
"-y",
"mailsnail"
],
"env": {
"MAIL_PROVIDER": "<MAIL_PROVIDER>"
}
}
}
}MAIL_PROVIDER必填Where to mail from: 'managed' (default, no signup, pay-per-piece via Stripe), 'click2mail' (BYO account), or 'lob' (BYO key).
MAIL_API_BASE_URL可选Hosted Mailsnail backend. Required when MAIL_PROVIDER=managed.
CLICK2MAIL_USERNAME可选Click2Mail account username. Required when MAIL_PROVIDER=click2mail.
CLICK2MAIL_PASSWORD可选secretClick2Mail account password. Required when MAIL_PROVIDER=click2mail.
LOB_API_KEY可选secretLob API key. Required when MAIL_PROVIDER=lob. test_* is free; live_* actually mails.
MAIL_MCP_ALLOW_LIVE可选Set to '1' to actually mail in BYOK modes. Default '0' is dry-run.
MAIL_MCP_SPEND_CAP_USD可选Per-session estimated spend cap. Server refuses sends past this.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.iancollins27/mailsnail",
"type": "mcp-server",
"version": "0.6.0",
"displayName": "mailsnail",
"description": "Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.",
"repository": {
"url": "https://github.com/iancollins27/mailsnail",
"source": "github"
},
"homepage": "https://mailsnail.dev",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mailsnail",
"version": "0.6.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "MAIL_PROVIDER",
"description": "Where to mail from: 'managed' (default, no signup, pay-per-piece via Stripe), 'click2mail' (BYO account), or 'lob' (BYO key).",
"isRequired": true
},
{
"name": "MAIL_API_BASE_URL",
"description": "Hosted Mailsnail backend. Required when MAIL_PROVIDER=managed."
},
{
"name": "CLICK2MAIL_USERNAME",
"description": "Click2Mail account username. Required when MAIL_PROVIDER=click2mail."
},
{
"name": "CLICK2MAIL_PASSWORD",
"description": "Click2Mail account password. Required when MAIL_PROVIDER=click2mail.",
"isSecret": true
},
{
"name": "LOB_API_KEY",
"description": "Lob API key. Required when MAIL_PROVIDER=lob. test_* is free; live_* actually mails.",
"isSecret": true
},
{
"name": "MAIL_MCP_ALLOW_LIVE",
"description": "Set to '1' to actually mail in BYOK modes. Default '0' is dry-run."
},
{
"name": "MAIL_MCP_SPEND_CAP_USD",
"description": "Per-session estimated spend cap. Server refuses sends past this."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.iancollins27/mailsnail",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.iancollins27%2Fmailsnail/versions/latest",
"isOfficial": true,
"status": "active"
}
}