Back to the catalog

published by mukundakatta

20 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.

  1. io.github.MukundaKatta/agentcast ★ 1
    Structured-output enforcer: extract and validate JSON from messy LLM text.
  2. io.github.MukundaKatta/agentfit ★ 1
    Token-aware message truncation: fit a chat history into your model's context budget.
  3. io.github.MukundaKatta/agentguard ★ 1
    Network-egress firewall for agent tools: check URLs against a declarative policy.
  4. io.github.MukundaKatta/agentsnap
    Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
  5. io.github.MukundaKatta/agentvet ★ 1
    Validate tool-call args before execution. Returns LLM-friendly retry hints.
  6. io.github.MukundaKatta/citecite-mcp
    Inject, parse, and strip [N] citation markers in RAG outputs.
  7. io.github.MukundaKatta/csv-tools-mcp
    Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF.
  8. io.github.MukundaKatta/diff-mcp
    Character-precise unified diff + patch application + patch parsing.
  9. io.github.MukundaKatta/html-to-markdown-mcp
    Convert HTML to Markdown or strip to plain text. For web-scraping agents.
  10. io.github.MukundaKatta/jmespath-mcp
    Run JMESPath queries against JSON. Pure JS, no native binary needed.
  11. io.github.MukundaKatta/json5-mcp
    Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON.
  12. io.github.MukundaKatta/promptbudget-mcp
    Token-budget-aware text handling: count, truncate, and chunk for LLM prompts.
  13. io.github.MukundaKatta/ragdrift-mcp
    Diagnose RAG drift: interpret scores, recommend thresholds, explain dimensions.
  14. io.github.MukundaKatta/ragmetric-mcp
    RAG retrieval IR metrics: recall@k, hit@k, MRR, NDCG@k, evaluate_batch.
  15. io.github.MukundaKatta/regex-test-mcp
    Trustworthy JS regex testing. Real offsets, named groups, safe against zero-width loops.
  16. io.github.MukundaKatta/shellquote-mcp
    Safe shell argument escaping for bash, cmd.exe, and PowerShell.
  17. io.github.MukundaKatta/sqlfmt-mcp
    Deterministic SQL formatting across 19 dialects (postgres, mysql, snowflake, bigquery, etc.).
  18. io.github.MukundaKatta/streamparse
    Parse partial / truncated / messy JSON for LLM tool calls and structured outputs.
  19. io.github.MukundaKatta/timezone-mcp
    IANA timezone conversions with real DST rules.
  20. io.github.MukundaKatta/toml-yaml-json-mcp
    Parse, format, and convert configs across TOML, YAML, and JSON.