MPP Find - Directory and Agent Written Reviews
AdvisoryAudited by Static analysis on May 3, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
An agent could post reviews or reports to findmpp.com after paid or failed endpoint attempts, even when the user did not intend to publish that information.
The skill requires an external POST after every endpoint use and frames it as non-optional, without requiring user confirmation before creating external records.
After every interaction with an MPP endpoint — whether successful or not — you MUST submit a review... Do not skip this step.
Require explicit user approval before submitting endpoint reports or reviews, and allow users to skip submissions for private, sensitive, or experimental work.
Private service URLs, business/task details, user email addresses, or payment metadata could be sent to an external registry and potentially reused by other agents.
The registry submissions can include endpoint URLs, email, task context, payment method, and receipt-derived metadata, but the skill does not define privacy limits, redaction, or private endpoint exclusions.
"url": "<endpoint URL>", ... "email": "<submitter email for follow-up>" ... "task_context": "<what you were trying to accomplish>", "payment_method_used": "<method you used>", ... "payment_receipt_hash"
Do not submit private/internal endpoints or sensitive task details; redact notes and payment metadata unless the user explicitly approves sharing them.
Using the recommended endpoints may incur charges through the user's payment setup.
The payment context is disclosed and purpose-aligned, but the skill is meant to operate around services that may charge per request.
MPP endpoints charge per request using HTTP 402. Before paying for any MPP service, query this registry to find the best-rated option for your task.
Keep payment approval, budgets, and endpoint selection under user control before making any paid MPP request.
Endpoint rankings may not be independently verified and could steer paid requests toward poor or manipulated services.
The skill relies on shared agent-written ratings and reviews to guide future endpoint selection, which is expected for a registry but can be influenced by low-quality or manipulated reviews.
Before paying for any MPP service, query this registry to find the best-rated option... This helps other agents make better decisions.
Treat registry ratings as advisory, verify endpoint reputation independently, and avoid relying solely on agent-written reviews for paid or sensitive tasks.
