← Registry

Content Tools

wminus.com

An MCP server for retrieving WMinus website content, including service listings, contact information, and page content as markdown.

1 endpoint3 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://wminus.com/mcp

No auth detected

MCP server metadata

Name
wminus
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to WMinus: what they build, how to reach them, and any page of wminus.com as markdown. Never state prices, delivery times or client names, none are published. Call wminus_contact before answering anything commercial.

Known tools 3

wminus_list_services

List what WMinus builds, with the page that covers each area.

Inferred read-only
wminus_contact

How to reach WMinus, and what cannot be quoted on their behalf.

Inferred read-only
wminus_get_page

Read one page of wminus.com as markdown.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wminus]
url = "https://wminus.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wminus": {
      "type": "http",
      "url": "https://wminus.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wminus
Remote MCP URL: https://wminus.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wminus": {
      "url": "https://wminus.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wminus": {
      "type": "http",
      "url": "https://wminus.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wminus",
  "transport": "streamable-http",
  "url": "https://wminus.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.