# Ophir

Discover service providers across any category, negotiate pricing automatically, and secure the best quotes with binding SLA terms. Monitor active agreements for compliance and resolve disputes with …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ophir-protocol/ophir

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ophir-protocol/ophir ophir_discover

# Call a tool
npx -y @smithery/cli@latest tool call ophir-protocol/ophir ophir_discover '{}'
```

## Direct MCP Connection

Endpoint: `https://ophir--ophir-protocol.run.tools`

## Tools (7)

- `ophir_discover` — Use when you need to find AI service providers. Returns a list of available providers with their models, pricing, and c…
- `ophir_negotiate` — Use when you want to get the best deal on AI inference. Automatically discovers providers, collects quotes, and accepts…
- `ophir_accept_quote` — Use when you have received multiple quotes from ophir_negotiate and want to accept a specific one instead of the auto-s…
- `ophir_check_agreement` — Use when you need to check the status of an existing agreement. Returns pricing, SLA terms, escrow status, and complian…
- `ophir_list_agreements` — Use when you need to see all available service categories and their known sellers. Returns a summary of service categor…
- `ophir_dispute` — Use when a service provider is not meeting SLA terms and you need to file a dispute or check compliance. Requires an ac…
- `ophir_health` — Use to verify the Ophir MCP server is running and connected. Returns the server version, configured registry URL, numbe…

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