P
plith
15 endpointsliveAI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence. (MCP server ai.plith/plith, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for plith.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| dedupq check /dedupq_check | Before executing any LLM task, check if an identical or semantically similar task has already been completed. Returns cached result on hit, saving one LLM call. | $0.0020 per call | unknown |
| dedupq complete /dedupq_complete | After executing a task, store the result so future identical or similar tasks return a cache hit via dedupq_check. Costs 2 credits. | $0.0020 per call | unknown |
| burnrate estimate /burnrate_estimate | Before executing a multi-step agent plan, estimate the total LLM cost. Returns per-step breakdown and optimization suggestions. If the estimate exceeds your bud | $0.0020 per call | unknown |
| burnrate track /burnrate_track | Log the actual cost of an LLM call after execution. Call this after every LLM request to build calibration data that improves burnrate_estimate accuracy over ti | $0.0020 per call | unknown |
| burnrate optimize /burnrate_optimize | Get a cheaper equivalent plan by substituting models with lower-cost alternatives. Call after burnrate_estimate if the estimated cost exceeds your budget. Retur | $0.0020 per call | unknown |
| burnrate budget /burnrate_budget | Get today's tracked LLM spend, per-model breakdown, projection, and budget alerts. Free — no credits charged. | $0.0020 per call | unknown |
| qualitygate validate /qualitygate_validate | After your agent generates output, validate it against your rules before shipping. Runs deterministic checks (regex, JSON schema, syntax) plus optional LLM-powe | $0.0020 per call | unknown |
| guardrail check /guardrail_check | Evaluate a proposed agent action against your governance policies. Returns allow or deny with the matched policy reason. Requires at least one active policy cre | $0.0020 per call | unknown |
| guardrail create policy /guardrail_create_policy | Create a persistent governance policy that guardrail_check evaluates on every subsequent call. Define rules using and/or/not operators over action types, resour | $0.0020 per call | unknown |
| pitfalldb query /pitfalldb_query | Check for known failure patterns before executing a task type. Returns pitfalls with severity, fix suggestions, and confidence scores. After your agent runs, su | $0.0020 per call | unknown |
| pitfalldb report /pitfalldb_report | Report an agent failure. PII-scrubbed before storage. Linked to existing pitfalls if similar. Free — no credits charged. | $0.0020 per call | unknown |
| rigor plan /rigor_plan | Before executing a complex task, get a structured workflow plan with per-step cost estimates. Classifies your task, selects the optimal framework sequence, and | $0.0020 per call | unknown |
| rigor execute /rigor_execute | Execute a structured workflow end-to-end. Call rigor_plan first (free) to preview the step sequence and cost estimate before committing credits. Classifies the | $0.0020 per call | unknown |
| rigor status /rigor_status | Check the status of a running or completed Rigor workflow. Returns progress, step results, and the full deliverable when complete. Use after rigor_execute with | $0.0020 per call | unknown |
| rigor workflows /rigor_workflows | List and search Rigor workflows for your organization, with filtering and pagination. Returns status, progress, capacity usage, and available actions per workfl | $0.0020 per call | unknown |