moai-mcp-builder
Enterprise MCP (Model Context Protocol) server development using FastMCP 2.0 with production-grade tools, resources, prompts, and intelligent agent-first design. Use when building MCP servers, integrating with LLMs, creating agent tools, implementing RAG systems, or developing protocol-based AI integration solutions.
npx skills add majiayu000/claude-skill-registry --skill moai-mcp-builder-dolsoon-my-awesome-project --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Enterprise MCP Server Builder & AI Integration Platform ## MCP Protocol Capabilities **Model Context Protocol (MCP)**: - Standard protocol for LLM context provisioning - Tool provisioning (agent-callable functions) - Resource system (data/documents exposure) - Prompt templates (multi-turn patterns) - Transport abstraction (stdio, SSE, HTTP) **FastMCP 2.0 Framework**: - Python-first MCP implementation - Type-safe decorators (@mcp.tool, @mcp.resource) - Automatic OpenAPI generation - Enterprise auth (OAuth, SAML) - Proxy and composition patterns - Production-ready deployments ## Skill Metadata | Field | Value | | ----- | ----- | | **Version** | **4.0.0 Enterprise** | | **Created** | 2025-11-12 | | **Framework** | FastMCP 2.0, Python SDK | | **Protocol** | Model Context Protocol (MCP) | | **Features** | Tools, Resources, Prompts | | **Transport** | Stdio, SSE, HTTP/WebSocket | | **Auth** | OAuth 2.0, SAML, API Keys | | **Tier** | **4 (Enterprise)** | ## MCP Architecture Overview ### Three Core Components **1. Tools** (Agent-Callable Functions): ``` @mcp.tool def search_documents(query: str) -> list[dict]: """Search documents by query""" # Implementation return results # Tools are ex
- MCP Protocol Capabilities
- Skill Metadata
- MCP Architecture Overview
- Three Core Components
- Tool Design Principles
- Agent-Centric Design
- Type Safety & Documentation
- FastMCP Server Implementation
- Basic Server Structure
- Authentication Layer
- Real-World Patterns
- Pattern 1: Database Query Tool
- Pattern 2: API Integration Tool
- Pattern 3: File Processing Tool
Install dependencies pip install fastmcp[dev] Run in development mode fastmcp dev my_server.py Test with cURL curl -X POST http://localhost:8000/tool/search_documents \
What does the moai-mcp-builder skill do?
Enterprise MCP (Model Context Protocol) server development using FastMCP 2.0 with production-grade tools, resources, prompts, and intelligent agent-first design. Use when building MCP servers, integrating with LLMs, creating agent tools, implementing RAG systems, or developing protocol-based AI integration solutions.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill moai-mcp-builder-dolsoon-my-awesome-project --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
