Skip to main content
ClaudeWave

Autonomous AI Agent Execution & Monetization Gateway on Base Mainnet

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Har50/agent1
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent1": {
      "command": "node",
      "args": ["/path/to/agent1/dist/index.js"],
      "env": {
        "API_BASE_URL": "<api_base_url>",
        "AGENT_API_KEY": "<agent_api_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.
💡 Clone https://github.com/Har50/agent1 and follow its README for install instructions.
Detected environment variables
API_BASE_URLAGENT_API_KEY
Casos de uso

Resumen de MCP Servers

# AgentExec — Base L2 AI Transaction Provider

**The execution & security rail for the agentic economy.**

Standalone Base L2 API for AI agents: x402 HTTP paywalls, EIP-7579 session keys, Tenderly pre-flight safety, sponsored UserOps (Pimlico), and a Go Redis rate-limit gateway.

> This is **not** part of `vda-compliance`. Repo: [Har50/agent1](https://github.com/Har50/agent1).

## Docs

| Doc | Purpose |
|-----|---------|
| [Investor pitch](./docs/INVESTOR_PITCH.md) | Executive summary, stack diagram, GTM |
| [Architecture](./docs/ARCHITECTURE.md) | System design |
| [Website launch](./docs/WEBSITE_LAUNCH.md) | Portal strategy + hero copy |
| [MCP](./docs/MCP.md) | Cursor / Claude Desktop |
| [Production roadmap](./docs/PRODUCTION_ROADMAP.md) | Deploy checklist |
| [Master plan](./docs/MASTER_PLAN.md) | Product plan |
| [WebMCP SDK quickstart](./docs/SDK_QUICKSTART.md) | Browser → AgentExec adapter |
| [Executive pitch deck](./docs/PITCH_DECK.md) | One-page technical summary |
| [Keeper verification](./docs/KEEPER_VERIFICATION.md) | Base Sepolia drain → auto top-up |
| [Mainnet checklist](./docs/MAINNET_CHECKLIST.md) | Production go-live |

## Quick start (API)

```bash
npm install && npm test && npm run dev
# http://127.0.0.1:8787  ·  Swagger: /docs
```

```bash
# x402 sample paywall (protects /v1/paid/*)
X402_ENABLED=true \
X402_RECIPIENT=0xYourTreasury \
X402_PRICE_USDC=0.01 \
npm run dev
```

```bash
# Production stack
cp .env.example .env   # fill secrets
npm run prod:up        # docker compose -f docker-compose.prod.yml up -d --build
# Gateway: http://localhost:8080

# MCP (stdio → gateway)
API_BASE_URL=http://localhost:8080 AGENT_API_KEY=dev-agent-key npm run mcp
```

## Website (AgentExec landing)

```bash
cd website && npm install && npm run dev
# http://localhost:3001
# Demo playground: http://localhost:3001/demo
```

## Middleware

- [`src/middleware/x402Paywall.ts`](./src/middleware/x402Paywall.ts) — HTTP 402 + `PAYMENT-REQUIRED` / `PAYMENT-SIGNATURE`
- [`src/middleware/simulateHook.ts`](./src/middleware/simulateHook.ts) — Tenderly gate before execute
account-abstractionbase-networkmcpmcp-serverx402

Lo que la gente pregunta sobre agent1

¿Qué es Har50/agent1?

+

Har50/agent1 es mcp servers para el ecosistema de Claude AI. Autonomous AI Agent Execution & Monetization Gateway on Base Mainnet Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-13.

¿Cómo se instala agent1?

+

Puedes instalar agent1 clonando el repositorio (https://github.com/Har50/agent1) 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 Har50/agent1?

+

Nuestro agente de seguridad ha analizado Har50/agent1 y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Har50/agent1?

+

Har50/agent1 es mantenido por Har50. La última actividad registrada en GitHub es del 2026-09-13, con 0 issues abiertos.

¿Hay alternativas a agent1?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

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

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

Más MCP Servers

Alternativas a agent1