Skip to content
MCP Server Community By @oxgeneral

oxgeneral/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.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: oxgeneral/agentnet Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-oxgeneral-agentnet

Detailed Documentation

🐍 ☁️ 🍎 πŸͺŸ 🐧 - 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.

Configuration

{
  "mcpServers": {
    "oxgeneral-agentnet": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-oxgeneral-agentnet"
      ],
      "env": {}
    }
  }
}