ACA PoC MCP Tools Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ACA PoC MCP Tools Servergenerate a compliance audit report for Q2 2026"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ACA PoC MCP Tools Server
Financial audit and ledger query tools exposed via Model Context Protocol (MCP).
Overview
This MCP server provides AI agents with tools to:
Generate Audit Reports: Create compliance, risk, and transaction summary reports
Query Financial Ledger: Access transaction data, balances, and summaries from an in-memory SQLite database
Related MCP server: Quicken MCP Server
Features
š Regulatory-grade audit reporting (SOC-2 Type II, ISO-27001 compliant)
š¾ In-memory SQLite database with 1000 sample transactions
š MCP Protocol for seamless AI agent integration
š³ Docker support for easy deployment
Tools
1. generate_audit_report
Generate comprehensive audit reports for financial data.
Parameters:
report_type: Type of report (compliance,risk,transaction)date_range(optional): Date range filter withstart_dateandend_dateformat(optional): Output format (jsonorcsv)
Example:
{
"report_type": "compliance",
"date_range": {
"start_date": "2026-01-01",
"end_date": "2026-07-28"
},
"format": "json"
}2. query_ledger
Query financial ledger data from the in-memory database.
Parameters:
query_type: Type of query (transactions,balance,summary)date_range(optional): Date range filterlimit(optional): Maximum number of results (default: 100)
Example:
{
"query_type": "transactions",
"limit": 50
}Installation
Using Docker
docker build -t aca-mcp-tools .
docker run -p 8080:8080 aca-mcp-toolsLocal Development
# Install dependencies
pip install -r requirements.txt
# Run the server
python main.pyMCP Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"aca-financial-tools": {
"url": "http://localhost:8080",
"transport": "streamable-http"
}
}
}Project Structure
mcp_tools/
āāā main.py # MCP server implementation
āāā requirements.txt # Python dependencies
āāā Dockerfile # Container configuration
āāā tools/
ā āāā generate_audit_report.py # Audit report generator
ā āāā query_ledger.py # Ledger query tool
āāā README.mdSecurity & Compliance
Certified: SCB-2026-04 (Security Compliance Board)
Standards: SOC-2 Type II, ISO-27001
Phase: 9 (Production-ready)
Owner: ACA PoC Team
License
MIT License - See LICENSE file for details
Contributing
This is a proof-of-concept project for demonstrating AGNTCY Directory capabilities.
Contact
ACA PoC Team - aca-poc@dell.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA personal financial management tool that enables AI assistants to record transactions, check balances, and provide monthly financial summaries via the Model Context Protocol. It allows users to manage their expenses and income through natural language interactions using standardized MCP tools and resources.Last updated
- Flicense-qualityCmaintenanceConverts Quicken QIF files into a queryable DuckDB database and exposes financial data through MCP tools, enabling LLMs to query transactions, accounts, and summaries.Last updated14
- Flicense-qualityDmaintenanceProvides double-entry accounting ledger creation, transaction recording, and financial reporting capabilities via MCP.Last updated
- Alicense-qualityAmaintenanceEnables AI agents to self-audit their token usage and costs, providing burn reports, forensics, and optimization recommendations via MCP.Last updated6MIT
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anasmithdell/mcp_tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server