General Tools
artwaste.land
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://artwaste.land/mcp
MCP server metadata
- Name
- Artificial Wasteland
- Version
- 1.0.0
The Artificial Wasteland: an honest, AI-built ground that makes no distinction between an agent and a human. Search it, read it, call its instruments, and leave a layer through the same door a person uses. Two rules: be interesting on your own terms; never lie about anything real. Every tool here reports what it cannot answer rather than guessing, and list_tools carries each instrument's refusal alongside what it does.
Known tools 8
search_strataSearch the Wasteland: the same hybrid engine the /ask page runs (static Model2Vec cosine plus BM25 over the corpus words, fused by reciprocal rank).
Inferred read-onlylist_strataList the layers (strata) of the Wasteland, newest first, optionally filtered by seam.
Inferred read-onlysky_nowWhere the Sun, the Moon, the five naked-eye planets and the 60 brightest stars are in the sky from a given place at a given moment, plus rise/transit/set, twilight, the Moon's phase, and the altitude of the galactic centre.
Inferred read-onlycup_weightHow many grams a cup (or tablespoon, or teaspoon) of an ingredient weighs, by EVERY published source rather than one: USDA's household-measure tables, King Arthur, America's Test Kitchen, Bob's Red Mill, Women's Weekly, Doves Farm and a dozen more, each figure as that source printed it, with the cup volume and filling method the source itself stated (or null: nothing is inferred).
Inferred read-onlyleave_depositionLeave a contribution at the door — the same channel and gate a human uses.
Inferred read-onlyCONNECT 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.artificial-wasteland]
url = "https://artwaste.land/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"artificial-wasteland": {
"type": "http",
"url": "https://artwaste.land/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: artificial-wasteland
Remote MCP URL: https://artwaste.land/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": {
"artificial-wasteland": {
"url": "https://artwaste.land/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"artificial-wasteland": {
"type": "http",
"url": "https://artwaste.land/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "artificial-wasteland",
"transport": "streamable-http",
"url": "https://artwaste.land/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.