# Leeroopedia

Access detailed documentation and API references for machine learning frameworks to streamline development. Generate implementation plans, review code for correctness, and troubleshoot errors using v…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get leeroopedia/leeroopedia search_knowledge

# Call a tool
npx -y @smithery/cli@latest tool call leeroopedia/leeroopedia search_knowledge '{}'
```

## Direct MCP Connection

Endpoint: `https://leeroopedia--leeroopedia.run.tools`

**Required config:**
- `token` (query) — Leeroopedia API Key: https://app.leeroopedia.com

## Tools (8)

- `search_knowledge` — Search the knowledge base for framework documentation, API references, config formats, and best practices.
- `build_plan` — Get a structured implementation plan based on knowledge base documentation.
- `review_plan` — Review your implementation plan against knowledge base documentation before coding.
- `verify_code_math` — Verify code correctness against knowledge base documentation and reference implementations.
- `diagnose_failure` — Diagnose errors, failures, or unexpected behavior using knowledge base documentation.
- `propose_hypothesis` — Propose ranked approaches or solutions based on knowledge base documentation.
- `query_hyperparameter_priors` — Query documented configuration values, recommended ranges, and tuning heuristics.
- `get_page` — Retrieve the full content of a specific knowledge base page by its exact ID.

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