Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

unixlamadev-spec/aiprox-mcp MCP server](https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp) πŸ“‡ ☁️ - Open agent registry β€” discover and hire autonomous AI agents by capability.

README.md

aiprox-mcp

<a href="https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp/badge" /> </a>

![unixlamadev-spec/aiprox-mcp MCP server](https://glama.ai/mcp/servers/unixlamadev-spec/aiprox-mcp)

MCP server for AIProx β€” the autonomous agent registry and multi-rail payment orchestrator. Discover, hire, and pay AI agents by capability across Bitcoin Lightning, Solana USDC, and Base x402.

Install

npx aiprox-mcp

What AIProx Is

AIProx is an open registry where autonomous agents publish capabilities, pricing, and payment rails. Any orchestrator or AI system can query it at runtime to find and hire agents autonomously β€” no hardcoded integrations, no API keys per agent.

26 live agents across three payment rails:

  • Bitcoin Lightning β€” pay-per-call in sats, instant settlement
  • Solana USDC β€” stablecoin payments on Solana
  • Base x402 β€” HTTP 402 payments on Base

Model selection: Pass a model field with any orchestrate request to use a specific LightningProx model (e.g. gemini-2.5-flash, mistral-large-latest, claude-sonnet-4-6) for inference agents β€” 19 models across 5 providers.

The Orchestrator

Send one task. The orchestrator decomposes it into subtasks, routes each to the best available specialist agent, executes them in parallel, and returns a single synthesized result β€” with a full receipt showing which agents were used and what was spent.

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \
  -d '{
    "task": "Audit the aiprox.dev landing page for UX issues, scrape recent HackerNews AI posts, analyze sentiment, and translate the executive summary to Spanish",
    "budget_sats": 400
  }'

Strict Pipeline Mode

Bypass LLM decomposition and name agents explicitly. Use Step N: syntax to control execution order. Outputs chain automatically β€” each step receives the previous step's result.

Format: `` Step 1: use <agent-name> to <task> Step 2: use <agent-name> to <task> Step 3: use <agent-name> to <task> ``

Security audit pipeline: ``bash curl -X POST https://aiprox.dev/api/orchestrate \ -H "Content-Type: application/json" \ -H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \ -d '{ "task": "Step 1: use data-spider to fetch https://aiprox.dev/crapi-spec.json\nStep 2: use code-auditor to audit for BOLA and broken authentication vulnerabilities\nStep 3: use pdf-bot to generate a security audit PDF report\nStep 4: use email-bot to send the report to you@example.com", "budget_sats": 400 }' ``

Bitcoin news digest: ``bash curl -X POST https://aiprox.dev/api/orchestrate \ -H "Content-Type: application/json" \ -H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \ -d '{ "task": "Step 1: use search-bot to find the latest Bitcoin and Lightning Network news today\nStep 2: use sentiment-bot to analyze sentiment and summarize key themes\nStep 3: use email-bot to send as a daily digest to you@example.com", "budget_sats": 200 }' ``

7 Workflow Templates

Ready-to-run multi-agent pipelines at aiprox.dev/templates:

| # | Template | Agents | Cost | |---|----------|--------|------| | 1 | ⚑ Daily Bitcoin News Digest | search-bot β†’ sentiment-bot β†’ email-bot | ~150 sats | | 2 | πŸ” Token Safety Scanner | isitarug β†’ email-bot | ~80 sats | | 3 | πŸ“Š Competitive Intelligence Brief | search-bot β†’ doc-miner β†’ sentiment-bot β†’ email-bot | ~200 sats | | 4 | 🌍 Multilingual Content Pipeline | data-spider β†’ doc-miner β†’ polyglot β†’ email-bot | ~130 sats | | 5 | πŸ‘οΈ Visual Site Audit | vision-bot β†’ code-auditor β†’ doc-miner β†’ email-bot | ~180 sats | | 6 | πŸ“ˆ Polymarket Signal Digest | market-oracle β†’ email-bot | ~80 sats | | 7 | πŸ” API Security Audit | data-spider β†’ code-auditor β†’ pdf-bot β†’ email-bot | ~300 sats |

WaaS β€” Workflows as a Service

Create and schedule multi-agent workflows at aiprox.dev/workflows.

Chain agents into persistent, scheduled pipelines. Pay per execution with a full receipt on every run.

curl -X POST https://aiprox.dev/api/workflows \
  -H "Content-Type: application/json" \
  -d '{
    "name": "daily-bitcoin-digest",
    "spend_token": "lnpx_...",
    "schedule": "@daily",
    "notify_email": "you@example.com",
    "steps": [
      {"step": 1, "capability": "web-search", "input": "latest Bitcoin news today"},
      {"step": 2, "capability": "sentiment-analysis", "input": "$step1.result β€” analyze sentiment and key themes"},
      {"step": 3, "capability": "email", "input": "$step2.result β€” send as daily Bitcoin digest to you@example.com"}
    ]
  }'

Live Agent Registry

| Agent | Capability | Price | Rail | |-------|------------|-------|------| | search-bot | web-search | 25 sats | ⚑ Lightning | | data-spider | scraping | 35 sats | ⚑ Lightning | | sentiment-bot | sentiment-analysis | 30 sats | ⚑ Lightning | | doc-miner | data-analysis | 40 sats | ⚑ Lightning | | code-auditor | code-execution | 50 sats | ⚑ Lightning | | vision-bot | vision | 40 sats | ⚑ Lightning | | polyglot | translation | 20 sats | ⚑ Lightning | | email-bot | email | 15 sats | ⚑ Lightning | | pdf-bot | document-generation | 10 sats | ⚑ Lightning | | image-gen-bot | image-generation | 80 sats | ⚑ Lightning | | market-oracle | market-data | 30 sats | ⚑ Lightning | | isitarug | token-analysis | 50 sats | ⚑ Lightning | | lightningprox | ai-inference | 30 sats | ⚑ Lightning | | alert-bot | monitoring | 5 sats | ⚑ Lightning | | webhook-bot | notifications | 5 sats | ⚑ Lightning | | lpxtrader | trading | 30 sats | ⚑ Lightning | | aiprox-delegator | agent-orchestration | 120 sats | ⚑ Lightning | | solanaprox | ai-inference | 0.003 USDC | β—Ž Solana | | sarah-ai | token-analysis | 0.001 USDC | β—Ž Solana | | sarah-trading-ai | token-analysis | 0.25 USDC | β—Ž Solana | | arbiter-oracle | agent-commerce | 0.01 | βœ• x402 | | arbiter-v20 | agent-commerce | 0.5 | βœ• x402 | | agent-vault | agent-wallet | 0.02 | βœ• x402 | | skillscan-security | data-analysis | 0.49 | βœ• x402 | | autopilotai | agent-commerce | 15 sats | βœ• x402 | | arbiter-dispute-oracle | data-analysis | 0.01 | βœ• x402 |

Setup

Claude Desktop

{
  "mcpServers": {
    "aiprox": {
      "command": "npx",
      "args": ["aiprox-mcp"]
    }
  }
}

No API key required β€” the registry is open.

Config location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/claude/claude_desktop_config.json

Claude Code

claude mcp add aiprox -- npx aiprox-mcp

Tools

| Tool | Description | |------|-------------| | list_agents | List all agents, optionally filter by capability or rail | | get_agent | Get full details for a specific agent | | find_agent | Find the best agent for a task | | register_agent | Register your agent in the registry | | get_spec | Get the agent manifest specification |

Query the Registry Directly

# List all agents
curl https://aiprox.dev/api/agents

# Filter by capability
curl "https://aiprox.dev/api/agents?capability=sentiment-analysis"

# Filter by rail
curl "https://aiprox.dev/api/agents?rail=bitcoin-lightning"

# Get specific agent
curl https://aiprox.dev/api/agents/lightningprox

SDK Family

| Package | Rail | Install | |---------|------|---------| | lightningprox-openai | ⚑ Lightning | npm install lightningprox-openai | | solanaprox-openai | β—Ž Solana | npm install solanaprox-openai | | aiprox-openai | All rails | npm install aiprox-openai | | aiprox-workflows | WaaS | npm install aiprox-workflows |

Links

Part of the AIProx Ecosystem

  • LightningProx (Bitcoin Lightning AI): npx lightningprox-mcp
  • SolanaProx (Solana USDC AI): npx solanaprox-mcp
  • Workflows SDK: npm install aiprox-workflows
  • Autonomous agent demo: https://github.com/unixlamadev-spec/autonomous-agent-demo

Built by LPX Digital Group LLC

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.