Bluth Company Audit Data MCP

Mock audit data for AI agent testing - "There's always money in the banana stand"

-
Total Records
-
Data Entities
9
MCP Tools

Data Explorer

Select an entity from the dropdown to preview data

MCP Integration

https://data.audittoolbox.com/mcp

Available MCP Tools

query_employees
Find ghost employees, terminated staff, related parties
query_vendors
Find related party vendors, suspicious recipients
query_journal_entries
High-value transactions, suspicious entries
query_audit_findings
Query documented audit findings
query_bank_transactions
Suspicious/flagged bank transactions
query_projects
Cost overruns, troubled projects
detect_ghost_employees
Automated ghost employee detection
detect_related_party_transactions
Related party analysis
get_data_summary
Overview of available data

Example Request

curl -X POST "https://data.audittoolbox.com/mcp" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "detect_ghost_employees",
      "arguments": {}
    }
  }'