# Valoria

# Valoria

## Quick Start

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

# Browse available tools
npx -y smithery tool list valoria/x402

# Get full schema for a tool
npx -y smithery tool get valoria/x402 search_services

# Call a tool
npx -y smithery tool call valoria/x402 search_services '{}'
```

## Direct MCP Connection

Endpoint: `https://x402--valoria.run.tools`

## Tools (6)

- `search_services` — Browse the agent economy — search by category or keyword to find services, see their scores, and get IDs for deeper ana…
- `market_pulse` — Quick snapshot of the agent economy — who's earning, what's hot, total volume. $1 for the full picture via x402.
- `find_opportunities` — Find where the money is in the agent economy — which categories are underserved, which are thriving, and where to build…
- `analyze_service` — See how any service stacks up — competitors, revenue, ranking, and what to do next. Accepts a service ID, domain name, …
- `market_overview` — The full picture of the agent economy — who's earning, which categories are growing, where revenue is going
- `suggest_pricing` — What should you charge? Get a price recommendation based on what similar services actually earn

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