{"id":"vaclavsynacek-parinfer-mcp-server","name":"parinfer-mcp-server","homepage":null,"repo_url":"https://github.com/VaclavSynacek/parinfer-mcp-server","category":"devtools","subcategories":[],"tags":["mcp","clojure","parinfer","code-repair","devtools","automation"],"what_it_does":"Provides an MCP (Model Context Protocol) server that exposes a tool to fix/match parentheses and brackets in Clojure code using parinfer’s indent-mode rules.","use_cases":["Automatic correction of mismatched or missing closing parentheses/brackets in Clojure snippets","Assisting LLM code editors/agents that need to repair formatting-related delimiter issues","Code cleanup/refactoring support for indentation-correct Clojure that has delimiter mistakes"],"not_for":["Fixing syntactically incorrect Clojure that also has indentation problems","General-purpose Clojure formatting/linting beyond delimiter repair","Security-sensitive code auditing or semantic validation beyond delimiter matching"],"best_when":"Input Clojure has correct indentation but incorrect/missing parentheses or brackets; you want a deterministic structural repair.","avoid_when":"Indentation is incorrect or the code contains complex syntax where parinfer’s indent-mode assumptions may not hold; you need semantic correctness guarantees.","alternatives":["Using cljfmt or other Clojure formatters (not specifically delimiter repair)","Parinfer CLI/library integration directly in your toolchain","Editor/IDE structural editors or paredit-like tooling","Custom tree-sitter based parsing/repair (where feasible)"],"af_score":54.0,"security_score":15.5,"reliability_score":17.5,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:52:53.853026+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication is mentioned; MCP is typically local/process-based when run via a client configuration, but this is not explicitly documented."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information provided (appears to be an open-source style local tool)."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":54.0,"security_score":15.5,"reliability_score":17.5,"mcp_server_quality":60.0,"documentation_accuracy":70.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":90.0,"rate_limit_clarity":0.0,"tls_enforcement":10.0,"auth_strength":20.0,"scope_granularity":0.0,"dependency_hygiene":30.0,"secret_handling":20.0,"security_notes":"No explicit security controls documented (auth/TLS/rate limiting). As an MCP server likely run locally, exposure depends on how it’s launched and network-bound; ensure it isn’t accessible externally without safeguards. Dependency hygiene cannot be confirmed from provided materials.","uptime_documented":0.0,"version_stability":40.0,"breaking_changes_history":0.0,"error_recovery":30.0,"idempotency_support":"true","idempotency_notes":"The tool appears to be a pure transformation (fix_parens based on input code). Re-running with already-correct code should ideally be stable, but explicit guarantees are not stated.","pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["If the client/server or tool interface passes very large code blocks, transformation may fail or be truncated (no limits documented).","Correctness depends on “correct indentation”; if indentation is wrong, results may be undesirable.","No authentication guidance is provided; ensure the MCP server is started/secured appropriately in your environment."]}}