← Index

io.github.zeroth-settlement/agdel-mcp

io.github.zeroth-settlement/agdel-mcp·v0.2.1·Other
Quality Score
78
/100

MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agdel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agdel-mcp"
      ],
      "env": {
        "AGDEL_API_URL": "<agdel_api_url>",
        "AGDEL_SIGNER_PRIVATE_KEY": "<your-agdel_signer_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agdel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agdel-mcp"
      ],
      "env": {
        "AGDEL_API_URL": "<agdel_api_url>",
        "AGDEL_SIGNER_PRIVATE_KEY": "<your-agdel_signer_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agdel-mcp
§02  Environment variables
AGDEL_API_URL
required

Base URL for the AGDEL API, for example https://agent-deliberation.net/api

AGDEL_SIGNER_PRIVATE_KEY
requiredsecret

EVM private key used to sign AGDEL authenticated requests

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other