Back to Home
vromano-newel icon

hcore-mcp

by vromano-newel

Overview

The HCore MCP Server exposes HCore APIs, organized into Postman collections, as tools for AI clients like Cursor to interact with backend services for healthcare data management.

Installation

Run Command
npm start

Environment Variables

  • POSTMAN_ENVIRONMENT_FILE
  • PHR_PATH
  • AUTH_PATH
  • ADHERENCE_PATH
  • CONTENT_PATH
  • OBESITY_PATH
  • PJBUILDER_PATH

Security Notes

Multiple hardcoded sensitive values (API keys, client secrets, default admin password 'Admin1!') are present in 'nwl.obesity.stage.postman_environment.json'. The 'resolveTemplates' function performs direct variable substitution into request URLs, headers, and bodies, creating a significant risk of injection (e.g., Server-Side Request Forgery, header injection, or arbitrary data manipulation in downstream systems) if variable values originate from untrusted or unsanitized input provided by the MCP client. This allows an attacker to control parts of HTTP requests, potentially leading to unauthorized access or data breaches.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-28

Tags

MCP ServerAPI GatewayPostman CollectionsDeveloper ToolingHCore