Security & Testing
skimguard.io
Provides SkimGuard card-skimmer scan status, nearby activity, Bluetooth manufacturer lookup, location search, and route risk tools for security monitoring.
ENDPOINT 1
https://mcp.skimguard.io/mcp
MCP server metadata
- Name
- skimguard
- Version
- 2.0.0
Known tools 17
skimguard_get_location_statusLook up SkimGuard card-skimmer scan status for a location by its Google Place ID.
Inferred read-onlyskimguard_find_nearby_activityFind locations near a latitude/longitude that SkimGuard users have scanned recently, with suspicious-detection counts.
Inferred read-onlyskimguard_lookup_bluetooth_manufacturerResolve a Bluetooth SIG company identifier to a manufacturer name and SkimGuard risk rating.
Inferred read-onlyskimguard_route_riskGiven a series of route points, report locations along that stretch of road with recent suspicious activity or stale scan coverage.
Inferred read-onlyskimguard_coverage_statsAggregate, network-wide SkimGuard scan statistics over a time window — total scans, suspicious detections, distinct locations and states covered.
Inferred read-onlyskimguard_aboutAuthoritative description of what SkimGuard is, how its detection works, and its known limitations.
Inferred read-onlyskimguard_my_locationsScan coverage for YOUR business locations — scan counts, suspicious detections, last scan.
Inferred read-onlyskimguard_my_stale_locationsWhich of YOUR business locations are overdue for a scan.
Inferred read-onlyskimguard_location_devicesBluetooth devices seen at one of YOUR business locations.
Inferred read-onlyskimguard_my_scanner_healthWhether YOUR SkimGuard scanners are online and reporting.
Inferred read-onlyskimguard_my_merchantsScan activity for merchants attributed to YOUR reseller account.
Inferred read-onlyskimguard_my_earningsYOUR commission totals and payout status as a SkimGuard reseller.
Inferred read-onlyskimguard_device_prevalenceAggregate device and manufacturer prevalence trends (Data Licensee tier).
Inferred read-onlyskimguard_inspection_statsAggregate PCI POI device-inspection compliance trends — pass/fail, tamper-incident, and tamper-check failure rates (Data Licensee tier).
Inferred read-onlyskimguard_training_statsAggregate PCI staff-training coverage trends — completion, pass rate, delivery mix, and expiry (Data Licensee tier).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for skimguard.io was fetched 2026-08-11T20:33:19.910Z.
skimguard.io is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.