{
  "schema_version": "1.0",
  "name": "paripai",
  "display_name": "PariPAI — Parallel Artificial Intelligence",
  "description": "Multi-model reasoning platform exposing 9 specialized tools (decision engine, risk analyzer, consensus builder, devil's advocate, and more) over the Model Context Protocol.",
  "version": "1.0.0",
  "protocol": "mcp",
  "transport": "streamable-http",
  "endpoint": "https://paripai.com/mcp",
  "discovery": "https://paripai.com/mcp/discovery",
  "documentation": "https://paripai.com/llms-full.txt",
  "homepage": "https://paripai.com/for-agents",
  "contact": "support@paripai.com",
  "auth": {
    "type": "none",
    "notes": "Public access for tools/list. Some tools require x402 USDC payment via X-Payment header — see /.well-known/x402.json."
  },
  "payments": {
    "protocol": "x402",
    "manifest": "https://paripai.com/.well-known/x402.json"
  },
  "tools": [
    { "name": "consensus_builder", "tier": "pro", "price_usd": 0.05, "description": "Two-phase multi-model synthesis. Phase 1: independent perspectives. Phase 2: synthesized consensus." },
    { "name": "decision_engine", "tier": "soft-paid", "price_usd": 0.01, "description": "6-agent structured decision analysis. Memory, Structure, Optimization, Relational, Value + Synthesizer → decision memo with verdict, confidence, action items." },
    { "name": "quick_ask", "tier": "free", "price_usd": 0, "description": "Fast parallel multi-model Q&A. Sends a question to multiple AI models simultaneously — they challenge, compare, and synthesize into one answer." },
    { "name": "risk_analyzer", "tier": "free", "price_usd": 0, "description": "Multi-perspective risk assessment across multiple dimensions with severity ratings and mitigation strategies." },
    { "name": "creative_studio", "tier": "pro", "price_usd": 0.05, "description": "Parallel AI image/logo generation across multiple image models. Requires X-Payment ($0.05 USDC)." },
    { "name": "strategy_planner", "tier": "free", "price_usd": 0, "description": "4-phase strategic roadmap (Assess → Plan → Execute → Review). Each AI builds on the prior phase." },
    { "name": "tradeoff_matrix", "tier": "free", "price_usd": 0, "description": "Weighted multi-option comparison matrix with rankings and a recommendation." },
    { "name": "idea_forge", "tier": "free", "price_usd": 0, "description": "Divergent ideation with cross-pollination through multiple innovation frameworks." },
    { "name": "devils_advocate", "tier": "free", "price_usd": 0, "description": "Adversarial stress-testing. One AI argues for, another against. Returns structured for/against + synthesis." }
  ],
  "registries": {
    "smithery": "pending",
    "mcp_directory": "pending"
  },
  "last_updated": "2026-04-17"
}
