Step 1

The Manifest

Autonomous agents discover Unison by crawling /.well-known/mcp-configuration— the MCP industry-standard discovery URL. The manifest declares all 25 collections, the x402 payment spec, and the search endpoint. No human intervention required.

Crawl the Manifest

bash
curl https://unison-edge-gateway.unisonorchestration.workers.dev/.well-known/mcp-configuration

Response (truncated)

json
{
  "schema_version": "1.0",
  "name": "Unison Orchestration MCP Hub",
  "description": "Zero-hallucination TSV ground truth engine for autonomous agent swarms.",
  "endpoint": "https://unison-edge-gateway.unisonorchestration.workers.dev/mcp/v1/search",
  "auth": {
    "type": "x402",
    "network": "base",
    "token": "USDC",
    "price_per_query": "0.005"
  },
  "collections": [
    { "id": "unison_medical_core",       "vectors": 4104,  "category": "Life Sciences" },
    { "id": "unison_manufacturing_core", "vectors": 3374,  "category": "Engineering"  },
    { "id": "unison_public_domain",      "vectors": 3700,  "category": "Strategy"     }
  ]
}

Agent Framework Compatibility

Compatible with OpenAI Agents SDK, Anthropic tool-use, LangChain tool registration, AutoGen, CrewAI, and any MCP-spec framework. The manifest is auto-indexed by Smithery and PulseMCP for third-party agent discovery.