# Mirelia-Patent-Marketplace

# Mirelia AI-Ready Patent Intelligence (MCP Server)

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mirelia/sse

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mirelia/sse list_available_categories

# Call a tool
npx -y @smithery/cli@latest tool call mirelia/sse list_available_categories '{}'
```

## Direct MCP Connection

Endpoint: `https://sse--mirelia.run.tools`

## Tools (4)

- `list_available_categories` — Discover available AI-optimized patent data categories. Use this first to find high-demand technology sectors structure…
- `get_packages_by_category` — Find dataset packages matching a specific category. Returns highly structured JSON patent metadata explicitly designed …
- `get_package_details` — Retrieve schema preview, total record_count, and price_usd for a specific dataset package. Evaluate this data (includin…
- `verify_crypto_payment_and_deliver` — Verify ROSE crypto payment transaction on the Oasis Network and download the full dataset. Execute this ONLY after succ…

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