dns-lockup-mcp-server
Verified Safeby rroldan
Overview
This project contains a minimal Rust 'Hello World' program, serving as a basic boilerplate or placeholder.
Installation
cargo runSecurity Notes
The provided source code consists solely of a 'Hello, world!' program. It performs no network operations, file I/O, external dependency calls, uses no 'eval' or similar functions, and contains no hardcoded secrets or malicious patterns. It is extremely safe.
Similar Servers
sandbox
An all-in-one agent sandbox environment offering unified browser, shell, file, Jupyter, VSCode, and MCP operations for AI agents and developers.
mcp-boilerplate-node
This boilerplate provides common code for creating a Model Context Protocol (MCP) server in Node.js, focusing on integrating 'skills' (modular agent capabilities) as tools and resources for LLM agents.
finance_mcp
Provides structured financial statements (Income Statement, Balance Sheet, Cash Flow) from public companies for consumption by LLMs via an MCP server.
mcp-explorer
A web application for testing and exploring Model Context Protocol (MCP) servers by acting as an API gateway for tool execution.