demo-mcp-server
Verified Safeby livhg
Overview
Provides a tutorial project for building AI Agent tools using the Model Context Protocol (MCP) and FastMCP framework, demonstrating currency conversion, RAG, and AI sampling functionalities.
Installation
python server.pySecurity Notes
The server runs on localhost by default, limiting external exposure. No explicit hardcoded secrets or 'eval' statements are present. The 'sampling' feature sends prompts to an external AI via the calling client, which could present prompt injection risks if inputs to the server are untrusted and then passed directly to the LLM.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
frankfurtermcp
This server provides tools for language model agents to access the Frankfurter API for real-time and historical currency exchange rates and conversions.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
asset-price-mcp
Retrieves real-time price information for various assets (precious metals, cryptocurrencies) to be used by large language models.