MCP Server
MCP
io.github.zeroth-settlement/agdel-mcp
MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
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
By
Comments
Sign in to leave a comment