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
By oxgeneral
Installation
npx -y agentnetConfiguration
{
"mcpServers": {
"agentnet": {
"command": "npx",
"args": ["-y", "agentnet"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes