IIA-MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_documentsC | Search IIA documents by keywords, standard numbers, or topics |
| get_standard_detailsB | Get detailed information about a specific IIA standard |
| get_related_documentsC | Find documents related to a specific topic or standard |
| validate_complianceC | Check compliance against IIA standards and provide recommendations |
| get_document_updatesC | Check for recent updates to IIA documents |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Standard 1100 - Independence and Objectivity | standards - 1100 |
| Standard 1110 - Organizational Independence | standards - 1110 |
| Standard 1120 - Individual Objectivity | standards - 1120 |
| Standard 1130 - Impairment to Independence or Objectivity | standards - 1130 |
| Standard 2010 - Planning | standards - 2010 |
| Standard 2120 - Risk Management | standards - 2120 |
| Standard 2200 - Engagement Planning | standards - 2200 |
| Standard 2400 - Communicating Results | standards - 2400 |
| Global Guidance | standards - |
| Global Internal Audit Standards | standards - 2024 |
| Untitled | standards - |
| Topical Requirements | standards - 2024 |
| IIA Global Internal Audit Competency Framework | guidance - |
| Ethics and Professionalism | guidance - |
| Risk Assessment Implementation Guidance | guidance - |
| International Professional Practices Framework (IPPF) | guidance - |
| Cybersecurity Auditing | topics - |
| Risk Resources in Internal Audit | topics - |
| Internal Audit Program Template | templates - |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: get_document_updates focuses on recent changes, get_related_documents finds topic-based associations, get_standard_details provides standard-specific information, search_documents performs keyword-based retrieval, and validate_compliance assesses adherence to standards. There is no overlap or ambiguity in their functions.
All tool names follow a consistent verb_noun pattern using snake_case, starting with verbs like 'get', 'search', or 'validate' followed by descriptive nouns. This uniformity makes the tool set predictable and easy to understand.
With 5 tools, the server is well-scoped for its IIA document and standards management purpose. Each tool serves a specific, necessary function without redundancy, making the count appropriate for the domain.
The tool set covers key operations like retrieval (search, get details/updates/related documents) and compliance validation, supporting core workflows. A minor gap is the lack of tools for modifying or creating documents, but this may be intentional if the server is read-only.