Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 4.0.0
Allowed tools: -Read-Bash-WebSearch-WebFetch
Path: skills/ai-llm/moai-mcp-builder-dolsoon-my-awesome-project/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. MCP Protocol Capabilities
  2. Skill Metadata
  3. MCP Architecture Overview
  4. Three Core Components
  5. Tool Design Principles
  6. Agent-Centric Design
  7. Type Safety & Documentation
  8. FastMCP Server Implementation
  9. Basic Server Structure
  10. Authentication Layer
  11. Real-World Patterns
  12. Pattern 1: Database Query Tool
  13. Pattern 2: API Integration Tool
  14. Pattern 3: File Processing Tool
Ships with 1 file
  • metadata.json
Commands it runs
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 \
More from claude-skill-registry
All skills →
About this skill
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.

Keep going