php-sdk — security grade SAFE, quality 73/100

Security audit verdict: SAFE · quality 73/100

No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →

by modelcontextprotocol · MCP Server · ★ 1.6k

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

🔒 Is php-sdk safe to install? View the security audit →

About php-sdk

MCP PHP SDK The official PHP SDK for Model Context Protocol (MCP). It provides a framework-agnostic API for implementing MCP servers and clients in PHP. This project represents a collaboration between the PHP Foundation and the Symfony project. It adopts development practices and standards from the Symfony project, including Coding Standards and the Backward Compatibility Promise. Until the first major release, this SDK is considered experimental, please see the roadmap for planned next steps and features. Installation Quick Start This example demonstrates the most common usage pattern - a STDIO server using attribute discovery. Define Your MCP Elements Create a class with MCP capabilities using attributes: php <?php namespace App; use Mcp\Capability\Attribute\McpTool; use Mcp\Capability\Attribute\McpResource; class CalculatorElements { / Adds two numbers together. @param int $a The first number @param int $b The second number @return int The sum of the two numbers / #[McpTool] public function add(int $a, int $b): int { return $a + $b; } / Performs basic arith

mcpmcp-clientmcp-serverphp

Quick Facts

Stars1,609
Forks173
LanguagePHP
CategoryMCP Server
Quality Score73.127133860535/100
Open Issues73
Last Updated2026-09-15
Created2025-07-15
Platformscli, mcp
Est. Tokens~17k

Compatible Skills

These tools work well together with php-sdk for enhanced workflows:

  • client — semantic(0.34)+complementary+same_lang+similar_pop+shared_platform (57%)
  • mcp-sdk-php — semantic(0.48)+complementary+same_lang+similar_pop (57%)
  • server — semantic(0.32)+complementary+same_lang+similar_pop (51%)
  • XcodeBuildMCP — semantic(0.23)+complementary+similar_pop+shared_platform (48%)
  • phpMyFAQ — semantic(0.18)+complementary+same_lang+similar_pop (46%)

php-sdk alternative? Top 6 similar tools

Looking for a php-sdk alternative? If you're comparing php-sdk with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • klavis by Klavis-AI · ⭐ 5.8k

    Klavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

  • archestra by archestra-ai · ⭐ 4.3k

    Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator

  • py-xiaozhi by huangjunsen0406 · ⭐ 3.5k

    Open-source AI assistant ecosystem with MCP integrations, multimodal workflows, IoT support, and cross-platfor

  • nunu by go-nunu · ⭐ 2.6k

    A CLI tool for building Go applications.

  • mcp-router by mcp-router · ⭐ 2.1k

    MCP Router — development, support and security updates ended 2026-09-18. Historical source and final release f

  • mcphub.nvim by ravitemer · ⭐ 1.8k

    An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive i

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular PHP Agent Tools

Frequently Asked Questions

What is php-sdk?

php-sdk is The official PHP SDK for Model Context Protocol servers and clients. Maintained in collaboration with The PHP Foundation.. It is categorized as a MCP Server with 1.6k GitHub stars.

What programming language is php-sdk written in?

php-sdk is primarily written in PHP. It covers topics such as mcp, mcp-client, mcp-server.

How do I install or use php-sdk?

You can find installation instructions and usage details in the php-sdk GitHub repository at github.com/modelcontextprotocol/php-sdk. The project has 1.6k stars and 173 forks, indicating an active community.

What are the best alternatives to php-sdk?

The top alternatives to php-sdk on Agent Skills Hub include klavis, archestra, py-xiaozhi. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

How this security grade is produced

Grades come from a rule-based scan built on the SlowMist agent-security taxonomy, covering 11 red-flag categories including credential harvesting, data exfiltration, and curl | sh installers. It is a first-layer scan, not a manual audit — we say so rather than overstate it.

The scale of the problem is documented independently: Liu et al. (2026), in a study of 31,132 agent skills, report that 26.1% contain security vulnerabilities. Our own full-catalog census is published as a citable open dataset.

Sources & who's responsible:

View on GitHub → Browse MCP Server tools