NanoCrawl
MCP Server (Agent)

Configuration

Environment variables and configuration options.

All configuration is via environment variables. Everything is optional.

Environment Variables

VariableDefaultDescription
NANOCRAWL_BUYER_PRIVATE_KEYauto-generatedUse a specific private key
NANOCRAWL_BUDGETunlimitedSession spending cap in USDC (e.g. 0.05)
NANOCRAWL_AUTO_DEPOSIT1USDC to auto-deposit into Gateway when balance is low

MCP Integration

Claude Code

# Add
claude mcp add nanocrawl -- npx nanocrawl

# Remove
claude mcp remove nanocrawl

Other MCP Clients

The server uses stdio transport (JSON-RPC over stdin/stdout). Any MCP-compatible client can connect by spawning the process:

npx nanocrawl

Network

Currently operates on Arc Testnet with USDC:

  • Chain: eip155:5042002
  • USDC: 0x3600000000000000000000000000000000000000
  • Gateway: Circle Nanopayments (gas-free)
  • Faucet: faucet.circle.com

On this page