Behavioral Audit MCP
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., "@Behavioral Audit MCPCustomer says 'cancel my subscription'. Draft: 'Done.' Check for missing refund notice."
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.
Behavioral Audit MCP
Check a draft support reply for what it should say and doesn't, before it goes to the customer.
Part of Agentic Diaries. One hosted tool, disclosure_check.
What it does
Give it what a customer said and the reply you are about to send. It flags any should-know policy the customer's situation made relevant that your draft failed to proactively surface: a refund window, an auto-renewal, a retention offer, a warranty term. The knew-but-did-not-say gap, on a single message.
It returns a verdict, pass or gap. On a gap, it names each missed policy and the line that should have been there. It detects and suggests. It does not rewrite your reply, send anything, or keep the message beyond the check.
Related MCP server: @aws/ftr-eval-mcp
Install
One line. No login, no signup.
Claude Code:
claude mcp add --transport http behavioral-audit https://receipts-mcp.vercel.app/api/mcpIf you add it mid-session, restart Claude Code (or run /mcp) so the new tool appears.
Claude Desktop (or any MCP client), add to your config:
{
"mcpServers": {
"behavioral-audit": {
"type": "http",
"url": "https://receipts-mcp.vercel.app/api/mcp"
}
}
}The tool: disclosure_check
Input:
customer_message(string) , what the customer said, verbatim.draft_reply(string) , the reply you are about to send.
Output: a verdict plus, on a gap, the policies your draft left out.
Example
A customer asks to cancel. Your draft confirms it but never mentions the refund window they still qualify for.
Request:
{
"customer_message": "I want to cancel my subscription today.",
"draft_reply": "Done, your subscription is cancelled. Sorry to see you go."
}Result:
{
"verdict": "gap",
"misses": [
{
"id": "refund_window",
"title": "Refund window",
"suggestion": "You are within your 14-day refund window, so you can still request a refund for this billing period.",
"reason": "The customer is cancelling and qualifies for a refund they were not told about."
}
]
}A clean reply returns verdict: "pass" with an empty misses list. That means clear to send, not that nothing ran.
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-qualityCmaintenanceEnables AI agents to draft evidence-grounded cold-email openers, A/B variants, personalized LinkedIn DMs, and SEO content-gap plans for sales and marketing outreach.

@aws/ftr-eval-mcpofficial
Alicense-qualityAmaintenanceAutomates the AWS Foundational Technical Review (FTR) partner self-assessment by evaluating SOC 2 and WAFR reports against defined controls, returning structured PASS/FAIL decisions with reasoning.MIT No Attribution- AlicenseAqualityAmaintenanceExposes Microsoft 365 privacy/compliance audit checks as MCP tools, enabling natural language queries about tenant configuration, orphaned documents, Conditional Access policies, DLP policies, and Copilot usage.5MIT
- AlicenseAqualityBmaintenanceEnables agents to validate data safety before storing, transmitting, or logging data, preventing GDPR/HIPAA/PCI-DSS violations with clear verdicts like SAFE_TO_PROCESS, REDACT_BEFORE_PASSING, DO_NOT_STORE, or ESCALATE.3313MIT
Related MCP Connectors
Read-only MVR preflight for trust, permission, evidence gaps, and African market-entry readiness.
Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why.
Log, evaluate, and ground AI decisions against authority context. Returns PASS, WARN, or BLOCK.
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/kandikandikandi/behavioral-audit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server