Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

bookkeeper-finder-agent

by x402agents-cloud · Updated 5 months ago

In the AI payments ecosystem

bookkeeper-finder-agent is an early-stage Python project in the AI payments / x402 ecosystem, focused on ai-agent, base-network, bookkeeper, fastapi. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like agora-oracle, ai-agent-directory, Franklin, APIbase, quantoracle, APIMesh.

README.md View on GitHub →

📚 BookkeeperFinder Agent

x402 Payments AI Agent Base Network License: MIT

An AI-powered bookkeeper discovery agent with x402 micropayment integration. Pay $0.10 USDC per search to find vetted bookkeepers matching your specific needs.

🚀 Live Endpoint

URL: https://autarchic-unbodied-bryson.ngrok-free.dev

💰 Pricing

Endpoint Price Description
GET / Free Service info
GET /health Free Health check
POST /find $0.10 USDC Find bookkeepers matching criteria

🔧 How It Works

  1. Client sends a POST /find request with search criteria
  2. x402 middleware intercepts and requires a USDC payment on Base
  3. Payment is verified via the x402 facilitator
  4. AI searches for matching bookkeepers and returns results

📡 API Usage

# Check service info
curl https://autarchic-unbodied-bryson.ngrok-free.dev/

# Find bookkeepers (requires x402 payment header)
curl -X POST https://autarchic-unbodied-bryson.ngrok-free.dev/find \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{"query": "QuickBooks certified bookkeeper in Miami"}'

🏗️ Tech Stack

  • Framework: FastAPI + Uvicorn
  • Payments: x402 v2 (EVM/Base USDC)
  • AI: OpenAI for intelligent matching
  • Network: Base (EIP-155:8453)

🔑 Wallet

0xb3e17988e6eE4D31e6D07decf363f736461d9e08

🏃 Running Locally

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
BASE_WALLET_ADDRESS=0xYourWallet uvicorn src.x402_integration:app --port 8402

📋 Related


Built with ❤️ and x402 micropayments on Base

All Micropayments projects →