streamable-httpMITupdated 3mo ago
Shareable skill package for the live CryptoAgentMail service.
CryptoAgentMail 能做什么?
CryptoAgentMail Skills
Shareable skill package for the live CryptoAgentMail service.
New accounts start with 2 free credits, so agents can create an inbox immediately before buying more credits.
Included Files
| File | Purpose |
|---|---|
SKILL.md |
Agent integration guide for register, credits, inboxes, send, and recovery |
plugin.json |
Machine-readable metadata for skill catalogs |
Service Links
- Website: https://www.srun66.com
- API: https://srun66.com
- MCP: https://srun66.com/mcp
- Agent Card: https://srun66.com/.well-known/agent-card.json
Credit Model
signup = 2 free credits1 credit = 1 USDCcreate inbox = 1 creditsend email = 0.0012 creditsreceive email = freememory = 0.05 credits/day
Remote MCP Config
{
"mcpServers": {
"crypto-agent-mail": {
"url": "https://srun66.com/mcp"
}
}
}
Notes
- Registration returns the API key only once and starts the account with
2 free credits. - Payments are submitted with a Solana transaction signature through
POST /api/v1/buy-credits. - Reserved inbox prefixes include
support,sales,admin, and other protected names.
License
MIT
安装
把 CryptoAgentMail 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http cryptoagentmail https://srun66.com/mcpcodex mcp add cryptoagentmail --url https://srun66.com/mcp{
"mcpServers": {
"cryptoagentmail": {
"url": "https://srun66.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cryptoagentmail": {
"type": "http",
"url": "https://srun66.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cryptoagentmail": {
"url": "https://srun66.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cryptoagentmail": {
"serverUrl": "https://srun66.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档19/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 106 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.4.0最新 | 2026年5月17日 |