{"name":"com.scrubmytext/tools","slug":"scrubmytext-tools","title":"ScrubMyText + Agent Infrastructure","description":"49 deterministic tools for text integrity, agent control, and contextual quality evidence.","url":"https://mcp.market/server/scrubmytext-tools","rating":null,"grade":"C","score":64,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:41:22.984Z","last_ok_at":"2026-09-24T06:41:22.984Z","latency_ms":81},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"7.5.0","remotes":[{"type":"streamable-http","url":"https://api.scrubmytext.com/mcp","headers":[{"description":"Optional Bearer smt_live_... subscription key, or smt_tmc_... free contributor key for TrustMyChoice evidence writes","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"anchor_context_trace","description":"Create or inspect an immutable provenance anchor from a context digest, parent digests, and processing stage. No context content is stored. Production; subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["anchor","check"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"context_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"parent_digests":{"type":"array","maxItems":20,"items":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"}},"stage":{"type":"string","minLength":1,"maxLength":80}},"required":["operation"],"additionalProperties":false}},{"name":"cancel_approval","description":"Paid: cancel a pending human approval request so its link can no longer approve the action.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"approval_id":{"type":"string","minLength":1,"maxLength":80}},"required":["approval_id"],"additionalProperties":false}},{"name":"check_action","description":"Use to inspect an idempotency key before or after an agent action. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","minLength":1,"maxLength":200}},"required":["key"],"additionalProperties":false}},{"name":"check_agent_readiness","description":"Deterministically check a supplied MCP server card against a narrow, published integration contract. The service does not fetch arbitrary URLs and does not certify security or correctness. Free or paid.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"server_card":{"type":"object"},"expected_version":{"type":"string","minLength":1,"maxLength":80},"required_tools":{"type":"array","maxItems":100,"items":{"type":"string","minLength":1,"maxLength":120}},"require_streamable_http":{"type":"boolean"}},"required":["server_card"],"additionalProperties":false}},{"name":"check_approval","description":"Paid: check whether a human approval request is pending, approved, rejected, expired, or cancelled.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"approval_id":{"type":"string","minLength":1,"maxLength":80}},"required":["approval_id"],"additionalProperties":false}},{"name":"compare_quality_targets","description":"Return contextual quality cards for two to ten exact targets in caller-provided order. It exposes evidence and uncertainty without producing a paid ranking or universal winner. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"targets":{"type":"array","minItems":2,"maxItems":10,"items":{"type":"object","properties":{"target_type":{"type":"string","enum":["mcp_server","rest_api"]},"provider_domain":{"type":"string","minLength":1,"maxLength":253},"canonical_endpoint":{"type":"string","minLength":8,"maxLength":2048},"version":{"type":"string","minLength":1,"maxLength":120},"interface_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"}},"required":["target_type","provider_domain","canonical_endpoint","version"],"additionalProperties":false}},"task_category":{"type":"string","minLength":1,"maxLength":120},"region":{"type":"string","minLength":2,"maxLength":40},"max_latency_ms":{"type":"integer","minimum":0,"maximum":86400000},"max_price_micros":{"type":"integer","minimum":0,"maximum":1000000000000},"minimum_evidence_class":{"type":"string","enum":["E0","E1"]}},"required":["targets","task_category"],"additionalProperties":false}},{"name":"compare_text","description":"Use to verify what changed between two text versions and whether differences are only scrub/format artifacts. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"original":{"type":"string","maxLength":1000000},"modified":{"type":"string","maxLength":1000000}},"required":["original","modified"],"additionalProperties":false}},{"name":"complete_action","description":"Paid: mark the current lock completed and preserve the idempotency record for its configured retention period.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","minLength":1,"maxLength":200},"lock_id":{"type":"string","minLength":1,"maxLength":80}},"required":["key","lock_id"],"additionalProperties":false}},{"name":"create_signal","description":"Use when an agent must wait for an external callback, webhook, job completion, or asynchronous event. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"label":{"type":"string","maxLength":120},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":604800},"max_events":{"type":"integer","minimum":1,"maximum":100}},"additionalProperties":false}},{"name":"delete_signal","description":"Paid: immediately delete a signal inbox and all stored event bodies.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"inbox_id":{"type":"string","minLength":1,"maxLength":80}},"required":["inbox_id"],"additionalProperties":false}},{"name":"detect_secrets","description":"Use before an agent logs, stores, or forwards text that may contain credentials. Finds likely API keys, private keys, JWTs, cloud credentials, and secret patterns without echoing values. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000}},"required":["text"],"additionalProperties":false}},{"name":"fingerprint_action","description":"Use before retryable work to derive a stable SHA-256 action fingerprint and idempotency key from an action name, optional scope, and JSON arguments. Object key order does not affect the result. Returns no input values and stores nothing. Free or paid.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"action":{"type":"string","minLength":1,"maxLength":120,"description":"Stable action name, such as send_invoice or create_ticket."},"arguments":{"type":"object","description":"JSON object containing every value that should define whether two action attempts are the same. Do not include passwords, API keys, or secret tokens."},"scope":{"type":"string","minLength":1,"maxLength":120,"description":"Optional namespace such as production or customer-42. Defaults to default."}},"required":["action","arguments"],"additionalProperties":false}},{"name":"get_quality_card","description":"Retrieve a public, contextual quality card for an exact MCP server or REST API version. Scores remain unavailable until at least three independent verified contributors submit structured observations. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"target_type":{"type":"string","enum":["mcp_server","rest_api"]},"provider_domain":{"type":"string","minLength":1,"maxLength":253},"canonical_endpoint":{"type":"string","minLength":8,"maxLength":2048},"version":{"type":"string","minLength":1,"maxLength":120},"interface_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"task_category":{"type":"string","minLength":1,"maxLength":120},"region":{"type":"string","minLength":2,"maxLength":40},"max_latency_ms":{"type":"integer","minimum":0,"maximum":86400000},"max_price_micros":{"type":"integer","minimum":0,"maximum":1000000000000},"minimum_evidence_class":{"type":"string","enum":["E0","E1"]}},"required":["target_type","provider_domain","canonical_endpoint","version","task_category"],"additionalProperties":false}},{"name":"get_signal_events","description":"Paid: retrieve events received by a temporary signal inbox in arrival order.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"inbox_id":{"type":"string","minLength":1,"maxLength":80},"limit":{"type":"integer","minimum":1,"maximum":100},"after_ms":{"type":"integer","minimum":0}},"required":["inbox_id"],"additionalProperties":false}},{"name":"inspect_text","description":"Inspect exact Unicode, invisible characters, normalization, and mixed-script anomalies. Free or paid.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000}},"required":["text"],"additionalProperties":false}},{"name":"list_quality_cards","description":"List exact service-version/task quality cards that have reached the public three-verified-contributor evidence threshold. Results are ordered by recent evidence, not quality, payment, or sponsorship. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"target_type":{"type":"string","enum":["mcp_server","rest_api"]},"task_category":{"type":"string","minLength":1,"maxLength":120},"limit":{"type":"integer","minimum":1,"maximum":50}},"additionalProperties":false}},{"name":"lock_action","description":"Use immediately before a consequential agent action to atomically claim an idempotency key so retries cannot execute it twice. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","minLength":1,"maxLength":200},"lock_ttl_seconds":{"type":"integer","minimum":30,"maximum":86400},"completion_ttl_seconds":{"type":"integer","minimum":3600,"maximum":31536000}},"required":["key"],"additionalProperties":false}},{"name":"lock_action_intent","description":"Use immediately before a consequential retryable action when no stable idempotency key exists. Deterministically fingerprints the action and arguments, atomically claims that key, and returns safe_to_execute. Repeat calls with equivalent object-key ordering return the same fingerprint and cannot acquire a second active lock. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"action":{"type":"string","minLength":1,"maxLength":120,"description":"Stable action name, such as send_invoice or create_ticket."},"arguments":{"type":"object","description":"JSON object containing every value that should define whether two action attempts are the same. Do not include passwords, API keys, or secret tokens."},"scope":{"type":"string","minLength":1,"maxLength":120,"description":"Optional namespace such as production or customer-42. Defaults to default."},"lock_ttl_seconds":{"type":"integer","minimum":30,"maximum":86400},"completion_ttl_seconds":{"type":"integer","minimum":3600,"maximum":31536000}},"required":["action","arguments"],"additionalProperties":false}},{"name":"manage_action_challenge","description":"Create, inspect, consume, or cancel a digest-bound cooling-off window. A bearer challenger can veto before the deadline; afterward the owner can atomically consume one execution right during a bounded window. This is exception handling, not affirmative consent or legal approval. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","check","consume","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"action_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"veto_window_seconds":{"type":"integer","minimum":60,"maximum":604800},"execution_window_seconds":{"type":"integer","minimum":60,"maximum":86400}},"required":["operation"],"additionalProperties":false}},{"name":"manage_action_compensation","description":"Bind a compensating-action digest before execution, record that the primary action executed, and atomically mark compensation once. Stores digests only and does not perform either action. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["bind","check","mark_executed","compensate","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"action_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"compensation_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":2592000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_action_quorum","description":"Create, inspect, consume, or cancel an N-of-M bearer authorization quorum. Each unique bearer can decide once; only a successful one-time consume grants an execution right. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","check","consume","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"action_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"required_votes":{"type":"integer","minimum":2,"maximum":10},"member_count":{"type":"integer","minimum":2,"maximum":20},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":604800}},"required":["operation"],"additionalProperties":false}},{"name":"manage_action_reconciliation","description":"Open, inspect, append digest-only evidence to, or resolve a discrepancy between expected and observed action outcomes. Production; subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["open","append","check","resolve"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"action_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"expected_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"observed_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"evidence_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"resolution":{"type":"string","enum":["reconciled","dismissed"]}},"required":["operation"],"additionalProperties":false}},{"name":"manage_agent_escalation","description":"Create, inspect, or cancel a digest-only incident with a private bearer operator link and deterministic response and resolution SLA state. Link delivery remains the caller’s responsibility. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","check","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"incident_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"severity":{"type":"string","enum":["low","medium","high","critical"]},"response_sla_seconds":{"type":"integer","minimum":60,"maximum":604800},"resolution_sla_seconds":{"type":"integer","minimum":300,"maximum":2592000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_agent_stop","description":"Set, inspect, or clear a durable stop signal for a hashed agent or workflow key. Callers should fail closed whenever stopped is true. Production; subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["stop","check","clear"]},"subject_key":{"type":"string","minLength":1,"maxLength":200},"reason_code":{"type":"string","enum":["operator","policy","incident","budget","maintenance","other"]}},"required":["operation","subject_key"],"additionalProperties":false}},{"name":"manage_attention_budget","description":"Create, inspect, reserve, release, or close a finite review-capacity pool with per-subject caps, retry-safe reservations, and protected priority capacity. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","reserve","check","release","close"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"total_units":{"type":"integer","minimum":1,"maximum":1000000},"max_units_per_subject":{"type":"integer","minimum":1,"maximum":1000000},"protected_priority_units":{"type":"integer","minimum":0,"maximum":1000000},"period_seconds":{"type":"integer","minimum":300,"maximum":2592000},"reservation_key":{"type":"string","minLength":1,"maxLength":160},"subject_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"units":{"type":"integer","minimum":1,"maximum":1000000},"priority":{"type":"string","enum":["standard","priority"]}},"required":["operation"],"additionalProperties":false}},{"name":"manage_authority_delegation","description":"Issue, consume, inspect, or revoke a narrow bearer capability bound to one action fingerprint and a maximum use count. This is a technical capability, not identity proof or a legal delegation. Production; subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["issue","use","check","revoke"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"token":{"type":"string","minLength":16,"maxLength":256},"action_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"max_uses":{"type":"integer","minimum":1,"maximum":10000},"expires_in_seconds":{"type":"integer","minimum":60,"maximum":2592000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_context_rights","description":"Issue, inspect, evaluate, or revoke a digest-bound machine-readable context-rights envelope. It is a technical policy signal, not legal advice or proof of ownership. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["issue","check","evaluate","revoke"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"context_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"policy_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"rights":{"type":"array","minItems":1,"maxItems":8,"uniqueItems":true,"items":{"type":"string","enum":["read","summarize","derive","redistribute","train","commercial"]}},"requested_right":{"type":"string","enum":["read","summarize","derive","redistribute","train","commercial"]},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":31536000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_context_status","description":"Publish, inspect, supersede, dispute, or revoke digest-only context status so downstream agents can stop using stale inputs. Stores no context body and does not invalidate copies outside this service. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["publish","check","supersede","dispute","revoke"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"context_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"successor_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"reason_code":{"type":"string","enum":["source_update","consent_withdrawn","error","policy","expiry","dispute","other"]},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":31536000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_disclosure_budget","description":"Create, inspect, record against, or close a cumulative disclosure budget with total, per-recipient, and per-category limits. Stores hashes and counters, not disclosed content or recipient identities. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","record","check","close"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"total_units":{"type":"integer","minimum":1,"maximum":1000000000},"per_recipient_limit":{"type":"integer","minimum":1,"maximum":1000000000},"per_category_limit":{"type":"integer","minimum":1,"maximum":1000000000},"period_seconds":{"type":"integer","minimum":300,"maximum":31536000},"event_key":{"type":"string","minLength":1,"maxLength":160},"recipient_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"category_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"units":{"type":"integer","minimum":1,"maximum":1000000000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_resource_lease","description":"Atomically acquire, inspect, or release a short-lived exclusive lease on a hashed resource key. Production; subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["acquire","check","release"]},"resource_key":{"type":"string","minLength":1,"maxLength":200},"lease_token":{"type":"string","minLength":16,"maxLength":256},"ttl_seconds":{"type":"integer","minimum":30,"maximum":86400}},"required":["operation","resource_key"],"additionalProperties":false}},{"name":"manage_task_contract","description":"Offer, accept, inspect, complete, or cancel a digest-bound technical task commitment. This records service state; it is not a legal contract, escrow, payment, or identity verification. Production.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["offer","accept","check","complete","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"token":{"type":"string","minLength":16,"maxLength":256},"task_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"terms_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"expires_in_seconds":{"type":"integer","minimum":60,"maximum":2592000}},"required":["operation"],"additionalProperties":false}},{"name":"manage_task_deadline","description":"Create, inspect, complete, or cancel a task deadline whose due and escalation state is derived from an independent server clock even when the agent is offline. Subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","check","complete","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"task_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"due_in_seconds":{"type":"integer","minimum":60,"maximum":2592000},"escalation_grace_seconds":{"type":"integer","minimum":0,"maximum":604800}},"required":["operation"],"additionalProperties":false}},{"name":"manage_task_handoff","description":"Create a bearer-token task handoff, let another paid API identity claim it exactly once, and inspect, complete, or cancel the transfer. Only task fingerprints are stored. Production.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["create","claim","check","complete","cancel"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"token":{"type":"string","minLength":16,"maxLength":256},"task_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"expires_in_seconds":{"type":"integer","minimum":60,"maximum":604800}},"required":["operation"],"additionalProperties":false}},{"name":"manage_terms_pin","description":"Pin, inspect, or revoke an immutable digest-bound record of observed terms, interface, version, and price. Stores bounded metadata and digests, not the terms body. This is technical evidence, not a legal agreement. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["pin","check","revoke"]},"control_id":{"type":"string","minLength":1,"maxLength":100},"terms_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"interface_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"counterparty_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"version_label":{"type":"string","minLength":1,"maxLength":80},"price_minor":{"type":"integer","minimum":0,"maximum":1000000000000},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":31536000}},"required":["operation"],"additionalProperties":false}},{"name":"match_policy_requirements","description":"Deterministically compare bounded provider capabilities with consumer-required and forbidden policy tokens. Processes supplied tokens without storing policy content and does not make legal or compliance conclusions. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"provider_capabilities":{"type":"array","minItems":1,"maxItems":64,"items":{"type":"string","minLength":1,"maxLength":80}},"consumer_required":{"type":"array","maxItems":64,"items":{"type":"string","minLength":1,"maxLength":80}},"consumer_forbidden":{"type":"array","maxItems":64,"items":{"type":"string","minLength":1,"maxLength":80}}},"required":["provider_capabilities","consumer_required","consumer_forbidden"],"additionalProperties":false}},{"name":"prepare_for_agent","description":"Use as the default preprocessing step before an AI agent consumes untrusted external text. Returns agent-ready text plus inspection, risk-scan, and secret-detection reports. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000},"mode":{"type":"string","enum":["standard","strict","unicode"]},"redact_sensitive":{"type":"boolean"}},"required":["text"],"additionalProperties":false}},{"name":"record_action_receipt","description":"Create or retrieve an immutable receipt digest for an action outcome without storing the action or outcome payload. Production; subscription API key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["record","check"]},"receipt_id":{"type":"string","minLength":1,"maxLength":100},"action_fingerprint":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"outcome_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"outcome_status":{"type":"string","enum":["succeeded","failed","partial"]}},"required":["operation"],"additionalProperties":false}},{"name":"record_quality_observation","description":"Submit an opt-in structured observation for an exact target and task. Receipt-linked observations are labeled E1; other observations are E0. Stores no prompt, response, credential, email, or free-form review. Free verified contributor or subscription key required.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"target_type":{"type":"string","enum":["mcp_server","rest_api"]},"provider_domain":{"type":"string","minLength":1,"maxLength":253},"canonical_endpoint":{"type":"string","minLength":8,"maxLength":2048},"version":{"type":"string","minLength":1,"maxLength":120},"interface_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"},"task_category":{"type":"string","minLength":1,"maxLength":120},"region":{"type":"string","minLength":2,"maxLength":40},"max_latency_ms":{"type":"integer","minimum":0,"maximum":86400000},"max_price_micros":{"type":"integer","minimum":0,"maximum":1000000000000},"minimum_evidence_class":{"type":"string","enum":["E0","E1"]},"observation_key":{"type":"string","minLength":1,"maxLength":160},"receipt_id":{"type":"string","minLength":1,"maxLength":100},"outcome_success":{"type":"boolean"},"reliability":{"type":"boolean"},"latency_ms":{"type":"integer","minimum":0,"maximum":86400000},"quoted_price_micros":{"type":"integer","minimum":0,"maximum":1000000000000},"final_price_micros":{"type":"integer","minimum":0,"maximum":1000000000000},"observed_at":{"type":"string","minLength":20,"maxLength":40}},"required":["target_type","provider_domain","canonical_endpoint","version","task_category","observation_key","outcome_success","reliability"],"additionalProperties":false}},{"name":"redact_sensitive_text","description":"Use before storing, sharing, logging, or sending text downstream when it may contain credentials or identifiers. Pattern-based redaction; trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000}},"required":["text"],"additionalProperties":false}},{"name":"release_action","description":"Paid: release an uncompleted action lock using its lock_id so another attempt can safely acquire it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","minLength":1,"maxLength":200},"lock_id":{"type":"string","minLength":1,"maxLength":80}},"required":["key","lock_id"],"additionalProperties":false}},{"name":"request_approval","description":"Use when an agent needs independent human approval before a consequential action. Creates a secure approval link. Subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","maxLength":2000},"expires_in_seconds":{"type":"integer","minimum":300,"maximum":604800}},"required":["title"],"additionalProperties":false}},{"name":"request_quality_correction","description":"Attach a digest-only correction or appeal request to a quality card. Requests are visible as unverified pending state and do not erase evidence or prove provider identity. Free verified contributor or subscription key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"card_id":{"type":"string","pattern":"^tmc_[a-f0-9]{40}$"},"request_key":{"type":"string","minLength":1,"maxLength":160},"request_kind":{"type":"string","enum":["correction","appeal"]},"reason_code":{"type":"string","enum":["inaccurate_target","outdated_version","methodology","evidence","error","other"]},"correction_digest":{"type":"string","pattern":"^(?:sha256:)?[a-f0-9]{64}$"}},"required":["card_id","request_key","request_kind","reason_code","correction_digest"],"additionalProperties":false}},{"name":"reserve_action_budget","description":"Atomically reserve integer units under a named, period-scoped ceiling. A reservation_key makes retries idempotent. The service stores hashes and counters, not purchase details. Production; subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"operation":{"type":"string","enum":["reserve","check"]},"budget_key":{"type":"string","minLength":1,"maxLength":160},"period_key":{"type":"string","minLength":1,"maxLength":80},"reservation_key":{"type":"string","minLength":1,"maxLength":160},"amount":{"type":"integer","minimum":1,"maximum":1000000000000},"limit":{"type":"integer","minimum":1,"maximum":1000000000000},"retention_seconds":{"type":"integer","minimum":3600,"maximum":31536000}},"required":["operation","budget_key","period_key"],"additionalProperties":false}},{"name":"rework_text","description":"Use when an agent needs a deterministic, no-LLM rewrite while preserving protected facts such as numbers, URLs, emails, and quotes. Returns change metrics and preservation checks; does not verify authorship or watermark status. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000},"mode":{"type":"string","enum":["light","standard","deep"]}},"required":["text"],"additionalProperties":false}},{"name":"sanitize_agent_context","description":"Use before putting untrusted retrieved or uploaded text into a model context. Normalizes structural artifacts, returns risk signals, and can redact sensitive patterns. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000},"mode":{"type":"string","enum":["standard","strict","unicode"]},"redact_sensitive":{"type":"boolean"}},"required":["text"],"additionalProperties":false}},{"name":"scan_untrusted_text","description":"Use before an agent ingests pasted, retrieved, uploaded, or externally supplied text. Returns structural and heuristic risk signals; it does not determine maliciousness or safety. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000}},"required":["text"],"additionalProperties":false}},{"name":"scrub_text","description":"Normalize hidden/control characters and formatting artifacts without rewriting wording. Free or paid.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","maxLength":1000000},"mode":{"type":"string","enum":["standard","strict","unicode"]}},"required":["text"],"additionalProperties":false}},{"name":"validate_output","description":"Use immediately before a downstream action when model output must be valid JSON or match a schema. Trial, subscription, or x402 pay-per-call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"output":{},"schema":{"type":"object"}},"required":["output"],"additionalProperties":false}},{"name":"verify_signed_signal","description":"Verify an HMAC-SHA256 signal, enforce timestamp freshness, and reject a replayed nonce. The message and shared secret are never stored. Production; subscription API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"type":"string","maxLength":100000},"shared_secret":{"type":"string","minLength":16,"maxLength":512},"signature":{"type":"string","pattern":"^[a-fA-F0-9]{64}$"},"timestamp":{"type":"integer","minimum":0},"nonce":{"type":"string","minLength":1,"maxLength":200},"max_age_seconds":{"type":"integer","minimum":30,"maximum":86400}},"required":["message","shared_secret","signature","timestamp","nonce"],"additionalProperties":false}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-22T21:29:48.695Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T21:29:48.695Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 470ms"]},"poisoning":{"score":15,"max":15,"notes":["49 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.scrubmytext.com/mcp","reachable":true,"authRequired":false,"latencyMs":470,"serverInfo":{"name":"com.scrubmytext/tools","version":"7.5.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://scrubmytext.com/assets/scrubmytext-sponge.png","source":"site","width":1254,"height":1254},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}