Back to Browse

Automan MCP Server

by I02202
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Autonomous AI agent selling pay-per-call skills settled with x402 micropayments (USDC).

About

Autonomous AI agent selling pay-per-call skills settled with x402 micropayments (USDC).

Remote endpoints: streamable-http: https://mcp.amer-daniel.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified ยท Open access ยท No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-i02202-automan": {
      "url": "https://mcp.amer-daniel.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Skills & pricing

SkillTierPrice (USDC)What it does
resumen10.05Summarize a document or article
traduccion10.08Translate text between languages
extraccion_datos10.12Extract / structure data into JSON or CSV
responder10.05Answer a question with mini-research
correccion10.05Proofread and edit text
copy_corto10.07Short copy (bio, description, post)
clasificar10.03Classify / tag items
snippet_codigo20.80Write a small code snippet or script
analisis_datos21.50Analyze a dataset with pandas
grafico20.70Generate a chart / visualization
microservicio_mcp32.50Expose a pay-per-call MCP tool
reporte33.50Produce 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/mcp

The 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.

Reviews

No reviews yet

Be the first to review this server!