Canonical manifest schema
plugin.json targets the official 1.0.0 schema.
Agent Plugins specification §5.2
Design and build high-quality Model Context Protocol servers with clear tool contracts, TypeScript or Python patterns, transport guidance, and evaluation methods.
tools
with contracts.
A small, clear surface between the model and an external service, designed for safe and reliable use.
Explainable standards check
Official latest version: 1.0.0 (Working Draft). The value is read from the official specification and cached for one day.
This is a static package-format check, not a security audit, quality score, malware scan, or guarantee of client compatibility.
plugin.json targets the official 1.0.0 schema.
Agent Plugins specification §5.2
The plugin name “mcp-builder” satisfies the 1–64 character naming rules.
Agent Plugins specification §§5.3 and 5.5
No unknown top-level manifest fields were found.
Agent Plugins specification §5.2
All present metadata and extension fields use permitted JSON types.
Agent Plugins specification §§5.2–5.6
A regular plugin.json file exists at the plugin root.
Agent Plugins specification §§4.1 and 5.1
1 immediate-child Agent Skill discovered; every SKILL.md passed required frontmatter and naming checks.
Agent Plugins specification §7.1 and Agent Skills specification
No root mcp.json is present; MCP is optional and its absence is conforming.
Agent Plugins specification §§6.2 and 7.2
Capabilities
Turn an external service into a well-designed MCP surface.
Use this plugin when building an MCP server and the difficult work is choosing tool boundaries, schemas, transports, error handling, and evaluation criteria.
Tool names, descriptions, schemas, outputs, and error messages are treated as the product surface rather than incidental wrappers.
Authentication, network access, file operations, side effects, validation, and deployment concerns remain part of the design review.
Practical workflow
Study the service, identify user goals, choose transport, and specify a small set of composable tools.
Build with the appropriate SDK, test normal and failure paths, run evaluations, and document setup and limitations.
Package contents
MCP Builder declares 1 Skill, 0 MCP configurations, and 2 additional resources. The included-file links below point to the reviewed source repository.
Agent Skills
1
mcp-builder
MCP servers
0
No runtime service
Package format
Agent Plugins
Official latest 1.0.0
Installation
Sparse-clone the plugin directory and load it in a compatible client. The package contains guidance and evaluation helpers, not a preconfigured MCP server.
git clone --filter=blob:none --sparse https://github.com/chenmiaohero/Portable-Agent-Plugins.git
cd Portable-Agent-Plugins
git sparse-checkout set plugins/mcp-builderSynced source content
This README snapshot is stored by Agent Plugins Hub and refreshed by the daily GitHub synchronization pipeline. Remote images and embedded content are not loaded.
This repository does not currently provide a README snapshot. The plugin instructions below remain available.
Source documentation
Rendered from the linked GitHub source. Raw HTML is disabled, scripts cannot execute, remote images are omitted, and external links open separately.
MCP Builder guides the design, implementation, testing, and evaluation of Model Context Protocol servers. It covers service research, tool contracts, transports, TypeScript and Python patterns, errors, documentation, and evaluation.
Start from user tasks, not service endpoints. Define a small set of composable tools with clear schemas and useful outputs. Choose streamable HTTP or stdio deliberately, implement with the current SDK, and test normal, failure, authorization, and side-effect paths.
Threat-model authentication, data exposure, file and command access, network destinations, validation, rate limits, and destructive operations. Review the included scripts and dependencies before execution and keep credentials in approved secret storage.
This portable package is maintained in chenmiaohero/Portable-Agent-Plugins from a pinned Apache-2.0 upstream Skill.
Continue exploring
The small official reference package for inspecting a portable manifest and migration workflow.
A portable design-lead workflow for building production-ready interfaces that feel specific to the product instead of assembled from defaults.
A portable creative-coding workflow for original p5.js generative art and interactive exploration.