Back to Home
dev-proxy-tools icon

mcp

Verified Safe

by dev-proxy-tools

Overview

A Model Context Protocol (MCP) server that enables AI assistants to interact with Dev Proxy capabilities using natural language, discover features, and get contextual help for API simulation.

Installation

Run Command
npx -y @devproxy/mcp

Security Notes

The server executes a shell command (`devproxy --version`), but the command and its arguments are hardcoded and not user-controlled, mitigating direct shell injection risks. It also makes external fetch requests to specific hardcoded URLs for documentation and best practices. While user queries for documentation are passed to an external search API, the server itself does not appear to have vulnerabilities for code execution or data exfiltration based on the provided source. Minor concern about how user-provided 'version' string is interpolated into an OData filter string for an external service, but not a direct risk to this MCP server itself.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassLow
Avg Tokens300
Stars4
Forks1
Last Update2025-12-05

Tags

Dev ProxyMCPAI AssistantAPI SimulationDeveloper Tool