io.github.direct-web/drop-beacon-mcp✓
io.github.direct-web/drop-beacon-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.direct-web/drop-beacon-mcp",
"description": "Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.",
"repository": {
"url": "https://github.com/direct-web/drop-beacon-mcp",
"source": "github"
},
"version": "0.2.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}