sb6657-mcp
Verified Safeby freesrz93
Overview
This server acts as a proxy for the sb6657.cn meme API, providing structured access to meme-related data through FastMCP tools.
Installation
uv run server.pySecurity Notes
The code does not use `eval` or `exec`. It relies on the `httpx` library for network requests and does not appear to expose any immediate injection vulnerabilities or hardcoded secrets. The `siteToken` is randomly generated client-side for tracking. The primary external dependency is the `sb6657.cn` API itself; its reliability and content are outside the scope of this code's direct security.
Similar Servers
mcp_server
This project demonstrates how to build and interact with a Micro-service Communication Protocol (MCP) server using the `fastmcp` library, exposing callable tools over HTTP.
fastapi-mcp-server
An API server built with FastAPI, likely for managing or processing data related to an application or system referred to as 'MCP'.
mcp-server-FastMCP-FastAPI-MCP
The server demonstrates Model Context Protocol (MCP) implementations, providing tools for arithmetic calculations and searching FreeCodeCamp news and YouTube feeds via STDIO and HTTP transports.
simple_mcp_server
This server exposes Python functions as an API using FastMCP, primarily intended for LLM function calling to integrate custom tools with AI models.