{
  "service": "IPNEX",
  "what": "Cited, confidence-stamped patent intelligence over US university TTO out-licensing.",
  "license": "Patent data: Google Patents (CC BY 4.0) + USPTO (public domain). Summaries are IPNEX-authored. TTO listing content is linked, not reproduced.",
  "endpoints": {
    "GET /": "the public landing page (HTML)",
    "GET /browse.html": "link-per-technology index",
    "GET /sitemap.xml": "every URL for crawlers",
    "GET /search": "?institution=&status=&keyword=&min_confidence=&limit=&licensable_from_institution= (each result carries an ownership signal)",
    "GET /tech/{docket}": "?as_of= -- one published technology (JSON)",
    "GET /tech/{docket}.html": "the SEO page",
    "GET /tech/{docket}/schema.json": "schema.org JSON-LD",
    "GET /llms.txt": "AI-first corpus index",
    "POST /mcp": "MCP JSON-RPC 2.0 (tools: search_licensable_ip, get_technology)"
  },
  "mcp": {
    "endpoint": "POST /mcp",
    "protocol": "JSON-RPC 2.0 (MCP 2024-11-05)",
    "tools": [
      "search_licensable_ip",
      "get_technology"
    ],
    "example_call": {
      "jsonrpc": "2.0",
      "id": 1,
      "method": "tools/call",
      "params": {
        "name": "search_licensable_ip",
        "arguments": {
          "institution": "Wisconsin",
          "status": "Active"
        }
      }
    }
  }
}