Serversio.github.brandonbgreen/reversecentaur-mcp
M

io.github.brandonbgreen/reversecentaur-mcp

io.github.brandonbgreen/reversecentaur-mcp · v0.1.1
▦ npm
v0.1.1npm npm: reversecentaur-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.brandonbgreen/reversecentaur-mcp",
  "description": "Hire humans for tasks AI can't do. Fair trade pay floors, prepaid escrow, ethical receipts.",
  "repository": {
    "url": "https://github.com/ReverseCentaurAI/mcp-server",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "reversecentaur-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key from reversecentaur.ai",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "REVERSECENTAUR_API_KEY"
        },
        {
          "description": "API base URL (for self-hosted or staging)",
          "format": "string",
          "name": "REVERSECENTAUR_API_URL"
        },
        {
          "description": "Set to true to use fake data without hitting the API",
          "format": "string",
          "name": "REVERSECENTAUR_MOCK_MODE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}