Back to MCP Servers

Agentnet

Agent-to-agent referral network where AI agents discover, recommend, and refer users to each other. Features bilateral trust model, credit economy, and 7 MCP tools for agent registration, discovery, and referral tracking.

aggregatorsrustaiagent

Installation

npx -y agentnet

Configuration

{
  "mcpServers": {
    "agentnet": {
      "command": "npx",
      "args": ["-y", "agentnet"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub