Back to Home
Dhruv-Limbani icon

puddle-map

by Dhruv-Limbani

Overview

Provides an AI assistant for a data marketplace, enabling semantic search, filtering, and detailed evaluation of datasets, as well as managing buyer-vendor inquiries and negotiations.

Installation

Run Command
uvicorn server:app --reload --port 8002

Environment Variables

  • API_KEY
  • DATABASE_URL
  • GEMINI_API_KEY

Security Notes

The server's `APIKeyMiddleware` for authentication is defined but commented out (`# app.add_middleware(APIKeyMiddleware)`) in `server.py`. This means the server is currently unprotected and accessible to anyone without an API key, despite the `README.md` explicitly stating `API_KEY` is for authentication. This represents a critical vulnerability where all API endpoints would be exposed.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-09

Tags

AI AssistantData MarketplaceMCPPostgreSQLGemini