Back to Home
Dhruv-Limbani icon

puddle-mcp

by Dhruv-Limbani

Overview

An AI assistant for the Puddle data marketplace, designed to help data buyers discover, evaluate, and manage inquiries for datasets.

Installation

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

Environment Variables

  • API_KEY
  • DATABASE_URL
  • GEMINI_API_KEY

Security Notes

The APIKeyMiddleware responsible for authenticating requests using the `API_KEY` environment variable is present but commented out in `server.py`. This means the server, as provided, runs without any API key authentication, allowing anyone to access its endpoints. For production deployment, this middleware must be uncommented and a strong API_KEY configured. Additionally, `uvicorn --reload` is intended for development and should not be used in a production environment.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-09

Tags

AI AssistantData MarketplaceSemantic SearchDataset DiscoveryInquiry Management