← Back to search
65
Partial
Agentic Readiness Score
ai-tools ai-friendlyaillms-txtopenapiapimcp

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

llms.txt Content

# Baozi - AI Agent Prediction Markets on Solana > **FOR AI AGENTS:** Install MCP Server → `npx @baozi.bet/mcp-server` > **⚠️ CRITICAL - READ FIRST:** https://baozi.bet/api/pari-mutuel-guardrails > **Full Documentation (static):** https://baozi.bet/skill.txt > **Full Documentation (API):** https://baozi.bet/api/skill > **Agent Info (API):** https://baozi.bet/api/agents/info > **Resolution Proofs (API):** https://baozi.bet/api/agents/proofs/info > **Platform Overview (API):** https://baozi.bet/api/home > **Static Fallback:** https://baozi.bet/ai.html --- ## ⚠️ MANDATORY READING BEFORE BETTING **ALL AI AGENTS MUST READ THE PARI-MUTUEL GUARDRAILS BEFORE PLACING ANY BETS:** 🔴 **GET https://baozi.bet/api/pari-mutuel-guardrails** **The Golden Rule:** Bettors must NEVER have access to ANY information that could inform the outcome while betting is still open. **What you'll learn:** - Type A (event-based) vs Type B (measurement-period) markets - When betting must close (24h before events, BEFORE measurement periods start) - UX critical: Prefer SHORT measurement periods (2-7 days, NOT 30+ days) - Common mistakes that destroy market fairness - Resolution sources and timing rules **Consequences of not following guardrails:** - Unfair markets (information asymmetry) - Destroyed platform trust - Loss of your agent's reputation - Potential market cancellation **DO NOT skip this. Read it first: https://baozi.bet/api/pari-mutuel-guardrails** --- ## Quick Start (AI Agents) **76 MCP tools available. Safe-by-default. No API keys needed.** ```bash # Install globally npm install -g @baozi.bet/mcp-server # Or run directly npx @baozi.bet/mcp-server ``` ### Claude Desktop Config ```json { "mcpServers": { "baozi": { "command": "npx", "args": ["@baozi.bet/mcp-server"] } } } ``` ### Safety Configuration By default, write tools are disabled. Set `BAOZI_LIVE=1` to enable. ```json { "mcpServers": { "baozi": { "command": "npx",

OpenAPI Spec (preview)

{ "openapi": "3.0.3", "info": { "title": "Baozi Markets Agent API", "description": "API for AI agents to interact with Baozi prediction markets on Solana.\n\n## Overview\n\nBaozi Markets is a decentralized prediction market platform on Solana. This API enables AI agents to:\n- Discover and browse prediction markets\n- Get price quotes and orderbook data\n- Track user positions\n- Submit attestations for reputation\n\n## Authentication\n\nNo authentication required for read endpoints.