Plan an MCP server with clear tool scope, auth model, error behavior, evaluation approach, and rollout boundaries.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill mcp-server-planning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Mcp Server Planning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-mcp-server-planning)More formats (shields.io, HTML) on the badges page.
---
name: "mcp-server-planning"
description: "Plan an MCP server with clear tool scope, auth model, error behavior, evaluation approach, and rollout boundaries."
---
Use this skill when a team wants to expose external capabilities through an MCP server.
Plan in this order:
- define the user tasks the MCP server must unlock
- choose the smallest useful tool surface before chasing endpoint completeness
- specify auth, secret handling, and least-privilege expectations
- design tool schemas and output shape for discoverability and safe automation
- define evaluation cases that prove the server is useful for real agent tasks
Deliver:
- candidate tools and responsibilities
- auth and secret-handling model
- failure and retry expectations
- evaluation plan
- rollout notes and open risks
Avoid:
- exposing raw API coverage without task-level value
- hiding side effects behind vague tool descriptions
- skipping evaluation until after implementation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...