Skip to main content
Glama

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

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

Related MCP server: agent101-mcp

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Search and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.
    1
    -
  • A
    license
    A
    quality
    A
    maintenance
    Give your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.
    8
    119 npm
    4
    MIT