regulated-reporting-mcp
Related Servers
Alternatives to regulated-reporting-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA stateful MCP server for agent-based Excel workbook interaction, enabling safe reading, mutation, recalculation, verification, and automation of spreadsheets via deterministic JSON contracts.57Apache 2.0
- AlicenseAqualityAmaintenanceAn MCP server that exposes governance, trust-scoring, compliance, guardrail, cost, drift, and supply-chain scanning tools and resources to any MCP client over stdio, Streamable HTTP, or legacy HTTP+SSE. It lets agents route every tool call through a deterministic five-way decision (allow, redact, require approval, deny, or quarantine) with hash-chained evidence, human approval workflows, and in-agent trust gates for LangChain, LangGraph, and Google ADK.3044 PyPI1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for regulated enterprises, providing per-tool RBAC, redacted audit logging, and structured error handling. Exposes bank tools for customer lookup, statement search, and dispute resolution over stdio and HTTPS transports.MIT
- AlicenseAqualityDmaintenanceMCP server for deterministic numeric verification and spreadsheet auditing. Enables AI agents to verify math/finance claims, audit rows, and evaluate covenant rules with signed, independently checkable receipts.4MIT
- AlicenseNot gradedqualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.64MIT
- AlicenseAqualityAmaintenanceHeadless WorkPaper MCP server for spreadsheet formulas, workbook edits, JSON persistence, and verified readback from TypeScript services.736MIT
TDQS
Scored across 117 tools
Many deprecated umbrella tools (workiva_organization, workiva_tasks, workiva_wdata_files) sit alongside their single-verb replacements, creating overlapping entry points. File/document/spreadsheet tools also expose duplicate views of the same resources (export_file vs export_document vs export_spreadsheet; get_file vs get_document vs get_spreadsheet), which raises misselection risk.
The dominant pattern is readable and mostly consistent (workiva_<domain>_<verb>_<noun>), but it is broken by a large set of deprecated resource-only shims like workiva_chains, workiva_rich_text, and workiva_spreadsheet_sheets. Exceptions such as workiva_full_link_flow and workiva_write_verified further reduce predictability.
117 tools is far beyond what an agent can reasonably navigate, especially since roughly 19 are deprecated dispatch shims and many others duplicate the same underlying resources through different views. This creates severe context bloat and tool-selection overhead.
The server covers most core Workiva lifecycles: files, spreadsheets, documents/sections, Wdata tables/queries/connections, chains, tasks, links, and style guides. Minor gaps exist in presentation management (no list/create/delete), explicit file deletion is unsupported, and document creation/deletion is indirect, but agents can generally work around these.