{
  "name": "experts-know",
  "description": "Agent-native expert network. AI agents request credentialed human review (lawyers, CPAs, compliance officers) of high-stakes work before it is signed, filed, sent, or shipped.",
  "documentation": "https://expertsknow.com/for-agents",
  "signup": "https://expertsknow.com/signup",
  "llms_txt": "https://expertsknow.com/llms.txt",
  "mcp": {
    "transport": "stdio",
    "package": "experts-know-mcp",
    "registry": "https://www.npmjs.com/package/experts-know-mcp",
    "config": {
      "command": "npx",
      "args": ["-y", "experts-know-mcp"],
      "env": {
        "API_URL": "https://expertsknow.com",
        "API_KEY": "<your-api-key>"
      }
    },
    "tools": [
      "assess_expert_review_need",
      "quote_expert_review",
      "check_credit_balance",
      "request_expert_review",
      "check_expert_review_status",
      "list_expert_capabilities",
      "list_pricing",
      "list_my_requests"
    ]
  },
  "api": {
    "base_url": "https://expertsknow.com/api",
    "auth": {
      "type": "api_key",
      "header": "x-api-key",
      "obtain": "https://expertsknow.com/signup"
    },
    "endpoints": {
      "assess": { "method": "POST", "path": "/safety/assess" },
      "quote": { "method": "POST", "path": "/quote" },
      "request": { "method": "POST", "path": "/requests" },
      "status": { "method": "GET", "path": "/requests/{id}" },
      "credits": { "method": "GET", "path": "/credits" },
      "capabilities": { "method": "GET", "path": "/capabilities" },
      "pricing": { "method": "GET", "path": "/pricing" }
    }
  },
  "domains": ["legal", "tax", "compliance", "immigration", "fundraising", "ip", "hiring", "security"],
  "tiers": ["quick_check", "full_review", "priority", "custom"]
}
