All apps
Hover to scroll
Hover to scrollPick a query and a location, get back a clean dataset of Google Maps places: name, category, rating, reviews, address, phone, website, and opening hours — with optional contact-detail enrichment (emails and social links).
- 2 Ounie credits per place (3 with contact enrichment), charged only for places actually returned (unused reserves refund automatically)
- Web dashboard, REST API, and a native MCP server for Cursor, Claude, and ChatGPT
- AI agents without an account pay per call in USDC on Base via x402
For agents
Works with Claude, ChatGPT, and any MCP client. One server, every app: paste the gateway config and the agent can discover and run Google Maps leads — and the rest of the store — through ounie_list_apps → ounie_describe_app → ounie_invoke_app.
{
"mcpServers": {
"ounie": {
"url": "https://mcp.ounie.com"
}
}
}Scoped endpoint — just this app. Point a client here when the agent should only ever see Google Maps leads's tools:
{
"mcpServers": {
"google-maps": {
"url": "https://google-maps.ounie.com/api/mcp"
}
}
}To spend your Ounie credits on the scoped endpoint, append your app key to the URL as ?api_key=… — the header-less form clients like the Ounie AI Team need.
Credits used
| Place scrape | 2 credits per call |
| Place scrape with contact enrichment | 3 credits per call |