# Ragora

Search across all your knowledge bases to retrieve relevant information instantly from connected documentation. Discover specific collections and perform targeted queries to get precise answers for a…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get velarynai/ragora discover_collections

# Call a tool
npx -y @smithery/cli@latest tool call velarynai/ragora discover_collections '{}'
```

## Direct MCP Connection

Endpoint: `https://ragora--velarynai.run.tools`

**Required config:**
- `x-ragora-api-key` (header) — Your Ragora API key (starts with sk_live_). Get one at https://ragora.app/settings?tab=developer

## Tools (4)

- `discover_collections` — Discover all knowledge bases you have access to.
- `search` — Search across ALL your knowledge bases at once.
- `search_collection` — Search a specific knowledge base by name.
- `check_balance` — Check your current credit balance.

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

## Resources

- `ragora://collections` — List all accessible knowledge base collections with descriptions, stats, and usage hints.

## Prompts (3)

- `search_collection_prompt` (collection_name, query) — Structured search prompt for querying a specific knowledge base by name.
- `summarize_collection` (collection_name) — Summarize what a knowledge base contains.
- `compare_sources` (collection_names, question) — Compare information across multiple knowledge bases.
