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.
LIVE ENDPOINT
https://stoneytech.net/public-content/mcp
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
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
get_site_overview— Return the published StoneyTECH site identity, counts, routes, and public boundary.list_published_content— List published pages, articles, axioms, builds, or public repositories.get_published_item— Fetch one published item by contract id, route path, or canonical URL.search_published_content— Search only the generated published-content text index.list_axioms— List published StoneyTECH axioms with citations and applied evidence counts.get_applied_evidence— Fetch published applied-evidence records by content id or axiom number.list_proof_receipts— List public proof-of-work receipts by status or ladder rung.get_proof_receipts_for_published_item— Fetch proof receipts for one published item by contract id, route path, or canonical URL.