demoserver
A simple dmeo server
pinned to #f3a4621updated 2 weeks ago
Ask your AI client: “install mcps/demoserver”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/demoservermetahub onboarded this repo on the author's behalf.
If you own github.com/snyk/agent-scan on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
2,767
Last commit
2 weeks ago
Latest release
published
- #agent
- #ai
- #mcp
- #modelcontextprotocol
- #security
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.f3a4621· 2 weeks ago
Documentation
41Description qualitywarn
Only 4 words · 20 chars — more detail helps discovery
Tell consumers what this artifact does in a full sentence.
README is present and substantial
20,987 chars · 15 sections · 13 code blocks
Tags / topics declared
5 total — agent, ai, mcp, modelcontextprotocol, security
README has usage / example sections
found: Quick Start · Example
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrentf3a4621warn2 weeks ago
Contents
A minimal MCP server built with fast-mcp for testing and demonstrating mcp-scan security detection capabilities.
⚠️ This is a demo server with intentional security vulnerabilities for testing purposes. Do not use in production.
Available Tools
get_current_time()- Returns the current timestampsum(a, b)- Adds two numbers (contains prompt injection in description)multiply(a, b)- Multiplies two numbers (rug pull behavior - changes after first run)get_comments()- Returns website comments (toxic flow potential)get_api_key()- Returns an API key (security risk)send_email(to, subject, body)- Sends email (potential data exfiltration)delete_file(file_path)- Deletes files (destructive operation)
Security Issues Demonstrated
This server intentionally includes several security anti-patterns that mcp-scan should detect:
- Prompt Injection: Tool descriptions contain malicious instructions
- Rug Pull: The
multiplytool changes behavior after first run - Toxic Flows: Combination of tools that could leak sensitive data
- Destructive Operations: File deletion capabilities
- Data Exfiltration: Email sending with external access
Quick Start
Install Dependencies
pip install 'mcp[cli]'
Run the Server
python server.py
Reviews
No reviews yet. Be the first.
Related
@aisuite/chub
CLI for Context Hub - search and retrieve LLM-optimized docs and skills
@remote-mcp/example
@remote-mcp/example MCP server
excel-mcp-server
Excel MCP Server for manipulating Excel files
mh install mcps/demoserver