Provides access to structured business data, verified listings, and pricing information for Paddle, allowing for side-by-side comparisons with other services through the Qwery index.
Enables AI agents to retrieve verified business listings, structured pricing, and detailed comparison data for Stripe via the Qwery search engine.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Qwery MCP ServerFind me a CRM under $50/month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 businesses with filters (query, category, pricing, country) |
| Get full details for a specific business |
| Compare multiple businesses side by side |
| List all 112 categories across 10 domains |
| Get 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 startExample 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
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.