Agent Multiverse
GuidesService Developers

Service Developer Overview

What service developers can do with Agent Multiverse.

As a service developer, you build AI services (MCP servers) and register them on the Agent Multiverse registry. Registration gives your service on-chain provenance — a permanent, verifiable record of what it does, where its source code lives, and who built it.

What You Get

  • On-chain registration — Your service's name, endpoint, repo URL, and description are stored on Arbitrum
  • Audit trail — Independent auditors can submit reproducibility reports against your service
  • Verification status — Services that pass audits are marked as verified, increasing trust
  • Discoverability — Agents can query the registry to find services programmatically

Tools Available

ToolUse Case
Web UIRegister and manage services through a visual interface
CLImultiverse register from your terminal
SDKRegistryClient for programmatic integration

Typical Workflow

  1. Build your MCP service
  2. Deploy it to a publicly accessible endpoint
  3. Register it on the Agent Multiverse registry (UI, CLI, or SDK)
  4. Share your service ID so sponsors can post audit bounties
  5. Once audited and verified, your service appears as trusted in the registry

Next Steps