accessibility-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_BASE_URL | No | Ollama HTTP API root, e.g. http://192.168.1.69:11434 (no trailing slash). | |
| APG_MCP_DATA_DIR | No | Optional. Directory that contains manifest.json (defaults to data/ next to dist/). | |
| OLLAMA_SKIP_PULL | No | If 1 / true / yes, skips /api/pull on startup (models must already exist on the server). | |
| OLLAMA_CHAT_MODEL | No | Model id for LangChain.js ChatOllama (@langchain/ollama). | |
| OLLAMA_EMBEDDING_MODEL | No | Model id for OllamaEmbeddings (RAG / similarity). |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| resources | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| apg_metaA | APG dataset metadata: source commit, when generated, and link to the patterns index. |
| apg_list_patternsA | List all APG pattern ids and titles. Optional filter matches id or title (case-insensitive substring). |
| apg_get_patternA | Full pattern documentation as Markdown (requirements, keyboard, ARIA, etc.) plus example summaries with live URLs. |
| apg_get_exampleA | Official example source for one APG demo: HTML plus linked CSS/JS (and placeholders for binary assets). |
| apg_semantic_searchA | RAG: natural-language search over APG pattern Markdown and example source text. Returns the most similar chunks with patternId (and example slug when applicable). Follow up with apg_get_pattern / apg_get_example for full docs. Requires a pre-built index from |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| apg_manifest | Compact APG pattern index (ids, titles, example slugs, bundle paths). |
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/nicolasgalvez/accessibility-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server