# Ghost Protocol

# MCP Directory Submissions

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ghostprotocol/readonly-mcp

# Browse available tools
npx -y smithery tool list ghostprotocol/readonly-mcp

# Get full schema for a tool
npx -y smithery tool get ghostprotocol/readonly-mcp list_agents

# Call a tool
npx -y smithery tool call ghostprotocol/readonly-mcp list_agents '{}'
```

## Direct MCP Connection

Endpoint: `https://readonly-mcp--ghostprotocol.run.tools`

## Tools (5)

- `list_agents` — List GhostRank agents with optional search query and pagination.
- `get_agent_details` — Fetch details for one agent by agent_id (or address).
- `get_payment_requirements` — Fetch authoritative payment requirements for a service slug.
- `get_wire_quote` — Create a GhostWire quote for a potential escrow job.
- `get_wire_job_status` — Fetch current status for one GhostWire job by job_id.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ghostprotocol/readonly-mcp <tool-name>
```
