# ratings

Independent quality ratings for MPP services on Tempo. Query scores, get AI-powered recommendations, and browse the full ecosystem directory — all backed by real paid API test data.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mpprimo/ratings

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mpprimo/ratings get_ratings

# Call a tool
npx -y @smithery/cli@latest tool call mpprimo/ratings get_ratings '{}'
```

## Direct MCP Connection

Endpoint: `https://ratings--mpprimo.run.tools`

## Tools (3)

- `get_ratings` — Get quality ratings for MPP services on Tempo. Returns scored services sorted by quality.
- `recommend_service` — Get AI-powered service recommendations for a specific task.
- `list_services` — List all known MPP services in the ecosystem, including unrated ones.

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