Document Extractor MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| NODE_ENV | No | Environment mode (development or production) | development |
| HTTP_PORT | No | Port number for HTTP mode | 3000 |
| POCKETBASE_URL | No | PocketBase server URL | http://127.0.0.1:8090 |
| READ_ONLY_MODE | No | Disable write operations | false |
| TRANSPORT_MODE | No | Transport mode for the server (stdio or http) | stdio |
| DOCUMENTS_COLLECTION | No | Collection name for documents | documents |
| AUTO_CREATE_COLLECTION | No | Auto-create collections on startup | true |
| POCKETBASE_ADMIN_EMAIL | Yes | Admin email for PocketBase authentication | |
| POCKETBASE_ADMIN_PASSWORD | Yes | Admin password for PocketBase authentication |
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 | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_documentA | Extract document content from Microsoft Learn or GitHub URL and store in PocketBase |
| authenticateC | Test authentication with PocketBase using provided credentials |
| list_documentsC | List stored documents from PocketBase with pagination |
| search_documentsB | Search documents by title or content using full-text search |
| get_documentB | Get a specific document by ID with full content |
| delete_documentB | Delete a document from PocketBase by ID |
| ensure_collectionA | Check if the documents collection exists and create it if needed |
| collection_infoB | Get detailed information about the documents collection including statistics |
| connection_statusB | Check the current PocketBase connection status and configuration |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| stats | Current server statistics and metrics |
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/DynamicEndpoints/documentation-mcp-using-pocketbase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server