agdel-mcp
About
MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGDEL_API_URL AGDEL_SIGNER_PRIVATE_KEYClaude Code
claude mcp add --env AGDEL_API_URL= --env AGDEL_SIGNER_PRIVATE_KEY= agdel-mcp -- npx agdel-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agdel-mcp","command":"npx","args":["agdel-mcp"],"env":{"AGDEL_API_URL":"","AGDEL_SIGNER_PRIVATE_KEY":""}}'
JSON
{
"mcpServers": {
"agdel-mcp": {
"command": "npx",
"args": [
"agdel-mcp"
],
"env": {
"AGDEL_API_URL": "",
"AGDEL_SIGNER_PRIVATE_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.