Skip to main content
ClaudeWave
terradeed avatar
terradeed

terradeed-mcp-server

View on GitHub

TerraDeed MCP Server — x402-powered web scraping and structured extraction for AI agents

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · terradeed-mcp-server
Claude Code CLI
claude mcp add terradeed -- npx -y terradeed-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "terradeed": {
      "command": "npx",
      "args": ["-y", "terradeed-mcp-server"],
      "env": {
        "TERRADEED_PRIVATE_KEY": "<terradeed_private_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
TERRADEED_PRIVATE_KEY
Use cases

MCP Servers overview

# TerraDeed MCP Server

x402-powered web scraping and structured data extraction for AI agents.

## Overview

This MCP server connects your AI agent to the [TerraDeed Scrape API](https://api.terradeed.co.uk), enabling:

- **Web scraping** — Clean, LLM-ready markdown from any URL ($0.01 USDC)
- **Structured extraction** — Schema-driven JSON data from any page ($0.05 USDC)
- **Wallet balance checks** — Free USDC balance lookups on Base mainnet

Payments are handled transparently via the [x402 protocol](https://x402.org) on Base mainnet using USDC.

## Installation

### Via npx (recommended)

```bash
TERRADEED_PRIVATE_KEY=0x... npx terradeed-mcp-server
```

### Global install

```bash
npm install -g terradeed-mcp-server
TERRADEED_PRIVATE_KEY=0x... terradeed-mcp-server
```

## Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| `TERRADEED_PRIVATE_KEY` | Yes | Ethereum private key for signing x402 payments. Must hold USDC on Base mainnet. |

## Tools

### `terradeed_scrape_url`

Scrape any public URL and return clean markdown.

**Cost:** $0.01 USDC per call

```json
{
  "url": "https://example.com",
  "render_js": false
}
```

### `terradeed_extract_structured`

Extract structured JSON data using a schema.

**Cost:** $0.05 USDC per call

```json
{
  "url": "https://example.com",
  "schema": {
    "type": "object",
    "properties": {
      "title": { "type": "string" },
      "price": { "type": "number" }
    }
  },
  "instructions": "Extract the product title and price"
}
```

### `terradeed_check_wallet`

Check USDC balance on Base mainnet. Free.

```json
{
  "address": "0x..."
}
```

## Configuration

Add to your MCP client config (e.g., Claude Desktop, Cursor):

```json
{
  "mcpServers": {
    "terradeed": {
      "command": "npx",
      "args": ["terradeed-mcp-server"],
      "env": {
        "TERRADEED_PRIVATE_KEY": "your-private-key"
      }
    }
  }
}
```

## Links

- [TerraDeed](https://terradeed.co.uk)
- [API Docs](https://api.terradeed.co.uk)
- [x402 Protocol](https://x402.org)

## License

MIT

What people ask about terradeed-mcp-server

What is terradeed/terradeed-mcp-server?

+

terradeed/terradeed-mcp-server is mcp servers for the Claude AI ecosystem. TerraDeed MCP Server — x402-powered web scraping and structured extraction for AI agents It has 0 GitHub stars and was last updated today.

How do I install terradeed-mcp-server?

+

You can install terradeed-mcp-server by cloning the repository (https://github.com/terradeed/terradeed-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is terradeed/terradeed-mcp-server safe to use?

+

terradeed/terradeed-mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains terradeed/terradeed-mcp-server?

+

terradeed/terradeed-mcp-server is maintained by terradeed. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to terradeed-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy terradeed-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: terradeed/terradeed-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/terradeed-terradeed-mcp-server)](https://claudewave.com/repo/terradeed-terradeed-mcp-server)
<a href="https://claudewave.com/repo/terradeed-terradeed-mcp-server"><img src="https://claudewave.com/api/badge/terradeed-terradeed-mcp-server" alt="Featured on ClaudeWave: terradeed/terradeed-mcp-server" width="320" height="64" /></a>

More MCP Servers

terradeed-mcp-server alternatives