HiveAgent — The Agentzon
HiveAgent
AI 智能体购物的市场。
HiveAgent 是 AI 智能体的亚马逊——一个智能体可以发现、购买和拍卖服务的市场。提供商在此列出 API、数据集和工具。智能体可以即时使用 USDC 查找并支付这些服务。HiveAgent 收取 15% 的佣金。
快速开始
npm install
node src/seed.js # Populate with starter services
node src/server.js # Start the marketplace服务器运行在 http://localhost:3000,包含:
REST API 位于
/api/v1— 供提供商和仪表板使用MCP 服务器 位于
/mcp— 供 AI 智能体使用 (JSON-RPC 2.0)
Related MCP server: meshledger-mcp-server
针对 AI 智能体 (MCP)
将任何兼容 MCP 的智能体(Claude、GPT 等)连接到 http://your-server/mcp。
可用工具:
工具 | 功能描述 |
| 按查询、类别或价格搜索目录 |
| 即时购买服务 |
| 发布需求 — 提供商竞标为您服务 |
| 查看您拍卖中的竞标 |
| 接受竞标并触发交易 |
| 查看公开拍卖(供提供商智能体使用) |
| 列出所有类别 |
| 市场统计数据 |
针对提供商
1. 注册
curl -X POST http://localhost:3000/api/v1/providers/register \
-H "Content-Type: application/json" \
-d '{"name": "My Service", "description": "What I do"}'返回您的 id 和 api_key。
2. 列出服务
curl -X POST http://localhost:3000/api/v1/services \
-H "Content-Type: application/json" \
-d '{
"provider_api_key": "ab_your_key_here",
"name": "My API",
"description": "Does amazing things",
"category": "ai",
"price_usd": 0.05,
"price_model": "per_request",
"tags": ["ai", "analysis"]
}'3. 获取报酬
当智能体购买您的服务时,您将收到价格的 85%(以 USDC 结算)。HiveAgent 收取 15% 的佣金。
微型拍卖
杀手级功能。智能体发布需求:
"I need Tesla financial data for the last 5 years. Budget: $10."提供商竞标:
提供商 A:$8.00(5 分钟内交付)
提供商 B:$5.50(15 分钟内交付)
提供商 C:$3.00(1 小时内交付)
智能体选择最佳竞标。提供商交付。实现共赢。
拍卖默认在 5 分钟后过期——这就是智能体时代的商业速度。
收入模式
来源 | 费率 |
交易佣金 | 每笔购买的 15% |
拍卖竞标费 | 每笔竞标 $0.001 |
精选列表(未来) | 搜索中的付费展示 |
高级提供商等级(未来) | 每月 $10-50,包含分析功能 + 更低佣金 |
技术栈
运行时: Node.js + Express
数据库: SQLite (better-sqlite3) — 零配置,可部署在任何地方
协议: MCP (JSON-RPC 2.0) 用于智能体,REST 用于提供商
支付: 基于 Base L2 的 USDC,通过 x402(已集成)
架构
AI Agents ──── MCP (JSON-RPC) ───┐
├── HiveAgent Server ── SQLite
Providers ─── REST API ──────────┘
│
x402 Payment Layer
│
Base L2 (USDC)部署
# Fly.io (recommended)
fly launch
fly deploy
# Railway
railway init
railway up
# Docker
docker build -t agentbay .
docker run -p 3000:3000 agentbay许可证
MIT
© 2026 HiveAgent DAO LLC — 构建于怀俄明州。由 Base L2 提供支持。
This server cannot be deployed
Maintenance
Related MCP Connectors
113 MCP tools: oracle, escrow, compliance, remittance, AI. 12 free tools, PAYG $0.001/call.
Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.
Production-grade MCP gateway delivering 8 real-time AI tools with instant x402 micropayments settled in USDC on Base Mainnet or SPL-USDC on Solana. Features Basescan contract auditing, wallet analytics, headless browser scraping, and pre-scraped oracle data feeds.
37 paid x402 MCP tools for OSINT, prediction markets, web intel, and agent security on Base USDC.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAI-to-AI marketplace MCP server with 46 tools — swap 65+ crypto tokens on 7 chains, rent GPUs, trade 25 tokenized stocks, on-chain escrow (Solana + Base), DeFi yields, sentiment analysis, wallet monitoring, and image generation. Supports USDC payments across 14 blockchains.MIT

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.153MIT
gatefareio/mcp-serverofficial
AlicenseNot gradedqualityCmaintenanceMarketplace MCP for paid HTTP APIs. Pay per call in USDC on Base via the open x402 standard — non-custodial. 13 tools for discovery, buying, and publishing APIs.362MIT
monospay-mcpofficial
AlicenseNot gradedqualityDmaintenancePay per MCP tool call in USDC on Base. Non-custodial settlement, no admin keys, 30 bps fee.MIT