{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_6kvgz4e8wqa6","handle":"iflow-mcp-nearby-search-mcp","url":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp","links":{"self":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp/record.json","html":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp","markdown":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-nearby-search-mcp","status":"https://wellknown.network/api/v1/agents/iflow-mcp-nearby-search-mcp/status","claim":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-nearby-search-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-nearby-search-mcp/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-nearby-search-mcp/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-nearby-search-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_nearby-search-mcp","summary":"An MCP server for nearby place searches with IP-based location detection.","description":"# NearbySearch MCP Server\n\nAn MCP server for nearby place searches with IP-based location detection.\n\n![GitHub License](https://img.shields.io/github/license/kukapay/nearby-search-mcp) \n![GitHub Last Commit](https://img.shields.io/github/last-commit/kukapay/nearby-search-mcp) \n![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)\n\n## Features\n\n- **IP-based Location Detection**: Uses ipapi.co to determine your current location\n- **Google Places Integration**: Searches for nearby places based on keywords and optional type filters\n- **Simple Interface**: Single tool endpoint with customizable radius\n\n## Requirements\n\n- Python 3.10+\n- Google Cloud Platform API Key with Places API enabled\n- Internet connection\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/kukapay/nearby-search-mcp.git\ncd nearby-search-mcp\n```\n\n2. Install dependencies:\n```bash\n# Using uv (recommended)\nuv add \"mcp[cli]\" httpx python-dotenv\n\n# Or using pip\npip install mcp httpx python-dotenv\n```\n\n3. Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"nearby-search\": {\n      \"command\": \"uv\",\n      \"args\": [\"--directory\", \"path/to/nearby-search-mcp\", \"run\", \"main.py\"],\n      \"env\": {\n        \"GOOGLE_API_KEY\": \"your google api key\"\n      }\n    }\n  }\n}\n````\n\n## Usage\n\n### Running the Server\n\n- **Development Mode** (with MCP Inspector):\n```bash\nmcp dev main.py\n```\n\n- **Install in Claude Desktop**:\n```bash\nmcp install main.py --name \"NearbySearch\"\n```\n\n- **Direct Execution**:\n```bash\npython main.py\n```\n\n### Available Endpoints\n\n**Tool: `search_nearby`**\n - Searches for places near your current location\n - Parameters:\n   - `keyword` (str): What to search for (e.g., \"coffee shop\")\n   - `radius` (int, optional): Search radius in meters (default: 1500)\n   - `type` (str, optional): Place type (e.g., \"restaurant\", \"cafe\")\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_nearby-search-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"infra.cloud","name":"Cloud Platforms","confidence":0.917,"provenance":"derived"}],"categories":["dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_nearby-search-mcp","registry":"pypi","observedAt":"2026-09-15T19:23:21.657Z","publishedAt":"2025-11-07T07:26:46.446869Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_nearby-search-mcp","url":"https://pypi.org/project/iflow-mcp_nearby-search-mcp/","firstSeenAt":"2026-09-09T20:24:28.665Z","fetchedAt":"2026-09-15T19:22:03.905Z","normalizedAt":"2026-09-15T19:22:03.905Z"}]},"firstSeenAt":"2026-09-09T20:24:28.665Z","updatedAt":"2026-09-15T19:23:21.657Z"}