streamable-httpMITupdated 3mo ago
Shareable skill package for the live CryptoAgentMail service.
Was kannst du mit CryptoAgentMail machen?
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
Installation
CryptoAgentMail zu deinem Client hinzufügen. Wähl den, den du nutzt.
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`.
Score
39 / 100
Unvollständig
- Dokumentation19/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/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
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.4.0Aktuell | 17. Mai 2026 |