PluginBench
MCP Server

io.github.ohja-asset-factory-fleet/eligicheck-mcp MCP Server

io.github.ohja-asset-factory-fleet/eligicheck-mcp

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

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

How to install io.github.ohja-asset-factory-fleet/eligicheck-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": {
    "eligicheck-mcp": {
      "command": "uvx",
      "args": [
        "eligicheck-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "eligicheck-mcp": {
      "command": "uvx",
      "args": [
        "eligicheck-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "eligicheck-mcp": {
      "command": "uvx",
      "args": [
        "eligicheck-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "eligicheck-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "eligicheck-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add eligicheck-mcp -- uvx eligicheck-mcp

Related MCP servers

Überfällige Rechnungen automatisch per Agenten-Call nachfassen

View repository →