Back to Home
pilgrim-AIEngineer icon

E-RaktkoshMCP

Verified Safe

by pilgrim-AIEngineer

Overview

Provides an agentic interface for querying real-time blood stock availability from the eRaktKosh portal using natural language.

Installation

Run Command
uv run server.py

Environment Variables

  • GOOGLE_API_KEY

Security Notes

The code uses a permissive CORS policy (`allow_origins=["*"]`), which is generally not recommended for publicly exposed APIs due to potential security risks (e.g., XSS if sensitive cookies/headers were involved). However, for an agentic tool possibly used in a controlled environment, this might be acceptable. Secrets (`GOOGLE_API_KEY`) are correctly handled via environment variables, and there's no evident use of dangerous functions like `eval` or hardcoded sensitive data. Web scraping itself carries inherent risks of interacting with external sites but is core to the application's function.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-12-13

Tags

AI AgentBlood BankWeb ScrapingNatural Language ProcessingFastMCP