PluginBench
MCP Server

io.github.dgtalquantumleap-ai/ebenova-fieldops MCP Server

io.github.dgtalquantumleap-ai/ebenova-fieldops

What is the io.github.dgtalquantumleap-ai/ebenova-fieldops MCP server?

WhatsApp booking, staff coordination, and invoice recovery for services.

How to install io.github.dgtalquantumleap-ai/ebenova-fieldops

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DATABASE_URL
    required
    secret

    PostgreSQL connection string

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ebenova-fieldops": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/fieldops-mcp"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ebenova-fieldops": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/fieldops-mcp"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ebenova-fieldops": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/fieldops-mcp"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ebenova-fieldops": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/fieldops-mcp"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_DATABASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add ebenova-fieldops --env DATABASE_URL=<YOUR_DATABASE_URL> -- npx -y @ebenova/fieldops-mcp

Related MCP servers

AI contract scope violation detector. Detect scope creep, draft responses.

0
JavaScript
View repository →

Reddit and Nairaland keyword monitoring with AI reply drafts.

View repository →

Generate 27 legal document types across 18 jurisdictions via Ebenova API.

View repository →

Monitor Reddit and Nairaland for product keywords with AI drafts.

View repository →

Proximity-based card fraud detection with AI risk scoring.

View repository →