# Toolrank

# ToolRank MCP Server

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list imhiroki/toolrank

# Get full schema for a tool
npx -y @smithery/cli@latest tool get imhiroki/toolrank toolrank_score

# Call a tool
npx -y @smithery/cli@latest tool call imhiroki/toolrank toolrank_score '{}'
```

## Direct MCP Connection

Endpoint: `https://toolrank--imhiroki.run.tools`

## Tools (2)

- `toolrank_score` — Analyzes MCP tool definitions and returns a ToolRank Score (0-100) measuring agent-readiness. Evaluates four dimensions…
- `toolrank_suggest` — Generates specific improvement suggestions for MCP tool definitions to increase their ToolRank Score. Use this when you…

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