INDIVIDUAL MCP TOOL
skimguard_find_nearby_activity
Find locations near a latitude/longitude that SkimGuard users have scanned recently, with suspicious-detection counts.
LIVE ENDPOINT
https://mcp.skimguard.io/mcp
Connect to this endpoint to inspect the live schema for skimguard_find_nearby_activity and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.skimguard]
url = "https://mcp.skimguard.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skimguard": {
"type": "http",
"url": "https://mcp.skimguard.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skimguard
Remote MCP URL: https://mcp.skimguard.io/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": {
"skimguard": {
"url": "https://mcp.skimguard.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skimguard": {
"type": "http",
"url": "https://mcp.skimguard.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skimguard",
"transport": "streamable-http",
"url": "https://mcp.skimguard.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
skimguard_get_location_status— Look up SkimGuard card-skimmer scan status for a location by its Google Place ID.skimguard_lookup_bluetooth_manufacturer— Resolve a Bluetooth SIG company identifier to a manufacturer name and SkimGuard risk rating.skimguard_search_locations— Find a location by NAME or address (e.skimguard_route_risk— Given a series of route points, report locations along that stretch of road with recent suspicious activity or stale scan coverage.skimguard_coverage_stats— Aggregate, network-wide SkimGuard scan statistics over a time window — total scans, suspicious detections, distinct locations and states covered.skimguard_about— Authoritative description of what SkimGuard is, how its detection works, and its known limitations.skimguard_my_locations— Scan coverage for YOUR business locations — scan counts, suspicious detections, last scan.skimguard_my_stale_locations— Which of YOUR business locations are overdue for a scan.