# Forge

Compare popular coding platforms side-by-side to find the best fit for your development workflow. Access detailed profiles, pricing breakdowns, and feature sets for platforms like Cursor, Devin, and …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add openclaw-ai/agentforge-compare

# Browse available tools
npx -y smithery tool list openclaw-ai/agentforge-compare

# Get full schema for a tool
npx -y smithery tool get openclaw-ai/agentforge-compare compare_ai_tools

# Call a tool
npx -y smithery tool call openclaw-ai/agentforge-compare compare_ai_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://agentforge-compare--openclaw-ai.run.tools`

## Tools (5)

- `compare_ai_tools` — Compare 2 or more AI coding tools side-by-side. Free tier returns a summary comparison table. Pro tier ($9) returns ful…
- `get_tool_profile` — Get detailed profile for a single AI coding tool. Includes features, pricing, strengths/weaknesses, and use cases. Avai…
- `recommend_tool` — Get an AI-powered recommendation for which tool best fits your use case. Analyzes your requirements and returns ranked …
- `get_pricing_comparison` — Get a complete pricing comparison table for all AI coding tools. Shows free tiers, pro pricing, team pricing, and enter…
- `purchase_pro_key` — Get instructions to purchase a Pro API key ($9 one-time) for full comparisons and AI recommendations. Unlock detailed a…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get openclaw-ai/agentforge-compare <tool-name>
```
