MCP Directory

oxgeneral/agentnet

GitHub
Other

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y agentnet

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from oxgeneral/agentnet your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route oxgeneral/agentnet intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add agentnet

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use oxgeneral/agentnet directly without routing

npx -y agentnet

New to Agent-CoreX? View setup guide →

oxgeneral/agentnet MCP Server — Agent-CoreX