Messaging
Trust: 30/100 (Limited)io.github.zeroth-settlement/agdel-mcp Guide
MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
by zeroth-settlement
Quick Start
Install
npx agdel-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-zeroth-settlement-agdel-mcp": {
"command": "npx",
"args": [
"agdel-mcp"
]
}
}
}