# API for Chads

9 MCP tools for AI agents: real-time crypto prices (Chainlink + Binance), Polymarket CLOB orderbook data, AI-powered web research, and JS-rendered web scraping. Pay per request via x402 Solana microp…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add chadbot0x/apiforchads

# Browse available tools
npx -y @smithery/cli@latest tool list chadbot0x/apiforchads

# Get full schema for a tool
npx -y @smithery/cli@latest tool get chadbot0x/apiforchads get_crypto_price

# Call a tool
npx -y @smithery/cli@latest tool call chadbot0x/apiforchads get_crypto_price '{}'
```

## Direct MCP Connection

Endpoint: `https://apiforchads--chadbot0x.run.tools`

## Tools (9)

- `get_crypto_price` — Get real-time crypto price from Chainlink oracles + Binance.
- `get_prediction_market` — Get Polymarket CLOB best bid/ask for a prediction market.
- `quick_research` — Run a quick web-grounded research query (~20 seconds). Uses Gemini Flash with Google Search for fast, cited answers.
- `deep_research` — Run a deep research investigation (~5 minutes). Uses Gemini Deep Research Pro for comprehensive, multi-source cited rep…
- `render_webpage` — Render a web page with headless Chromium and extract content. Handles JavaScript-rendered pages that simple fetchers ca…
- `screenshot_webpage` — Capture a screenshot of a web page as PNG (base64 encoded).
- `extract_from_webpage` — Extract specific elements from a web page using CSS selectors.
- `webpage_to_pdf` — Convert a web page to PDF document (base64 encoded).
- `list_services` — List all available API for Chads services with pricing.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get chadbot0x/apiforchads <tool-name>
```
