← stoneytech.net
INDIVIDUAL MCP TOOL
get_published_item
Fetch one published item by contract id, route path, or canonical URL.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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-net]
url = "https://public-content-mcp.stoneytech.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stoneytech-net": {
"type": "http",
"url": "https://public-content-mcp.stoneytech.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stoneytech-net
Remote MCP URL: https://public-content-mcp.stoneytech.net/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-net": {
"url": "https://public-content-mcp.stoneytech.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stoneytech-net": {
"type": "http",
"url": "https://public-content-mcp.stoneytech.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stoneytech-net",
"transport": "streamable-http",
"url": "https://public-content-mcp.stoneytech.net/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.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.explain_public_narrative— Explain StoneyTECH as a cold-reader using only the published contract.