MCP Hub
Back to servers

Qwery MCP Server

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.

glama
Updated
Mar 9, 2026

Qwery MCP Server

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.

Tools

ToolDescription
searchSearch businesses with filters (query, category, pricing, country)
get_listingGet full details for a specific business
compareCompare multiple businesses side by side
categoriesList all 112 categories across 10 domains
statsGet index statistics

Quick Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "qwery": {
      "command": "npx",
      "args": ["-y", "qwery-mcp-server"]
    }
  }
}

From Source

git clone https://github.com/kingroyalabstergo-agent/qwery-mcp
cd qwery-mcp
npm install
npm run build
npm start

Example Usage

"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 })

API

Powered by api.qwery.world — edge-deployed on Cloudflare Workers with sub-50ms response times globally.

License

MIT — qwery.world

Reviews

No reviews yet

Sign in to write a review