accform-layout-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACCFORM_SRC_ROOT | No | Root directory for Access form files (*.bas) to limit file discovery to your project folder. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| render_formA | Render an Access form/report layout to SVG and store it under a dated artifact folder so the result is inspectable without a native Cairo stack. Pass the form name (e.g. 'A_Lot_Liste') or the path to its *.bas layout file. The render reflects only the declarative designer layout on disk: positions, sizes, captions, absolute colours, hidden controls (dimmed). It does NOT reflect runtime VBA behaviour (Form_Load hiding controls, dynamic RecordSource, conditional formatting). |
| render_form_svgA | Render an Access form/report layout to SVG markup (text). Useful when you want to inspect exact control coordinates, sizes and captions rather than just look at a picture. Same layout caveats as render_form. |
| list_formsA | List the Access form/report layout files (*.bas designer files) available under the configured source root, as paths relative to it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/demilul/accform-layout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server