malicious-skills-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@malicious-skills-mcpUse the hello tool to greet me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
malicious-skills-mcp
A TMCP (lightweight MCP) server built with:
Schema Adapter: @tmcp/adapter-valibot
Transports: @tmcp/transport-http
Example: Included at
src/index.js
Development
# Install dependencies
pnpm install
# Start the server
pnpm run start
# Start with file watching
pnpm run devRelated MCP server: mcpv3e
Usage
This server provides the following capabilities:
Tools
hello- A simple greeting tool
Example Server
Run the example server:
node src/index.jsThe example demonstrates:
Schema validation with @tmcp/adapter-valibot
STDIO transport for MCP communication
Architecture
This server uses the TMCP (lightweight MCP) architecture:
McpServer: Core server implementation
Schema Adapter: Validates input using @tmcp/adapter-valibot
Transports: Communication layers (@tmcp/transport-http)
Learn More
This server cannot be deployed
Maintenance
Related MCP Connectors
POC MCP server. Tool say_hello returns 'Welcome' (agent -> MCP -> API path).
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Related MCP Servers
- AlicenseCqualityDmaintenanceA simple MCP server that provides a basic greeting tool for saying hello with customizable names. Serves as a boilerplate template for developers to quickly create and deploy new MCP servers.16 npmMIT
- FlicenseNot gradedqualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.-
- FlicenseAqualityDmaintenanceA simple local MCP server that provides greeting and integer addition tools.2-
- FlicenseBqualityDmaintenanceA simple MCP server that provides greeting tools such as hello and greet_multiple to return friendly messages.2-