← Back to Plugins
MCP Server MCP

io.github.direct-web/drop-beacon-mcp

github By github 👁 1 views ▲ 0 votes

Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "drop-beacon-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Neon PostgreSQL connection string for the Drop Beacon database",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        },
        {
          "description": "Optional API key for authenticated access",
          "format": "string",
          "isSecret": true,
          "name": "API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...