Back to Home
andreaskhachikyan-ops icon

mcp-server

by andreaskhachikyan-ops

Overview

The server acts as a flexible tool router and execution engine, allowing an LLM to dynamically select and invoke predefined tools (like web search, Wikipedia, or a local database) via an HTTP API based on user prompts.

Installation

Run Command
node index.js

Security Notes

CRITICAL VULNERABILITIES: 1. The client-side `client.py` uses `eval()` on the LLM's function call arguments (`eval(tool_call["arguments"])`), leading to potential Remote Code Execution (RCE) if the LLM can be prompted to generate malicious Python code. 2. The server-side `connections/database.js` directly executes user-provided SQL queries (`db.all(sql)`) without any sanitization or parameterized queries, making it severely vulnerable to SQL Injection attacks.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-10

Tags

LLM IntegrationToolingAPI GatewayAgentic WorkflowConnectors