# settlegrid-discovery

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list settlegrid/settlegrid-discovery

# Get full schema for a tool
npx -y @smithery/cli@latest tool get settlegrid/settlegrid-discovery search_tools

# Call a tool
npx -y @smithery/cli@latest tool call settlegrid/settlegrid-discovery search_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://settlegrid-discovery--settlegrid.run.tools`

## Tools (6)

- `search_tools` — Search the SettleGrid marketplace for AI tools by keyword, category, price, or rating. Returns tool names, slugs, descr…
- `get_tool` — Retrieve full details for a specific tool by its slug, including description, pricing breakdown, developer info, recent…
- `list_categories` — List all available tool categories on the SettleGrid marketplace with the number of tools in each. Use this to understa…
- `get_developer` — Get a developer's public profile, bio, reputation score, and their published tools on SettleGrid. Useful for evaluating…
- `call_tool` — Invoke any tool on the SettleGrid marketplace by its slug. Pass arguments as a JSON object. Free showcase tools work wi…
- `list_marketplace_tools` — Browse the most popular tools on the SettleGrid marketplace with pricing and availability info. Each result includes co…

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