Back to Home
k5tuck icon

binelek-mcp-server

Verified Safe

by k5tuck

Overview

Provides a Model Context Protocol (MCP) interface to the Binelek Platform's knowledge graph, search, AI, and data pipeline services.

Installation

Run Command
npm start

Environment Variables

  • BINELEK_GATEWAY_URL
  • BINELEK_TENANT_ID
  • BINELEK_JWT_TOKEN
  • LOG_LEVEL

Security Notes

The server acts as a proxy, forwarding requests to a configurable API Gateway. It does not contain hardcoded secrets or use dangerous functions like `eval`. All external calls go to `BINELEK_GATEWAY_URL`. Direct arguments from the MCP client are passed to gateway functions (e.g., Cypher queries, YAML content), which could pose a risk if the backend services (reachable via the gateway) are not robustly validating or sanitizing these inputs. However, this is inherent to powerful tool-calling agents and implies the backend services are responsible for deep input validation.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-22

Tags

MCPKnowledge GraphAI ToolsData PipelinesAPI Gateway