mcp-tool | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / mcp-tool

mcp-tool

maintained by Dethon

star 2 account_tree 0 verified_user MIT License
bolt View GitHub

name: mcp-tool description: Create new MCP tools. Use when adding tools, creating MCP capabilities, extending server functionality, or adding new agent abilities. allowed-tools: Read, Glob, Grep, Edit, Write

Creating MCP Tools

MCP tools follow a two-layer pattern: pure Domain logic wrapped by an MCP server tool.

Steps

  1. Domain Tool - Create in Domain/Tools/ with pure business logic
  2. MCP Wrapper - Create in McpServer*/McpTools/ inheriting from Domain tool
  3. Registration - Add to DI in the MCP server's Program.cs or module

Which MCP Server?

Server Purpose
McpServerLibrary Torrent search, downloads, file organization
McpServerText Text/markdown file inspection and editing
McpServerWebSearch Web search and content fetching
McpServerMemory Vector-based memory storage and recall
McpServerCommandRunner CLI command execution

Templates

See domain-template.md for the Domain tool pattern. See mcp-template.md for the MCP wrapper pattern.

Checklist

  • Domain tool has Name and Description constants
  • Domain tool contains pure logic (no MCP dependencies)
  • MCP wrapper uses [McpServerToolType] class attribute
  • MCP wrapper uses [McpServerTool] and [Description] method attributes
  • Error handling returns ToolResponse.Create(ex) on failure
  • Logging includes tool name context
  • CancellationToken passed through all async operations

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 2
GitHub Forks 0
Created Jan 2026
Last Updated 4个月前
tools tools system admin

Related Skills

docker-expert
chevron_right
caffeine
chevron_right
telnyx-network
chevron_right
discord-governance
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.