# Exa AI Search Server

Enable AI assistants to perform real-time web searches, academic paper searches, company research, and more using the Exa AI Search API. Access comprehensive and up-to-date information from multiple …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list delty-inc/delty-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get delty-inc/delty-mcp-server get_delty_projects

# Call a tool
npx -y @smithery/cli@latest tool call delty-inc/delty-mcp-server get_delty_projects '{}'
```

## Tools (2)

- `get_delty_projects` — Get the list of projects from Delty.
- `get_delty_project_documents` — Get the all the documents of a project from Delty. The projectId is the id of the project you want to get the documents…

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

---

Source: https://github.com/delty-inc/delty-mcp-server | License: MIT
