a-point-systems-ltd/accessmcp
v2.4.0
Microsoft Access tools for AI agents: inspect schemas, read and write data, edit VBA, run health reports. Free account included — read tools are free, write tools come with the trial and Pro.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
accessmcpstdio
{
"type": "stdio",
"command": "powershell.exe",
"args": [
"-NoProfile",
"-ExecutionPolicy",
"Bypass",
"-File",
"${PLUGIN_ROOT}/bootstrap/bootstrap.ps1"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "accessmcp",
"version": "2.4.0",
"description": "Microsoft Access tools for AI agents: inspect schemas, read and write data, edit VBA, run health reports. Free account included — read tools are free, write tools come with the trial and Pro.",
"author": {
"name": "A-Point Systems Ltd",
"url": "https://access-mcp.ai"
},
"homepage": "https://access-mcp.ai",
"keywords": [
"microsoft-access",
"accdb",
"database",
"vba",
"windows"
]
}