# AI Research Assistant

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ai-research/Airesearchass

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ai-research/Airesearchass papers-search-basic

# Call a tool
npx -y @smithery/cli@latest tool call ai-research/Airesearchass papers-search-basic '{}'
```

## Direct MCP Connection

Endpoint: `https://airesearchass--ai-research.run.tools`

## Tools (12)

- `papers-search-basic` — Search for academic papers with a simple query.
- `paper-search-advanced` — Search for academic papers with advanced filtering options
- `search-paper-title` — Find a paper by closest title match
- `get-paper-abstract` — Get detailed information about a specific paper including its abstract
- `papers-citations` — Get papers that cite a specific paper
- `papers-references` — Get papers cited by a specific paper
- `authors-search` — Search for authors by name or affiliation
- `authors-papers` — Get papers written by a specific author
- `papers-batch` — Look up multiple papers by their IDs
- `search-arxiv` — Search for papers on arXiv using their API
- `download-full-paper-arxiv` — Download full-text PDF of an arXiv paper and extract text content (memory only)
- `analysis-citation-network` — Analyze the citation network for a specific paper

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