# StackSherpa

Compare API providers based on real-time pricing, performance benchmarks, and known issues. Evaluate detailed project profiles and past decision data to make informed architectural choices. Identify …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list astein91/stacksherpa-remote

# Get full schema for a tool
npx -y @smithery/cli@latest tool get astein91/stacksherpa-remote get_providers

# Call a tool
npx -y @smithery/cli@latest tool call astein91/stacksherpa-remote get_providers '{}'
```

## Direct MCP Connection

Endpoint: `https://stacksherpa-remote--astein91.run.tools`

## Tools (3)

- `get_providers` — Get all providers for a category with pricing, issues, benchmarks, plus the project profile and past decisions. Returns…
- `get_provider` — Get detailed information about a specific provider, including pricing, known issues, and benchmarks.
- `list_categories` — List all available API categories with provider counts.

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