ICE Locator MCP Server (trose/ice-locator-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Warning
74/100

ICE Locator MCP Server

Enables searching for ICE detainee locations using AI-powered natural language queries, with support for bulk operations, multilingual searches, and legal report generation for families and legal representatives.

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

trose

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: SCRAPERAPI_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 13 credentials: TWOCAPTCHA_API_KEY, ANTICAPTCHA_API_KEY, CAPSOLVER_API_KEY, SCRAPERAPI_KEY, BRIGHTDATA_PASSWORD, SMARTPROXY_PASSWORD, NETNUT_PASSWORD, OXYLABS_PASSWORD, GOOGLE_API_KEY, PAGERDUTY_API_KEY, PAGERDUTY_SERVICE_KEY, EMAIL_PASSWORD, DD_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes5 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

search_detainee_by_name

Search for a detainee by name and personal information

search_detainee_by_alien_number

Search for a detainee by their alien registration number

smart_detainee_search

AI-powered search using natural language queries

bulk_search_detainees

Search multiple detainees simultaneously

generate_search_report

Generate comprehensive reports for legal or advocacy use

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configICE_LOCATOR_ANALYTICS_ENABLED
configICE_LOCATOR_MCPCAT_ENABLED
configICE_LOCATOR_MCPCAT_PROJECT_ID
configICE_LOCATOR_REDACTION_LEVEL
configICE_LOCATOR_IDENTIFY_USERS
configICE_LOCATOR_PROXY_ENABLED
🔐 secretTWOCAPTCHA_API_KEY
🔐 secretANTICAPTCHA_API_KEY
🔐 secretCAPSOLVER_API_KEY
🔐 secretSCRAPERAPI_KEY
configBRIGHTDATA_USERNAME
🔐 secretBRIGHTDATA_PASSWORD
configBRIGHTDATA_ZONE
configSMARTPROXY_USERNAME
🔐 secretSMARTPROXY_PASSWORD
configNETNUT_USERNAME
🔐 secretNETNUT_PASSWORD
configOXYLABS_USERNAME
🔐 secretOXYLABS_PASSWORD
configSQLITE_DATABASE_PATH
configICE_LOCATOR_PROXY_FILE
configICE_LOCATOR_ANALYTICS_LOCAL_ONLY
configICE_LOCATOR_PROXY_ROTATION_INTERVAL
configICE_LOCATOR_REQUESTS_PER_MINUTE
configICE_LOCATOR_TIMEOUT
configICE_LOCATOR_CACHE_ENABLED
configICE_LOCATOR_CACHE_TTL
configICE_LOCATOR_CACHE_DIR
configICE_LOCATOR_LOG_LEVEL
configICE_LOCATOR_LOG_DIR
configICE_LOCATOR_LOG_SENSITIVE_DATA
🔐 secretGOOGLE_API_KEY
configICE_LOCATOR_OS_MONITORING_ENABLED
configICE_LOCATOR_OS_MONITORING_INTERVAL
configICE_LOCATOR_PROCESS_MONITORING
configICE_LOCATOR_NETWORK_MONITORING
configICE_LOCATOR_DASHBOARD_ENABLED
configICE_LOCATOR_DASHBOARD_PORT
configICE_LOCATOR_DASHBOARD_HOST
configICE_LOCATOR_DASHBOARD_REFRESH
configICE_LOCATOR_DASHBOARD_SENSITIVE
configSLACK_WEBHOOK_URL
configSLACK_CHANNEL
🔐 secretPAGERDUTY_API_KEY
🔐 secretPAGERDUTY_SERVICE_KEY
configEMAIL_SMTP_HOST
configEMAIL_SMTP_PORT
configEMAIL_USERNAME
🔐 secretEMAIL_PASSWORD
configEMAIL_ALERT_TO
configICE_LOCATOR_ALERTING_ENABLED
configICE_LOCATOR_ALERT_COOLDOWN
configICE_LOCATOR_MONITORING_ENABLED
configICE_LOCATOR_PRIVACY_MODE
configICE_LOCATOR_DATA_RETENTION_DAYS
configICE_LOCATOR_EXPORT_LOGS
configICE_LOCATOR_TELEMETRY_ENABLED
configICE_LOCATOR_TELEMETRY_SAMPLING_RATE
configOTLP_ENDPOINT
configOTLP_HEADERS
🔐 secretDD_API_KEY
configDD_SITE
configDD_SERVICE
configDD_ENV
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deploySENTRY_DSN
deploySENTRY_ENVIRONMENT
deploySENTRY_TRACES_SAMPLE_RATE
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

10/10 tools missing one or more hints — search_detainee_by_name (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_detainee_by_alien_number (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); smart_detainee_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +7 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

5/10 tools referenced in tests (50%)

Write tests that reference each tool by name so every tool has at least one test.

Readable source code

1 file are minified or bundled, which is usually build output rather than concealment

Ship unminified, readable source.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/trose/ice-locator-mcp?variant=verified)](https://m8ven.ai/mcp/trose/ice-locator-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 6c6b838a482be61684b5ae3cff04b7d3b772d79b
code hash: 1243926b03d6f4d4bb3973a798d7c00e68bb55590b0f1448946e04c08e1f5e72
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client