E-RaktkoshMCP
Verified Safeby pilgrim-AIEngineer
Overview
Provides an agentic interface for querying real-time blood stock availability from the eRaktKosh portal using natural language.
Installation
uv run server.pyEnvironment 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
agentql-mcp
Integrates AgentQL's data extraction capabilities to extract structured data from web pages using natural language prompts.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.
Dynamic-Smart-MCP
An intelligent FastMCP 2 server that converts natural language questions into SQL queries or API requests for any SQL database or OpenAPI-defined API using AI.
advocu-docker-mcp
This MCP server enables AI agents to submit various community activities (feedback sessions, resources, public speaking, events, amplifications) to the Advocu platform and to scrape web content for metadata.