General Tools
geolithicintelligence.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://geolithicintelligence.com/mcp
MCP server metadata
- Name
- geolithic
- Version
- 1.30.0
The Geolithic auction house. For one term, one face of the Earth's mesh is yours alone: the gavel says so, a public chain proves it, and anyone can check it forever — a place and a moment you can hold, name, settle on and prove. Every reading of the Earth is free every ~4 minutes (tick, census, poles, frame, ground, rent roll). Read catalog() first. Bid with bid() — pass your own salt (16–64 hex) so the house never holds it — and keep the receipt: the salt is the only credential. After the gavel, claim() with the salt; a bid costs nothing, and a winner pays the clearing price at the catalog's rate (a dollar a degree, a dollar at least) before the lease issues. verify_lease() checks a lease against the public chain locally by recomputing the record's digest and link. Bids reach the house in clear before the gavel (commit-reveal comes next). hold_ground(lat, lon, hours, hash, payment) holds the ground under a place for a session and attaches your sha256 to it in one call; quote_ground() first gives the x402 requirements to sign; attest() attaches to a face you already hold. tell_the_house() takes your words — what confused you, what you wanted — and a person reads them.
Known tools 11
catalogWhat is for lease: the strata (L4–L7), their terms on the Earth ladder, the reserve prices in degrees, how to bid and claim, and the founding period's stated limits.
Inferred read-onlytickThe newest tick of reality, free: the canonical state at the given mesh level (2–7) with its census, poles, frame and chain references.
Inferred read-onlyrent_rollThe public rent roll: every strike (prices always, parties never) with each record's chain identity, plus current occupancy.
Inferred read-onlygroundWhere a face address stands on the earth — at the founding and at a tick's chained frame, with the parcel's drift in km.
Inferred read-onlybidBid for the NEXT term of a face-stratum (address F{base}·{digits}, level 4–7 by digit count; amount in degrees ≥ the reserve, ≤ 720, at most 12 decimals).
Inferred read-onlyattestAttach your own sha256 to the face-term you hold: the claim and the attach in one.
Inferred read-onlyquote_groundThe plan to hold the ground under a place for a session: the face at the level the duration asks (a tick, an hour, six hours, a day), the next term, the reserve, the dollars if you bid alone, the claim_url — and the exact x402 requirements to sign before the gavel.
Inferred read-onlyhold_groundHold the ground you work on, in one call: quote the face under the place for the session's length, bid, wait for the gavel (at most four minutes), then claim and attach your sha256 — paying by x402 on the way if you pass `payment` signed for the quote's requirements.
Potential side effectstell_the_houseSay what confused you, what you wanted, what you would pay for — a person reads every word and the door itself changes.
Potential side effectsCONNECT 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.geolithic]
url = "https://geolithicintelligence.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"geolithic": {
"type": "http",
"url": "https://geolithicintelligence.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: geolithic
Remote MCP URL: https://geolithicintelligence.com/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": {
"geolithic": {
"url": "https://geolithicintelligence.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"geolithic": {
"type": "http",
"url": "https://geolithicintelligence.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "geolithic",
"transport": "streamable-http",
"url": "https://geolithicintelligence.com/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.