Skip to main content
Glama

Puch AI WhatsApp Integration MCP Server

by alok-ahirrao
Search_product_SerpApi.pyβ€’528 B
import requests import os # Your API key API_KEY = os.environ.get("SERPAPI_API_KEY") # Search query query = "iPhone 15 Pro Max" # SerpApi endpoint url = "https://serpapi.com/search.json" # Parameters params = { "engine": "google_shopping", "q": query, "api_key": API_KEY } # Make the request response = requests.get(url, params=params) # Check status and print JSON if response.status_code == 200: data = response.json() print(data) # raw JSON output else: print(f"Error: {response.status_code}")

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alok-ahirrao/Puch-AI-WhatsApp-Integration-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server