Skip to main content
Glama
Paul-PSDigital

aadc-audit-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
aadc.audit_allA

Run every AADC compliance audit against a local project and return the consolidated result. Use this whenever the user asks for a full AADC review of a kids app, or before a store submission.

aadc.audit_permissionsB

Audit native iOS Info.plist and Android AndroidManifest.xml for any permission outside the AADC-safe allowlist. Standards 8, 10.

aadc.audit_sdksA

Audit dependency manifests (pubspec.yaml, package.json, requirements.txt) for analytics / advertising / tracking SDKs or any dependency outside the allowlist. Standards 5, 9, 12, 13.

aadc.audit_launchurlA

Audit Dart launchUrl() calls so kid-facing files use the safe-link helper and only declared parent-area paths may open the external browser. Standards 11, 14.

aadc.audit_network_isolationC

Audit declared protected paths (microphone, camera, on-device-only data) for any network API import. Standard 8.

aadc.audit_defaultsB

Heuristic warn-only scan for default-true on suspicious privacy keys (share / track / profile / etc). Standard 7.

aadc.audit_reading_gradeB

Audit user-facing copy for reading grade above the age-appropriate threshold. Standards 4, 11.

aadc.audit_placeholdersC

Scan for unreplaced placeholder content (lorem ipsum, TODO copy, dummy text) in shipped user-facing strings. Standards 4, 6.

aadc.audit_link_reachabilityC

Warn-only check that external links referenced in content are reachable and not dead. Standards 4, 6.

aadc.audit_volume_capB

Verify every audio/video player declares an explicit volume cap. Standards 1, 14.

aadc.audit_sentry_hygieneB

Audit Sentry error-reporting initialisation for child-data hygiene (PII scrubbing, no session replay). Standards 7, 9.

aadc.audit_hardcoded_urlB

Flag hardcoded URLs outside the CMS that bypass content review. Standards 4, 6.

aadc.audit_policy_mentions_sdksA

Warn-only check that the privacy policy names every external-service SDK the app depends on. Standards 4, 9.

aadc.list_standardsA

Return the 15 AADC standards with their one-line statutory summaries. Use this as a reference when filling in a conformance statement.

aadc.read_standardA

Return the full ICO-published text of one AADC standard by number (1-15). Use this when you need the verbatim wording for a conformance statement or DPIA.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Paul-PSDigital/aadc-audit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server