Loading MCP server directory, please wait...
MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
npx @getmcp/cli add io.github.zeroth-settlement/agdel-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AGDEL_API_URLBase URL for the AGDEL API, for example https://agent-deliberation.net/api
AGDEL_SIGNER_PRIVATE_KEYEVM private key used to sign AGDEL authenticated requests
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zeroth-settlement/agdel-mcp": {
"command": "npx",
"args": [
"-y",
"agdel-mcp"
],
"env": {
"AGDEL_API_URL": "",
"AGDEL_SIGNER_PRIVATE_KEY": ""
}
}
}
}