# Models Plus

Discover and compare models and providers with up-to-date pricing, limits, modalities, and capabilities. Search and filter by features like reasoning, tool calling, and context length, then fetch det…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list Vivek-k3/modelsplus

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Vivek-k3/modelsplus search_models

# Call a tool
npx -y @smithery/cli@latest tool call Vivek-k3/modelsplus search_models '{}'
```

## Direct MCP Connection

Endpoint: `https://modelsplus--vivek-k3.run.tools`

**Optional config:**
- `debug` (query) — Enable debug logging
- `apiTimeout` (query) — API request timeout in milliseconds

## Tools (4)

- `search_models` — Search for AI models by name, provider, or capabilities
- `get_model` — Get detailed information about a specific AI model
- `search_providers` — Search for AI model providers by name or environment variables
- `get_provider` — Get detailed information about a specific AI model provider

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

## Resources

- `info://modelsplus-api` — Information about the ModelsPlus API and data sources

---

Source: https://github.com/Vivek-k3/modelsplus/tree/main/./packages/mcp
