Mcp 101 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp 101 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides blog management tools through a simple API interface. This server allows AI assistants to interact with a blog system to retrieve, search, and create blog posts.
uv package manager (recommended) or pip git clone <your-repo-url>
cd mcp-by-gokogua python3.11 -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate uv add "mcp[cli]" httpxTo use this MCP server with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gokogua-blog": {
"command": "uv",
"args": ["--directory", "/path/to/your/project", "run", "main.py"]
}
}
}Note: Replace /path/to/your/project with the actual path to your project directory.
# Activate virtual environment
source .venv/bin/activate
# Run the MCP server
uv run main.pyThe server provides three main tools:
The server connects to a mock API at:
https://6898a797ddf05523e55f7ac1.mockapi.io/blogs/Blogsmcp-by-gokogua/
├── main.py # Main MCP server implementation
├── pyproject.toml # Project configuration and dependencies
├── README.md # This documentation
└── .venv/ # Virtual environment (created during setup)This server implements the Model Context Protocol (MCP) using FastMCP, providing a standardized way for AI assistants to interact with external tools and data sources.
The server uses stdio transport, making it compatible with most MCP clients.
To test the server functionality:
uv run main.pyThis project is open source and available under the MIT License.
If you encounter any issues:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.