mcp-builder
Build MCP Servers with mcp-use
MCP developers need consistent patterns for tools, resources, prompts, and widgets. This skill summarizes mcp-use implementation patterns and warns that new work should use mcp-app-builder.
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/shubhamsaboo-mcp-builder.md and its manifest at https://skillstore.io/api/skills/shubhamsaboo-mcp-builder/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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". Build a weather tool with a widget.
Expected outcome:
A short implementation plan with the tool schema, widget name, response helper, and environment variable setup.
Using "mcp-builder". Add a user profile resource.
Expected outcome:
A resource design with a parameterized URI, user identifier validation, structured profile data, and not-found handling.
Using "mcp-builder". Create a code review prompt.
Expected outcome:
A prompt template specification with described fields, completion guidance, and response helper selection.
Security Audit
Medium RiskMost static findings are false positives from Markdown code fences, TypeScript template literals, environment variable examples, and localhost URLs. One real issue remains: the deprecated skill asks users to run an npx installer for a replacement skill. No prompt injection text or credential exfiltration intent was found.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Env variables (18)
โ๏ธ External commands (37)
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/shubhamsaboo-mcp-builder/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/shubhamsaboo-mcp-builder?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/shubhamsaboo-mcp-builder?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/shubhamsaboo-mcp-builder/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/shubhamsaboo-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
shubhamsaboo. (2026). mcp-builder security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/shubhamsaboo-mcp-builder/audits/2BibTeX citation
@techreport{shubhamsaboo-shubhamsaboo-mcp-builder-2026,
author = {shubhamsaboo},
title = {mcp-builder security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/shubhamsaboo-mcp-builder/audits/2},
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 2)"
version: "unspecified"
type: report
authors:
- name: "shubhamsaboo"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/shubhamsaboo-mcp-builder/audits/2"
identifiers:
- type: other
value: "skillstore:shubhamsaboo-mcp-builder:audit:2"
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
Create MCP Tools
Design tool schemas, response helpers, and error handling for mcp-use servers.
Model Read-Only Data
Define resources and resource templates for configuration, profiles, and other structured data.
Add Interactive Widgets
Connect server-side MCP tools to React TSX widget files and visible tool output.
Try These Prompts
Create a basic mcp-use tool for this task: [task]. Include schema fields, descriptions, response helper choice, and error handling.
Design MCP resources and prompts for this server: [server goal]. Separate read-only data from actions and explain each URI pattern.
Plan a widget-backed MCP workflow for [user workflow]. Include tool names, widget props, model-visible output, and loading states.
Review this mcp-use server plan for production readiness. Check schemas, destructive actions, environment variables, widgets, and deployment assumptions.
Best Practices
- Prefer mcp-app-builder for new work because this skill is deprecated.
- Require explicit approval before running package-manager install commands.
- Document required environment variables with empty examples, not real credentials.
Avoid
- Do not paste real API keys into examples or generated files.
- Do not treat destructive actions as read-only MCP tools.
- Do not expose widget props to the model when private data is only for UI.
Frequently Asked Questions
Is this skill current?
What framework does it target?
Can it help build widgets?
Does it run commands automatically?
Which AI tools can use it?
How should secrets be handled?
Developer Details
Author
shubhamsabooLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
412e23e39ccd9729546286287b96bb41707397cf
Maintenance freshness
7/18/2026
Usage
2 downloads ยท 0 views
File structure
๐ evals/
๐ architecture.json
๐ implementation.json
๐ README.md
๐ skill.json
๐ widgets.json
๐ references/
๐ design-and-architecture.md
๐ response-helpers.md
๐ widgets.md
๐ LICENSE.txt
๐ SKILL.md