MCP Directory

espadaw/Agent47

GitHub
Other

Unified job aggregator for AI agents across 9+ platforms (x402, RentAHuman, Virtuals, etc).

Direct install

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

npx -y agent47

Use with Agent-CoreX

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

agent-corex.json

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

Route espadaw/Agent47 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 agent47

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

Direct Install

Use espadaw/Agent47 directly without routing

npx -y agent47

New to Agent-CoreX? View setup guide →

espadaw/Agent47 MCP Server — Agent-CoreX