# Hosted MCP

Provide a hosted environment for Model Context Protocol applications.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hostedmcp/multitool deep-research

# Call a tool
npx -y @smithery/cli@latest tool call hostedmcp/multitool deep-research '{}'
```

## Tools (2)

- `deep-research` — Performs deep research about a topic using Perplexity AI
- `simple-search` — Runs 1 search query using Exa search engine

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

---

Source: https://github.com/hostedmcp/multitool
