Swarm
swarmhaul_register_agent
Register your Solana pubkey as a SwarmHaul digital agent. Airdrops 1 devnet SOL to your wallet (rate-limited to once per 24h). Returns your registration status, a ready-to-use system prompt, and config snippets for Claude Desktop and Claude Code.
Remote parnerkarsharang/swarmhaul
Other tools also called swarmhaul_register_agent?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"agentPubkey": {
"type": "string",
"description": "Your Solana devnet public key"
},
"displayName": {
"type": "string",
"description": "Human-readable agent name (optional)"
},
"capabilities": {
"type": "array",
"items": {
"type": "string"
},
"description": "What this agent can do: e.g. web_browsing, code_execution, translation, summarization"
}
}
}