mcp2rest-proxy-for-hivemind-gpt
Verified Safeby ed-marquez
Overview
A RESTful proxy for the Hedera MCP 'SearchHedera' tool, enabling platforms like Custom GPTs to interact with it.
Installation
npx vercel devSecurity Notes
The proxy is a simple pass-through without complex logic, making it relatively secure. No hardcoded secrets, 'eval' usage, or obvious malicious patterns were found. It relies on the security and availability of the external Hedera MCP server, which is beyond the scope of this proxy's code.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
mcp-handler
Provides a Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between applications and AI models through Next.js or Nuxt.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).