← Back to Plugins
MCP Server MCP

io.github.zeroth-settlement/agdel-mcp

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agdel-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL for the AGDEL API, for example https://agent-deliberation.net/api",
          "isRequired": true,
          "format": "string",
          "name": "AGDEL_API_URL"
        },
        {
          "description": "EVM private key used to sign AGDEL authenticated requests",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGDEL_SIGNER_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...