← Back to Plugins
MCP Server MCP

io.github.fraudlabspro/mcp-fraudlabspro

github By github 👁 1 views ▲ 0 votes

Fraud Prevention MCP server using FraudLabs Pro API.

Homepage Verified source GitHub

Install

uvx mcp-fraudlabspro

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-fraudlabspro",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your FraudLabs Pro API key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FRAUDLABSPRO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...