mcpserver.lol
registry/plith
Connection check verified live · 20h ago

plith

AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

15 tools

Read from the running server on 20h ago.

burnrate_budget read-only daily_limit
Get today's tracked LLM spend, per-model breakdown, projection, and budget alerts. Free — no credits charged.
burnrate_estimate plan*
Before executing a multi-step agent plan, estimate the total LLM cost. Returns per-step breakdown and optimization suggestions. If the estimate exceeds your budget, pipe the same p…
burnrate_optimize plan*target_budget
Get a cheaper equivalent plan by substituting models with lower-cost alternatives. Call after burnrate_estimate if the estimated cost exceeds your budget. Returns the optimized pla…
burnrate_track model*task_idprovider*input_tokens*output_tokens*cache_read_tokens
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 time. Free — no credit…
dedupq_check content*task_idhash_onlysimilarity_threshold
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. On a miss, execute…
dedupq_complete result*content*task_idhash_only
After executing a task, store the result so future identical or similar tasks return a cache hit via dedupq_check. Costs 2 credits.
guardrail_check agent_id*proposed_action*
Evaluate a proposed agent action against your governance policies. Returns allow or deny with the matched policy reason. Requires at least one active policy created via guardrail_c…
guardrail_create_policy name*rules*prioritydescriptionaction_types
Create a persistent governance policy that guardrail_check evaluates on every subsequent call. Define rules using and/or/not operators over action types, resource patterns, and bud…
pitfalldb_query filterstask_type*task_description
Check for known failure patterns before executing a task type. Returns pitfalls with severity, fix suggestions, and confidence scores. After your agent runs, submit failures via pi…
pitfalldb_report failure*task_type*task_description*
Report an agent failure. PII-scrubbed before storage. Linked to existing pitfalls if similar. Free — no credits charged.
qualitygate_validate output*schemalanguageoverridedirectivescheck_types +1
After your agent generates output, validate it against your rules before shipping. Runs deterministic checks (regex, JSON schema, syntax) plus optional LLM-powered tone and factual…
rigor_execute contextdeliverytask_typepreferencestask_description*
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 task, selects the op…
rigor_plan read-only task_typepreferencestask_description*
Before executing a complex task, get a structured workflow plan with per-step cost estimates. Classifies your task, selects the optimal framework sequence, and returns the full pla…
rigor_status read-only workflow_id*
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 polling delivery to…
rigor_workflows read-only qlimitcursorstatusfolder_idtask_type +3
List and search Rigor workflows for your organization, with filtering and pagination. Returns status, progress, capacity usage, and available actions per workflow. Use to monitor w…