dollar-arg-mcp-server
Verified Safeby LDTorres
Overview
Provides real-time dollar exchange rates in Argentina via a Model Context Protocol (MCP) server.
Installation
pnpm startSecurity Notes
The server fetches data from an external API (dolarapi.com), which introduces a dependency on an external service. However, there are no apparent code vulnerabilities such as 'eval' usage, obfuscation, hardcoded secrets, or direct malicious patterns in the provided source code. The external API call uses standard fetch, and the server communicates via stdio, not exposing a typical network interface directly.
Similar Servers
mcp-code-exec-python
Provides a Model Context Protocol (MCP) server for executing arbitrary Python code with optional package installations, supporting HTTP, SSE, and STDIO transports.
devtools-debugger-mcp
Facilitate debugging of Node.js applications by exposing Chrome DevTools Protocol capabilities via an MCP server.
runautomation-mcpserver
A comprehensive Playwright-based Model Context Protocol (MCP) server designed for AI assistants to perform web testing, browser automation, and quality assurance tasks through natural language commands.
shell-exec-mcp
Provides a Model Context Protocol (MCP) server for executing arbitrary bash commands, supporting both foreground execution with timeouts and background job management.