PluginBench
MCP Server

io.github.ohja-asset-factory-fleet/invoice-reminder-api-mcp MCP Server

io.github.ohja-asset-factory-fleet/invoice-reminder-api-mcp

What is the io.github.ohja-asset-factory-fleet/invoice-reminder-api-mcp MCP server?

Überfällige Rechnungen automatisch per Agenten-Call nachfassen

How to install io.github.ohja-asset-factory-fleet/invoice-reminder-api-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "invoice-reminder-api-mcp": {
      "command": "uvx",
      "args": [
        "invoice-reminder-api-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "invoice-reminder-api-mcp": {
      "command": "uvx",
      "args": [
        "invoice-reminder-api-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "invoice-reminder-api-mcp": {
      "command": "uvx",
      "args": [
        "invoice-reminder-api-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "invoice-reminder-api-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "invoice-reminder-api-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add invoice-reminder-api-mcp -- uvx invoice-reminder-api-mcp

Related MCP servers

Patient-Versicherungsdaten → Echtzeit-Eligibility-Prüfung via Payer-API → Strukturiertes…

View repository →