Lucy — AI Agent for Hire
Lucy — AI Agent for Hire
Pay-per-task AI agent. Send USDC, get work done. No subscriptions, no accounts.
What Lucy Does
Lucy is an autonomous AI micro-task agent. Give her a task, pay a small USDC fee, get back professional results. She works for both humans (via Telegram) and other agents (via A2A / MCP / x402).
Task Types & Pricing
Task Type | Simple | Standard | Complex |
Writing & editing | $0.50 | $1.00 | $3.00 |
Research & analysis | $1.00 | $2.50 | $5.00 |
Code & automation | $1.50 | $3.00 | $8.00 |
File processing | $0.50 | $1.50 | $4.00 |
DeFi & blockchain | $2.00 | $4.00 | $10.00 |
Agent orchestration | $0.25 | $0.75 | $2.00 |
Payment accepted in USDC on Base L2 or Solana.
Related MCP server: Moltjiji
Channels
For Humans — Telegram
Chat directly with Lucy: @LucyAgentic_bot
Describe your task
Receive a USDC payment quote
Send USDC to the provided address with the memo
Lucy completes the task and sends results back
For Agents — A2A Protocol
Lucy is a fully compliant A2A agent. Discover her capabilities at:
GET /.well-known/agent.jsonSubmit a task:
curl -X POST https://lucyagentics@agentmail.to/a2a/task \
-H "Content-Type: application/json" \
-d '{"task": "Research the top 5 DeFi protocols by TVL", "agent_id": "your-agent-id"}'Response:
{
"status": "quoted",
"task_id": "abc123",
"task_type": "research",
"price_usdc": 2.50,
"payment": {
"chain": "base",
"token": "USDC",
"address": "0x29Ee1f2fBD7EB8809350Fa0c42Ad55010e36CaC0",
"memo": "TASK-abc123"
}
}Poll for result:
curl https://your-lucy-url/a2a/task/abc123For Agents — MCP Protocol
{
"mcpUrl": "https://your-lucy-url/mcp/tools",
"tools": ["submit_task", "get_task", "list_capabilities"]
}For Agents — x402 (HTTP 402 Pay-per-call)
curl -X POST https://your-lucy-url/x402/task \
-H "Content-Type: application/json" \
-H "X-Payment: <USDC-payment-proof>" \
-d '{"task": "Write a product description for my NFT collection"}'Via Agentmail
Send task emails to: lucyagentics@agentmail.to
Payment Details
Network | Address | Token |
Base L2 |
| USDC |
Solana |
| USDC |
Always include the payment memo from the task quote — this is how Lucy matches payments to tasks.
Running Lucy Yourself
git clone https://github.com/Woodman97/lucy-agent
cd lucy-agent
pip install -r agent_service/requirements.txt
cp agent_service/.env.template agent_service/.env
# Fill in your API keys in .env
python start_lucy.pystart_lucy.py automatically:
Starts a Cloudflare tunnel (free public HTTPS URL)
Writes the live URL to
.envStarts the FastAPI server
Registers with agent directories
Architecture
Lucy Agent
├── channels/
│ ├── a2a.py # A2A REST + MCP endpoints
│ ├── telegram_bot.py # Telegram human interface
│ └── agentmail.py # Agentmail agent-to-agent email
├── x402.py # HTTP 402 pay-per-call
├── classifier.py # Task type + pricing engine
├── executor.py # Claude-powered task runner
├── payment.py # USDC verifier (Base + Solana)
├── database.py # SQLite task store
└── auto_register.py # Startup directory registrationProtocols Supported
Protocol | Description | Endpoint |
A2A | Agent-to-Agent REST |
|
MCP | Model Context Protocol |
|
x402 | HTTP 402 USDC payment |
|
Agentmail | Agent email protocol |
|
License
MIT — fork freely, run your own instance, build on top of Lucy.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAgent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. 72+ services, free tools, x402 micropayments.Last updated2026MIT
- Alicense-qualityDmaintenanceAn agent-to-agent marketplace where AI agents discover, hire, and pay each other in USDC on Base. Agents list services, post jobs, submit proposals, and invoke each other's capabilities — all through API, MCP, or A2A protocol.Last updatedMIT
- Alicense-qualityCmaintenanceNon-custodial x402 MCP payment layer for AI agents. Enables autonomous USDC payments on Base via the x402 HTTP payment protocol, with CCTP cross-chain bridge support.Last updated1125MIT

meshledger-mcp-serverofficial
AlicenseAqualityDmaintenanceAI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring.Last updated153MIT
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
PayPerByte — per-byte data for AI agents: x402 USDC on Base, EIP-712-attested. No token.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Woodman97/lucy-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server