loading…
Search for a command to run...
loading…
A search engine for AI agents that enables searching, comparing, and discovering over 500 businesses across 112 categories with structured pricing data. It allo
A search engine for AI agents that enables searching, comparing, and discovering over 500 businesses across 112 categories with structured pricing data. It allows users to filter listings by price, category, and country to find and analyze specific business services.
The search engine for AI agents — now available as an MCP server.
Search, compare, and discover 500+ businesses across 112 categories. Structured pricing, verified listings, edge-fast responses.
| Tool | Description |
|---|---|
search |
Search businesses with filters (query, category, pricing, country) |
get_listing |
Get full details for a specific business |
compare |
Compare multiple businesses side by side |
categories |
List all 112 categories across 10 domains |
stats |
Get index statistics |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"qwery": {
"command": "npx",
"args": ["-y", "qwery-mcp-server"]
}
}
}
git clone https://github.com/kingroyalabstergo-agent/qwery-mcp
cd qwery-mcp
npm install
npm run build
npm start
"Find me a CRM under $50/month"
→ search({ query: "CRM", max_price: 50 })
"Compare Stripe vs Paddle vs LemonSqueezy"
→ compare({ slugs: ["stripe", "paddle", "lemonsqueezy"] })
"What hosting platforms have free tiers?"
→ search({ category: "developer-tools/hosting", max_price: 0 })
Powered by api.qwery.world — edge-deployed on Cloudflare Workers with sub-50ms response times globally.
MIT — qwery.world
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"qwery-mcp-server": {
"command": "npx",
"args": []
}
}
}