AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Sockeon Mcp

mcp-sockeon-mcp · by sockeon

The Sockeon MCP Server is an MCP-compliant server that integrates with AI assistants to provide intelligent assistance when working with the Sockeon framework

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add mcp-sockeon-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-sockeon-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sockeon Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sockeon MCP Server

Sockeon MCP provides a modular application kernel with guided workflows and focused tool packs for Sockeon development.

Architecture

The new server is split by responsibility:

  • src/Foundation: app boot, logger, container, and server factory.
  • src/Domain: reusable services (CodeGenerator, TemplateRenderer, DocsRepository, ValidationRulesCatalog).
  • src/Capabilities/Tools: domain tools (Scaffold, Config, Realtime, Security, Observability).
  • src/Capabilities/Resources: docs, stubs, and validation resources.
  • src/Capabilities/Prompts: workflow-oriented guided prompts.
  • src/Workflows: orchestration primitives for high-level guided flows.

Only src/Capabilities is discovered by MCP runtime.

Installation

cd mcp
composer install

Run the MCP server:

php public/server.php

MCP Capability Model

Tools (modular)

  • sockeon_scaffold_server
  • sockeon_scaffold_controller
  • sockeon_scaffold_example
  • sockeon_config_server
  • sockeon_config_rate_limit
  • sockeon_config_cors
  • sockeon_config_reverse_proxy
  • sockeon_realtime_websocket_handler
  • sockeon_realtime_http_route
  • sockeon_realtime_room_management
  • sockeon_realtime_namespace_management
  • sockeon_security_validation_rules
  • sockeon_security_middleware
  • sockeon_security_authentication
  • sockeon_observability_error_handler
  • sockeon_observability_logging_setup

Resources

  • sockeon://docs/quick-start
  • sockeon://docs/controllers
  • sockeon://docs/{category}/{topic}
  • sockeon://stubs/{type}/{name}
  • sockeon://validation/rules

Workflow Prompts

  • sockeon_workflow_scaffold_realtime_app
  • sockeon_workflow_harden_production_server

Development

Tests

composer test

Add New Tool Pack

  1. Create a class under src/Capabilities/Tools//.
  2. Annotate methods with #[McpTool(...)].
  3. Keep generation/business logic in src/Domain services (CodeGenerator first, then focused helpers).
  4. Add unit tests in tests/Unit.

Notes

  • Documentation resources use a remote-first strategy with local fallback text for key pages.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.