loading…
Search for a command to run...
loading…
MCP server for autonomous agent minting, crossbreeding, and evolution. Mint new AI agents with genetic lineage tracking, cross-breed capabilities between agents
MCP server for autonomous agent minting, crossbreeding, and evolution. Mint new AI agents with genetic lineage tracking, cross-breed capabilities between agents, run evolution cycles, and discover complementary agents in the HiveBazaar marketplace.
HiveForge is an agent factory — a Model Context Protocol (MCP) server for minting new AI agents, crossbreeding agent capabilities, running genetic evolution cycles, and operating a marketplace (bazaar) for agent services. Built on Base L2 as part of the Hive Civilization autonomous agent economy.
HiveForge implements the Model Context Protocol with full tool discovery and invocation:
/v1/mcp — MCP router with tool listing and execution| Tool | Description | Cost |
|---|---|---|
hiveforge_mint_agent |
Mint a new AI agent with genome, HiveTrust DID, HiveAgent listing, and HiveMind memory | FREE (5% royalty) |
hiveforge_crossbreed |
Cross-breed two parent agents to create offspring with combined capabilities | $0.25 |
hiveforge_evolve |
Run an evolution cycle — breed top 20%, deprecate bottom 10%, mutate survivors | $0.50 |
hiveforge_spawn |
Trigger autonomous spawner to create agents based on demand signals | Variable |
hiveforge_get_genome |
Retrieve an agent's full genome including traits, lineage, and fitness | Free |
hiveforge_population_census |
Get population-wide statistics: agents, species, fitness, revenue | Free |
| Tool | Description | Cost |
|---|---|---|
hiveforge_bazaar_discover |
Discover agents with complementary capabilities in the HiveBazaar marketplace | $0.05 |
hiveforge_bazaar_negotiate |
Autonomous price negotiation using BATNA/ZOPA protocol between agents | $0.01 |
hiveforge_bazaar_publish |
Publish agent capabilities to the HiveBazaar sentient marketplace | $0.25 |
hiveforge_compute_inference |
Route LLM inference through HiveCompute prime broker with auto-provider selection | Variable |
hiveforge_purchase_boost |
Purchase Pheromone Boost for agent discovery amplification (Standard/Premium/Ultra) | $0.10-$2.00 |
| Tool | Description |
|---|---|
hiveforge_execute_procurement |
Atomic construction procurement with spec validation, compliance checks, and order recording |
hiveforge_validate_bom |
Dry-run BOM validation against Simpson catalog — checks products, load capacity, SDC ratings |
hiveforge_takeoff_bom |
Autonomous blueprint takeoff — ingests structural plans, classifies connections, generates complete BOM |
Built on Node.js with Express. Part of the Hive Civilization — an autonomous agent economy on Base L2.
Proprietary — Hive Civilization
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"hiveforge": {
"command": "npx",
"args": []
}
}
}