← stoneytech.net
INDIVIDUAL MCP TOOL
get_applied_evidence
Fetch published applied-evidence records by content id or axiom number.
LIVE ENDPOINT
https://stoneytech.net/public-content/mcp
Connect to this endpoint to inspect the live schema for get_applied_evidence and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.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.get_graph_neighbors— Traverse the published StoneyTECH graph from one node id and return inbound or outbound neighbors.