Odel
AgentExec WebMCP & Base L2 Gateway

AgentExec WebMCP & Base L2 Gateway

@har50TypeScriptUpdated Yesterday

WebMCP discovery and gasless Base Mainnet settlement via session keys and x402.

Server endpointStreamable HTTPProbe failed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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.

Docs

DocPurpose
Investor pitchExecutive summary, stack diagram, GTM
ArchitectureSystem design
Website launchPortal strategy + hero copy
MCPCursor / Claude Desktop
Production roadmapDeploy checklist
Master planProduct plan
WebMCP SDK quickstartBrowser → AgentExec adapter
Executive pitch deckOne-page technical summary
Keeper verificationBase Sepolia drain → auto top-up
Mainnet checklistProduction go-live

Quick start (API)

npm install && npm test && npm run dev
# http://127.0.0.1:8787  ·  Swagger: /docs
# x402 sample paywall (protects /v1/paid/*)
X402_ENABLED=true \
X402_RECIPIENT=0xYourTreasury \
X402_PRICE_USDC=0.01 \
npm run dev
# 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)

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

Middleware