@qwikyo/mcp
v1.0.0
Published
Connect Claude and other AI agents to Qwikyo — India's home services & task marketplace
Maintainers
Readme
@qwikyo/mcp
Connect Claude and other AI agents to Qwikyo — India's home services, task marketplace, and professional hiring platform.
One-command setup
npx @qwikyo/mcpAutomatically adds Qwikyo to Claude Desktop and Claude Code. Then authenticate at claude.ai/settings → Integrations and you're done.
What you can do
Once connected, ask Claude things like:
- "Search for electricians in Hyderabad"
- "Post a task: fix leaking tap, budget ₹500, Mumbai"
- "What tasks can I complete near me today?"
- "Find me a tutor for JEE prep in Bangalore"
- "Book a driver to Hyderabad airport tomorrow"
- "List my active tasks on Qwikyo"
Manual setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"qwikyo": {
"url": "https://mcp.qwikyo.com/mcp",
"transport": "http"
}
}
}Claude Code
claude mcp add qwikyo --transport http https://mcp.qwikyo.com/mcpClaude.ai web
Settings → Integrations → Add → enter mcp.qwikyo.com
Available tools
| Tool | Auth required | Description |
|------|---------------|-------------|
| search_tasks | No | Search tasks by keyword/city |
| get_task_details | No | Full task info |
| get_nearby_tasks | No | Tasks near a lat/lng |
| search_marketplace | No | Browse buy/sell/rent listings |
| find_professionals | No | Find tutors, chefs, photographers etc. |
| get_driver_fare_estimate | No | Fare for a driver trip |
| create_task | Yes | Post a new task |
| submit_quote | Yes | Bid on a task |
| get_my_tasks | Yes | Your task list |
| book_driver | Yes | Book a driver |
| book_professional | Yes | Book a professional |
| create_listing | Yes | Post a marketplace listing |
Links
- Platform: qwikyo.com
- MCP server: mcp.qwikyo.com
- Docs: qwikyo.com/mcp
- Support: [email protected]
License
MIT — built by Agentic Base Pvt Ltd
