Content Tools
wminus.com
An MCP server for retrieving WMinus website content, including service listings, contact information, and page content as markdown.
ENDPOINT 1
https://wminus.com/mcp
MCP server metadata
- Name
- wminus
- Version
- 1.0.0
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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.