# priceapi_mcp

## Quick Start

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

# Browse available tools
npx -y smithery tool list asmaaziry19/priceapi_mcp

# Get full schema for a tool
npx -y smithery tool get asmaaziry19/priceapi_mcp debug_env_vars

# Call a tool
npx -y smithery tool call asmaaziry19/priceapi_mcp debug_env_vars '{}'
```

## Direct MCP Connection

Endpoint: `https://priceapi_mcp--asmaaziry19.run.tools`

## Tools (6)

- `debug_env_vars` — Debug tool to check environment variables and current token status.
- `get_status_of_job` — Get the status of a job from the PriceAPI service.
- `get_job_results` — Get the results of a finished PriceAPI job to be processed by the user.
- `create_job` — Create a new PriceAPI job for data collection.
- `list_jobs` — List all jobs for the current API token.
- `wait_for_job_completion` — Wait for a job to complete and return results.

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