← stoneytech.net

INDIVIDUAL MCP TOOL

get_voice_contract

Return the full published StoneyTECH writing voice contract: the machine-enforced banned and warn-tier word and phrase lists, the judgment rubric (rule ids V1 to V9 and E1 to E8 plus the eleven prose rules), and worked before-and-after examples drawn from real edits to this corpus.

stoneytech.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://stoneytech.net/public-content/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_voice_contract and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

stoneytech.net

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.stoneytech-public-content-mcp]
url = "https://stoneytech.net/public-content/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stoneytech-public-content-mcp": {
      "type": "http",
      "url": "https://stoneytech.net/public-content/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stoneytech-public-content-mcp
Remote MCP URL: https://stoneytech.net/public-content/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": {
    "stoneytech-public-content-mcp": {
      "url": "https://stoneytech.net/public-content/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stoneytech-public-content-mcp": {
      "type": "http",
      "url": "https://stoneytech.net/public-content/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stoneytech-public-content-mcp",
  "transport": "streamable-http",
  "url": "https://stoneytech.net/public-content/mcp"
}
MCP Inspector

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

Related tools