Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wordpress avatar

Mcp Php Schema

  • 30 installs
  • 14 repo stars
  • Updated July 30, 2026
  • wordpress/php-mcp-schema

Helps with ai & agent building tasks during AI-assisted development.

About

mcp-php-schema is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • mcp-php-schema
  • AI & Agent Building
  • AI-coding skill

Mcp Php Schema by the numbers

  • 30 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #9,276 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wordpress/php-mcp-schema --skill mcp-php-schema

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs30
repo stars14
Last updatedJuly 30, 2026
Repositorywordpress/php-mcp-schema

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

MCP PHP Schema Reference

Quick Navigation

  • Server types (resources, tools, prompts): reference/server.md
  • Client types (sampling, elicitation, roots): reference/client.md
  • Common types (protocol, JSON-RPC): reference/common.md
  • RPC methods: reference/rpc-methods.md
  • Factories: reference/factories.md

Schema Structure

3 domains, 17 subdomains, 164 types total.

Domains Overview

DomainTypesPurpose
Common59Protocol base, JSON-RPC, content blocks
Server59Tools, resources, prompts, logging
Client46Sampling, elicitation, roots, tasks

Common Patterns

Finding a Request/Result Pair

1. Check rpc-methods.md for method name 2. Look up request type in domain file 3. Find corresponding result type

Using Factory Classes

Factories create the correct DTO from discriminator values. See factories.md for patterns.

JSON Data Files

For programmatic access:

  • data/schema-index.json - Lightweight discovery index
  • data/schema-common.json - Common domain types
  • data/schema-server.json - Server domain types
  • data/schema-client.json - Client domain types

Search Scripts

# Search types by name
./scripts/search-types.sh "Resource"

# Get type details
./scripts/get-type.sh "CallToolRequest"

# Find RPC method
./scripts/find-rpc.sh "tools/call"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.