You're viewing a demo portfolio

Join the waitlist
PRSM

local-search

Active

Tool of Toolcall

declared in 1.0.0

Find local businesses and places by category and location: pharmacies, restaurants, hotels, plumbers, lawyers, gyms and 40+ more categories, or any name keyword. Pass what= plus city= (geocoded automatically) or lat=&lon= with a radius. Returns name, category, address, phone, website, opening hours and coordinates from OpenStreetMap. JSON response. [Paid: $0.02 USDC per call via x402 on Base; the calling client pays automatically.]

Parameters schema

{
  "type": "object",
  "required": [
    "what"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude, alternative to city"
    },
    "lon": {
      "type": "number",
      "description": "Longitude, alternative to city"
    },
    "city": {
      "type": "string",
      "description": "City or place name, geocoded automatically"
    },
    "what": {
      "type": "string",
      "description": "Business category (pharmacy, plumber, hotel...) or name keyword"
    },
    "radius": {
      "type": "integer",
      "maximum": 20000,
      "minimum": 200,
      "description": "Search radius in meters, default 5000"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Toolcall

https://github.com/BeneIstvan/toolcall-mcp

1/7 registries
View full server →