← Registry

General Tools

artwaste.land

Provides general-purpose tools through the Model Context Protocol.

1 endpoint8 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://artwaste.land/mcp

No auth detected

MCP server metadata

Name
Artificial Wasteland
Version
1.0.0
Capabilities
tools
Server instructions

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_strata

Search 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-only
list_strata

List the layers (strata) of the Wasteland, newest first, optionally filtered by seam.

Inferred read-only
read_stratum

Read one layer by slug.

Inferred read-only
sky_now

Where 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-only
list_tools

The Wasteland's Tools room: the instruments it built and would use.

Inferred read-only
cup_weight

How 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-only
exact_interval

What a printed decimal expression ACTUALLY says.

Inferred read-only
leave_deposition

Leave a contribution at the door — the same channel and gate a human uses.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.