eCommerce
theflyzapper.com
Provides product information, pricing, specifications, and guides for the PocketPip mosquito zapper.
ENDPOINT 1
https://theflyzapper.com/mcp
MCP server metadata
- Name
- pocketpip
- Version
- 0.1.0
Public tools for PocketPip, an Indian pocket mosquito zapper brand. Use `search_guides` to answer a mosquito question from PocketPip's guides, `get_product_specs` for technical and safety details, `get_pricing` for pack pricing, colours and delivery rules, `list_guides` to browse guides, and `get_store_info` for support, warranty and policy links.
Known tools 5
search_guidesSearch PocketPip's mosquito-protection guides and return the best-matching short answers, key takeaways and FAQ entries — use this to answer questions like 'how do I get a mosquito out of my car', 'do mosquito zappers work', 'is a zapper safe for babies' or 'dengue prevention at home'.
Inferred read-onlyget_product_specsFull technical specifications and safety facts for the PocketPip pocket mosquito zapper: dimensions, weight, battery, charging, mesh voltage and guard, what's in the box, warranty and best-use situations.
Inferred read-onlyget_pricingPublic pricing for the PocketPip pocket mosquito zapper: pack tiers, prices in INR, savings, available colours, delivery fee and free-shipping threshold.
Inferred read-onlylist_guidesList the published PocketPip guides (blog articles) about mosquito protection in India, with title, summary, category, read time and URL.
Inferred read-onlyget_store_infoPublic store details for PocketPip: the brand, legal entity, support contact, warranty summary, and links to shop, guides and policy pages.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pocketpip]
url = "https://theflyzapper.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pocketpip": {
"type": "http",
"url": "https://theflyzapper.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pocketpip
Remote MCP URL: https://theflyzapper.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pocketpip": {
"url": "https://theflyzapper.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pocketpip": {
"type": "http",
"url": "https://theflyzapper.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pocketpip",
"transport": "streamable-http",
"url": "https://theflyzapper.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.