{
  "name": "YESNO Terminal",
  "description": "Prediction market intelligence MCP server for Polymarket. 16 tools covering market data, order books, whale tracking, AI analysis, trading signals, news, geopolitical risk, Elon tweet analytics, weather context, and foresight scenarios. 10 free tools, 6 paid tools (1-5 credits each, 1 credit = $0.01).",
  "url": "https://yesno.events",
  "version": "1.0.0",
  "protocol_version": "2024-11-05",
  "provider": {
    "name": "Exhuman",
    "url": "https://yesno.events",
    "contactEmail": "balthus.delarola@gmail.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "skills": [
    {
      "id": "yesno.get_markets",
      "name": "Get Markets",
      "description": "List active Polymarket prediction markets with prices, volume, liquidity, and metadata. Supports filtering by sector and sorting.",
      "tags": ["markets", "polymarket", "discovery"],
      "credits": 0
    },
    {
      "id": "yesno.get_order_book",
      "name": "Get Order Book",
      "description": "Fetch full order book depth for a specific market -- bids, asks, spread, liquidity, and cost-to-move analysis.",
      "tags": ["order-book", "depth", "liquidity"],
      "credits": 0
    },
    {
      "id": "yesno.get_whale_trades",
      "name": "Get Whale Trades",
      "description": "Track large trades ($250+) across all Polymarket markets in real time. Filter by side and minimum size.",
      "tags": ["whales", "flow", "large-trades"],
      "credits": 0
    },
    {
      "id": "yesno.get_leaderboard",
      "name": "Get Leaderboard",
      "description": "Top Polymarket traders ranked by PnL with sector tags and trade counts.",
      "tags": ["leaderboard", "traders", "rankings"],
      "credits": 0
    },
    {
      "id": "yesno.get_holders",
      "name": "Get Holders",
      "description": "Top YES and NO token holders for a specific market with position sizes and conviction metrics.",
      "tags": ["holders", "positions", "conviction"],
      "credits": 0
    },
    {
      "id": "yesno.get_price_history",
      "name": "Get Price History",
      "description": "Historical price data for a market over configurable time windows (1d, 1w, 1mo).",
      "tags": ["price", "history", "charts"],
      "credits": 0
    },
    {
      "id": "yesno.get_order_books_batch",
      "name": "Get Order Books Batch",
      "description": "Fetch order books for multiple markets in a single request. Returns spread and liquidity for each.",
      "tags": ["order-book", "batch", "depth"],
      "credits": 0
    },
    {
      "id": "yesno.get_tweet_count",
      "name": "Get Tweet Count",
      "description": "Elon Musk tweet counts for current and historical bracket periods, with posting heatmaps and moving averages.",
      "tags": ["elon", "tweets", "analytics"],
      "credits": 0
    },
    {
      "id": "yesno.get_weather_context",
      "name": "Get Weather Context",
      "description": "Weather and climate data relevant to active weather prediction markets on Polymarket.",
      "tags": ["weather", "climate", "context"],
      "credits": 0
    },
    {
      "id": "yesno.get_account_balance",
      "name": "Get Account Balance",
      "description": "Check API credit balance and usage stats for the authenticated account.",
      "tags": ["account", "balance", "credits"],
      "credits": 0
    },
    {
      "id": "yesno.get_market_analysis",
      "name": "Get Market Analysis",
      "description": "AI-powered market analysis at 3 tiers (Scout, Analyst, Strategist) with verdict, confidence, key factors, and risk assessment.",
      "tags": ["analysis", "ai", "verdict"],
      "credits": 5
    },
    {
      "id": "yesno.get_market_signals",
      "name": "Get Market Signals",
      "description": "9 enriched signal categories: momentum, whale flow, smart money, holder conviction, volume profile, order book pressure, sector correlation, event proximity, and social sentiment.",
      "tags": ["signals", "enriched", "intelligence"],
      "credits": 1
    },
    {
      "id": "yesno.get_news",
      "name": "Get News",
      "description": "Latest news articles relevant to a specific prediction market, sourced via web search with relevance scoring.",
      "tags": ["news", "intel", "research"],
      "credits": 1
    },
    {
      "id": "yesno.get_foresight_scenarios",
      "name": "Get Foresight Scenarios",
      "description": "AI-generated scenario analysis for prediction markets -- bull case, bear case, base case with probability estimates.",
      "tags": ["foresight", "scenarios", "forecasting"],
      "credits": 1
    },
    {
      "id": "yesno.get_warpeace_gpr",
      "name": "Get War/Peace GPR",
      "description": "Geopolitical risk index and conflict probability data relevant to geopolitical prediction markets.",
      "tags": ["geopolitics", "risk", "warpeace"],
      "credits": 1
    },
    {
      "id": "yesno.get_elon_mood",
      "name": "Get Elon Mood",
      "description": "AI mood classification of recent Elon Musk tweets with sentiment distribution, brand correlation (Tesla/SpaceX/xAI/DOGE), and posting velocity analysis.",
      "tags": ["elon", "mood", "sentiment"],
      "credits": 1
    }
  ],
  "authentication": {
    "schemes": ["bearer"],
    "description": "Free tools require no authentication. Paid tools require a Bearer token with a ynk_ prefix API key. Get your key at https://yesno.events/account"
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "discovery": {
    "llms_txt": "/llms.txt",
    "openapi": "/openapi.json",
    "mcp_endpoint": "/api/mcp"
  },
  "categories": ["prediction-markets", "market-intelligence", "trading-signals"]
}
