Skip to content

Integration guide

Connect your agent

Fetch the MCP manifest, wire your agent, sign x402 payments on Base, and receive verified TSV facts per query.

Step 1

The Library List

Apps find Unison by opening /.well-known/mcp-configuration— a public list that shows every topic library, the search address, and how to pay. No human setup needed.

Get the List

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

Works with popular AI tool kits — OpenAI agents, Anthropic tools, LangChain, AutoGen, CrewAI, and others. Listed on Smithery and PulseMCP so other robots can find us too.