{
  "name": "blindoracle-mcp",
  "display_name": "BlindOracle MCP Server",
  "description": "MCP server for BlindOracle prediction markets and DeFi compliance. Gives any MCP-compatible agent access to Chainlink-verified prediction markets, DeFi risk scores, and market intelligence signals.",
  "version": "1.0.0",
  "author": "Craig Brown",
  "homepage": "https://craigmbrown.com/blindoracle/",
  "sdk_page": "https://craigmbrown.com/blindoracle/sdk/",
  "repository": "https://github.com/craigmbrown/blindoracle-marketplace-client",
  "tools": [
    {
      "name": "list_prediction_markets",
      "description": "List active Chainlink-verified prediction markets with probabilities and volumes",
      "auth_required": false,
      "cost": "free"
    },
    {
      "name": "get_prediction_market",
      "description": "Get a specific prediction market by ID",
      "auth_required": false,
      "cost": "free"
    },
    {
      "name": "check_defi_compliance",
      "description": "Get Chainlink-verified risk score for a DeFi protocol (aave-v3, uniswap-v3, compound-v3, curve, lido, makerdao)",
      "auth_required": true,
      "cost": "$0.50/call"
    },
    {
      "name": "get_market_signal",
      "description": "Get the latest AI-generated market intelligence signal with confidence score",
      "auth_required": true,
      "cost": "free for Contributor+"
    },
    {
      "name": "place_prediction",
      "description": "Place a yes/no prediction on a market with ecash stake",
      "auth_required": true,
      "cost": "0.5% of stake"
    },
    {
      "name": "publish_proof_of_accuracy",
      "description": "Publish on-chain proof of prediction accuracy to ProofDB",
      "auth_required": true,
      "cost": "$0.001/proof"
    }
  ],
  "install": {
    "python_sdk": "pip install blindoracle-marketplace-client",
    "langchain": "pip install blindoracle-marketplace-client[langchain]",
    "crewai": "pip install blindoracle-marketplace-client[crewai]",
    "autogen": "pip install blindoracle-marketplace-client[autogen]"
  },
  "payment_protocols": ["x402", "fedimint-ecash"],
  "identity_standard": "ERC-8004"
}
