For agents

API & MCP

golova.wiki — the canonical registry of event/AV equipment. Programmatic access for the ecosystem's AI agents (riders, quotes, copilot) and external ones: ranked search, specs, amplification compatibility, kit metrics. Public read access (CORS *).

❋ MCP server

Streamable HTTP (JSON-RPC 2.0), a single endpoint. Connecting an AI client (Claude, etc.):

{
  "mcpServers": {
    "golova-wiki": { "url": "https://wiki.lab.golova.cloud/api/mcp" }
  }
}
Tool · arguments
search_equipment(query, section?, limit?)
Search ranked by relevance
get_item(code)
Card: specs, brand, section, amplification
find_compatible(code)
Compatible amplifiers/processors (or systems for the amplifier)
rig_metrics(codes[])
Total weight/power + amplifier shortfall

❋ REST API

Base URL: https://wiki.lab.golova.cloud/v1. JSON, CORS, no authorization (read).

GET/v1/search?q=&section=
Item search (ranked)
GET/v1/items/{code}
Item card by GW-XXXXXX code
GET/v1/export/bom?items=
Bill of materials (kit)
GET/v1/passport/{q}
Unit check by serial number/Golova ID
curl https://wiki.lab.golova.cloud/v1/search?q=K2

Embeddings (semantic search by specs) — planned. The registry is being built as the source of truth for the entire golova ecosystem: unified item codes (GW-XXXXXX), brands, compatibility, unit passports.