MCP Builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Governance Receipt
- Signer
- sovereign-claw-ed25519
- Signed At
- 6/8/2026
- Risk Tier
- T2
- Receipt Hash
- c990a7b1
- Manifest Hash
- ae5bd55d259501dd1f99df929921692fdaaf9c182f6d5c4c4ca33ef10fd70cde
- Signature
- iWOzubuB
- Root Public Key
- 349b0348
Skill Details
- Gate Verdict
- Elevated · Review
- Publication State
- published
- Risk Tier
- T2
- Manifest Hash
- ae5bd55d
Download Attested Bundle
Install MCP Builder
Each bundle is served from the attested copy of MCP Builder, so the file you download is the one covered by the governance receipt on this page rather than whatever currently sits at the upstream source.
Claude Code skill
curl -L "https://atestiv.com/api/download/mcp-builder?format=claude-code" -o mcp-builder.skill.mdMCP tool definitions
curl -L "https://atestiv.com/api/download/mcp-builder?format=mcp" -o mcp-builder.mcp-tools.jsonRaw attested bundle
curl -L "https://atestiv.com/api/download/mcp-builder?format=raw" -o mcp-builder.bundle.jsonVerify the bundle against its manifest hash
shasum -a 256 mcp-builder.bundle.jsonProvenance
- Catalog identifier:
mcp-builder - Harvested from the upstream repository.
- The manifest hash below is what the signing key committed to. A bundle whose digest does not match it is not the attested MCP Builder.
- Anything published here has been through the same gate, so a missing receipt is itself a signal rather than an omission.
More Skills
MCP Everything Server
This MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be a useful server, but rather a test server for builders of MCP clients. It implements prompts, tools, resources, sampling, and more to showcase MCP capabilities.
MCP Fetch Server
Reference MCP server for web content fetching with HTML-to-Markdown conversion, robots.txt compliance, and configurable request parameters.
MCP Filesystem Server
Reference MCP server for secure filesystem operations with configurable read/write permissions, directory scoping, and sandboxed file access.