Back to Browse

Silentdirective MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Free tools: 2026 API shutdown scanner, small-business website auditor, photo resale estimator.

About

Free tools: 2026 API shutdown scanner, small-business website auditor, photo resale estimator.

Remote endpoints: streamable-http: https://sites.silentdirectivellc.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

3 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-silentdirectivellc-hub-silentdirective-mcp": {
      "url": "https://sites.silentdirectivellc.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

silentdirective-tools MCP server

Three practical tools for AI assistants, served over MCP streamable HTTP. No signup, no key.

Endpoint: https://sites.silentdirectivellc.com/mcp

toolwhat it does
deprecation_checkScans code, dependency lists, or a URL for 2026 API shutdowns: OpenAI Assistants API (removed Aug 26), Google Content API for Shopping (retired Aug 18), Relay.app, dead model snapshots, v0 SDK patterns. Returns severity + migration path per hit.
website_auditAudits a small-business website like a professional would: loads, https, mobile viewport, weight, parked/dead domain, social-page-as-site. Verdict + notes.
flipworth_resale_scanPhoto URL of a secondhand item in, resale read out (what it is, what it sells for), powered by the FlipWorth vision engine.

Connect

Claude Code:

claude mcp add silentdirective-tools --transport http https://sites.silentdirectivellc.com/mcp

Any MCP client supporting streamable HTTP: point it at the endpoint above. POST JSON-RPC (initialize, tools/list, tools/call); responses are plain JSON.

Web versions

The same tools as free pages: /scan, /tools/audit, /tools/flip.

Run it yourself

server.py is a single-file Python 3 stdlib server (no dependencies). Two imports (rescue_service, site_audit) carry the check logic; see this repo. MIT license.

Reviews

No reviews yet

Be the first to review this server!