Skip to main content
ClaudeWave

Autonomous AI Agent Execution & Monetization Gateway on Base Mainnet

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated 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
Use cases

MCP Servers overview

# 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

What people ask about agent1

What is Har50/agent1?

+

Har50/agent1 is mcp servers for the Claude AI ecosystem. Autonomous AI Agent Execution & Monetization Gateway on Base Mainnet It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install agent1?

+

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

Is Har50/agent1 safe to use?

+

Our security agent has analyzed Har50/agent1 and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains Har50/agent1?

+

Har50/agent1 is maintained by Har50. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to agent1?

+

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

Deploy agent1 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: 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>

More MCP Servers

agent1 alternatives