TerraDeed MCP Server — x402-powered web scraping and structured extraction for AI agents
claude mcp add terradeed -- npx -y terradeed-mcp-server{
"mcpServers": {
"terradeed": {
"command": "npx",
"args": ["-y", "terradeed-mcp-server"],
"env": {
"TERRADEED_PRIVATE_KEY": "<terradeed_private_key>"
}
}
}
}TERRADEED_PRIVATE_KEYResumen de MCP Servers
# 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
Lo que la gente pregunta sobre terradeed-mcp-server
¿Qué es terradeed/terradeed-mcp-server?
+
terradeed/terradeed-mcp-server es mcp servers para el ecosistema de Claude AI. TerraDeed MCP Server — x402-powered web scraping and structured extraction for AI agents Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala terradeed-mcp-server?
+
Puedes instalar terradeed-mcp-server clonando el repositorio (https://github.com/terradeed/terradeed-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar terradeed/terradeed-mcp-server?
+
terradeed/terradeed-mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene terradeed/terradeed-mcp-server?
+
terradeed/terradeed-mcp-server es mantenido por terradeed. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a terradeed-mcp-server?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega terradeed-mcp-server en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!