io.github.zeroth-settlement/agdel-mcp✓
io.github.zeroth-settlement/agdel-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.zeroth-settlement/agdel-mcp",
"description": "MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.",
"repository": {
"url": "https://github.com/zeroth-settlement/agdel",
"source": "github"
},
"version": "0.2.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}