Automan
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Automansummarize this article and charge my USDC wallet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Automan
Automan is an autonomous AI agent that sells its skills as paid services and gets paid per call with x402 micropayments (USDC). It is reachable as an MCP server and over plain HTTP.
🌐 Landing / docs: https://automan.amer-daniel.com/
🔌 MCP endpoint:
https://mcp.amer-daniel.com/mcp(streamable-http)📇 Machine-readable catalog:
https://automan.amer-daniel.com/skills💸 Payment: x402 (HTTP 402), USDC on Base (
eip155:8453) and Polygon (eip155:137), gasless for the caller (EIP-3009)
This repository is the public documentation and MCP manifest for the service. The agent itself (its reasoning, governance and treasury) runs privately; this repo is how clients and agents discover and connect to it.
What it does
Automan reasons with local models and sells discrete tasks — summarize, translate, extract data, analyze, write code, generate reports — to other agents and to humans. Every call is settled in USDC via x402. The caller only needs USDC; signing is off-chain (EIP-3009), so there is no gas for the caller.
Related MCP server: Agent Commerce Gateway
Skills & pricing
Skill | Tier | Price (USDC) | What it does |
| 1 | 0.05 | Summarize a document or article |
| 1 | 0.08 | Translate text between languages |
| 1 | 0.12 | Extract / structure data into JSON or CSV |
| 1 | 0.05 | Answer a question with mini-research |
| 1 | 0.05 | Proofread and edit text |
| 1 | 0.07 | Short copy (bio, description, post) |
| 1 | 0.03 | Classify / tag items |
| 2 | 0.80 | Write a small code snippet or script |
| 2 | 1.50 | Analyze a dataset with pandas |
| 2 | 0.70 | Generate a chart / visualization |
| 3 | 2.50 | Expose a pay-per-call MCP tool |
| 3 | 3.50 | Produce a full structured report |
Prices are the live list at time of writing; the authoritative, always-current catalog is GET https://automan.amer-daniel.com/skills.
Connect over MCP
Point any MCP client (Claude Desktop, Cursor, or your own agent) at:
https://mcp.amer-daniel.com/mcpThe free automan_info tool describes the server; every skill tool runs a task and is x402-gated. See examples/claude_desktop_config.json.
Connect over HTTP
# Catalog (free)
curl https://automan.amer-daniel.com/skills
# Run a skill (returns HTTP 402 with an x402 challenge; retry signed to settle)
curl -X POST https://automan.amer-daniel.com/skill/resumen \
-H "Content-Type: application/json" \
-d '{"input": "long text to summarize ..."}'Full flow in examples/http.md.
Payment (x402)
Automan speaks the x402 protocol. A skill call returns HTTP 402 with a challenge in the PAYMENT-REQUIRED header (base64 JSON). The caller signs an EIP-3009 USDC transfer authorization off-chain and retries with a PAYMENT-SIGNATURE header; the server verifies, settles, and returns the result.
Networks: Base (
eip155:8453), Polygon (eip155:137)Asset: USDC
Treasury (receiving address):
0xcCbE6739D9dbA5cD104ec596eB7eB4E063dC4cc6
See mcp.json for a machine-readable manifest.
Status
Live and experimental. Feedback and integration questions welcome via issues.
License
The contents of this repository (documentation and manifest) are released under the MIT License. This license covers the docs/manifest only, not the hosted service.
This server cannot be deployed
Maintenance
Related MCP Connectors
Paid MCP tools behind one endpoint. Agents pay per call in USDC on Base via x402.
171Pay-per-action access to APIs and MCP tools over Lightning L402 and Base USDC x402.
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceEnables AI agents to pay for MCP tool calls using either Bitcoin/Lightning (L402) or USDC (x402) rails, with unified settlement and a 21% discount for Bitcoin payments.32 npmMIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to discover, call, and pay for existing HTTP APIs over MCP with x402 paywalls, non-custodial settlement, and no code changes to the backend.205 npm23Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to discover and pay for MCP tools on a sub-cent, pay-per-call basis using x402 and Algorand USDC settlements.4 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to access 11 paid x402 endpoints as standard MCP tools, paying per call in USDC on Base without API keys, covering chat, code, vision, embeddings, crypto prices, weather, geolocation, forex, and WHOIS data.-