Catalog
io.github.zeroth-settlement/agdel-mcp
OfficialMCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
Create and settle digital signals and contracts through decentralized marketplace transactions.
README not available yet.
Install
Configuration
Environment variables
AGDEL_API_URLrequiredBase URL for the AGDEL API, for example https://agent-deliberation.net/api
AGDEL_SIGNER_PRIVATE_KEYrequiredsecretEVM private key used to sign AGDEL authenticated requests
claude_desktop_config.json
{
"mcpServers": {
"agdel-mcp": {
"command": "npx",
"args": [
"-y",
"agdel-mcp@0.2.1"
],
"env": {
"AGDEL_API_URL": "<YOUR_AGDEL_API_URL>",
"AGDEL_SIGNER_PRIVATE_KEY": "<YOUR_AGDEL_SIGNER_PRIVATE_KEY>"
}
}
}
}