MCP ServerSTDIOOfficialv0.2.1

Zeroth Settlement Agdel MCP Server

Create, buy, deliver, and settle prediction signals on the AGDEL protocol. For developers building agents that interact with decentralized signal markets using EVM-based authentication.

io.github.zeroth-settlement/agdel-mcp

Hosted URL

Local install

Transport

STDIO

Auth

2 required env vars

What the Zeroth Settlement Agdel MCP server does

How models use it and what it is built for.

Create, buy, deliver, and settle prediction signals on the AGDEL protocol. For developers building agents that interact with decentralized signal markets using EVM-based authentication.

Connect to Zeroth Settlement Agdel

Local install — runs as a subprocess.

npx agdel-mcp@0.2.1

Environment variables

Configuration this server reads at startup.

  • AGDEL_API_URLRequired

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

  • AGDEL_SIGNER_PRIVATE_KEYRequiredSecret

    EVM private key used to sign AGDEL authenticated requests

Resources

Where to find authoritative docs and source for Zeroth Settlement Agdel.

Example prompts for Zeroth Settlement Agdel

Paste any of these into Agent Studio after connecting Zeroth Settlement Agdel.

  • Create a new signal for predicting Q4 revenue with a 7-day settlement window
  • Buy 100 shares of an existing signal at the current market price
  • Deliver a signal outcome and reveal the ground truth data
  • What endpoints does the AGDEL API support and how do I authenticate requests?

Zeroth Settlement Agdel MCP server — FAQ

Common questions about connecting and running Zeroth Settlement Agdel.

  • What is AGDEL and what can I do with this MCP server?

    AGDEL is a decentralized protocol for creating and trading prediction signals. This MCP server lets agents programmatically create signals, buy shares, deliver outcomes, reveal ground truth, and settle positions through the AGDEL API.

  • How do I set up authentication for the AGDEL MCP server?

    You need two environment variables: AGDEL_API_URL (the base URL for the AGDEL API, e.g., https://agent-deliberation.net/api) and AGDEL_SIGNER_PRIVATE_KEY (an EVM private key used to cryptographically sign authenticated requests).

  • Do I need to pay gas fees or hold tokens to use AGDEL?

    The registry data does not specify pricing, gas requirements, or token holdings. Check the AGDEL API documentation at your configured AGDEL_API_URL for details on costs and token economics.

  • Is my private key stored securely by the MCP server?

    The MCP server uses your AGDEL_SIGNER_PRIVATE_KEY only to sign requests locally. Never commit your private key to version control; store it in a secure environment variable or secrets manager.

  • What is the difference between delivering and revealing a signal?

    The registry describes both 'deliver' and 'reveal' as separate capabilities, but the specific distinction is not documented in the available data. Consult the AGDEL API schema or documentation for clarification on when to use each operation.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 60+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground