mcp-builder
Build Reliable MCP Servers
Developers need clear patterns for MCP servers that expose useful tools without confusing agents. This skill provides planning, implementation, testing, and evaluation guidance for Python and TypeScript MCP projects.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "mcp-builder" from https://skillstore.io/skills/zhanlincui-mcp-builder.md and its manifest at https://skillstore.io/api/skills/zhanlincui-mcp-builder/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "mcp-builder". Plan an MCP server for a ticketing API.
Expected outcome:
- Recommended tools cover ticket search, ticket details, comments, assignment, and status updates.
- Use read-only annotations for search and detail tools, and destructive annotations for mutation tools.
- Start with stdio for local testing, then move to streamable HTTP for remote deployment.
Using "mcp-builder". Review my current MCP tool list for usability.
Expected outcome:
The review highlights unclear names, missing pagination, broad response payloads, and error messages that need recovery guidance.
Using "mcp-builder". Create evaluation coverage for a GitHub MCP server.
Expected outcome:
- The plan uses stable read-only questions about issues, pull requests, repositories, labels, and dates.
- Each question includes one expected answer and a verification path based on tool calls.
Security Audit
High RiskMost static findings are false positives caused by Markdown examples, TypeScript template literals, placeholder URLs, and placeholder API keys in reference material. I confirmed the evaluation harness risk where user-supplied environment variables are forwarded to a locally launched MCP server, and added a semantic finding for unrestricted local command execution during stdio evaluation.
Confirmed security concerns (4)
Risk Factors
๐ Network access (33)
๐ Env variables (18)
โ๏ธ External commands (46)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/zhanlincui-mcp-builder/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/zhanlincui-mcp-builder?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/zhanlincui-mcp-builder?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zhanlincui-mcp-builder/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/zhanlincui-mcp-builder.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
ZhanlinCui. (2026). mcp-builder security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zhanlincui-mcp-builder/audits/4BibTeX citation
@techreport{zhanlincui-zhanlincui-mcp-builder-2026,
author = {ZhanlinCui},
title = {mcp-builder security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/zhanlincui-mcp-builder/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "mcp-builder security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "ZhanlinCui"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/zhanlincui-mcp-builder/audits/4"
identifiers:
- type: other
value: "skillstore:zhanlincui-mcp-builder:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
15 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
doyajin174-mcp-builder
2026-08-21
mcp-builder
2026-08-21
azeem-2-mcp-builder
2026-08-21
mcp-use-mcp-builder
2026-08-21
shubhamsaboo-mcp-builder
2026-08-21
yyh211-mcp-builder
2026-08-21
cam10001110101-mcp-builder
2026-08-21
dyai2025-mcp-builder
2026-08-21
zhanlincui-mcp-builder
2026-08-21
92bilal26-mcp-builder
2026-08-21
sickn33-mcp-builder
2026-08-21
artemisai-mcp-builder
2026-08-21
composiohq-mcp-builder
2026-08-21
autumnsgrove-mcp-builder
2026-08-21
davila7-mcp-builder
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Plan a New Integration
Map a service API into useful MCP tools, resources, and transport choices before coding.
Standardize Server Design
Apply consistent naming, schemas, pagination, and error handling across a team of MCP servers.
Evaluate Agent Usability
Create read-only evaluation questions that test whether agents can complete realistic tasks.
Try These Prompts
Use mcp-builder to plan an MCP server for this service: [service name]. Identify core tools, required authentication, transport choice, and first implementation steps.
Use mcp-builder to design MCP tool names, input schemas, output formats, and annotations for these API operations: [operations]. Prioritize clear agent usage.
Use mcp-builder to review this MCP server design or code summary: [details]. Check naming, validation, pagination, error messages, transport, and security concerns.
Use mcp-builder to create an evaluation plan for this MCP server: [tool list and data domain]. Produce ten stable, read-only questions with verification strategy.
Best Practices
- Read current MCP protocol and SDK documentation before choosing server patterns.
- Keep tool names action oriented, service specific, and easy for agents to discover.
- Build evaluations with read-only, stable questions and verified expected answers.
Avoid
- Do not expose broad low-level endpoints without practical workflow coverage.
- Do not return large unfiltered payloads when pagination or filters are available.
- Do not pass production secrets to untrusted MCP servers during evaluation.
Frequently Asked Questions
What does this skill help me build?
Does it support Python and TypeScript?
Can it choose the best tools for my API?
Does it include evaluation support?
Does it automatically secure generated servers?
Which AI tools can use this skill?
Developer Details
Author
ZhanlinCuiLicense
Complete terms in LICENSE.txt
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
64ca8af0f54a325752f08bd54e52151061ea659a
Maintenance freshness
7/22/2026
Usage
20 downloads ยท 221 views
File structure
๐ reference/
๐ evaluation.md
๐ node_mcp_server.md
๐ python_mcp_server.md
๐ scripts/
๐ connections.py
๐ evaluation.py
๐ requirements.txt
๐ SKILL.md