Document Management connectors
4 pre-built Document Management connectors — 29 MCP tools in all: Paperless-ngx, DocuWare, ELO Digital Office. Paste your credentials and your agent can call them. No MCP server to write.
Paperless-ngx document management: full-text search over scanned documents, correspondents, document types, tags, storage paths and the OCR'd content of any document. REST API on your own instance, token auth.
DocuWare document management: search file cabinets by field, read document metadata and index fields, list cabinets, dialogs and trays. Platform REST API, cookie-session auth against DocuWare Cloud or an on-premises server.
ELO ECM: search the archive, read Sord metadata and keywording, walk the folder tree and list document versions. ELO IX REST interface, ticket-based session auth against your own ELO server.
d.velop documents (d.3one) DMS: search the repository, read document metadata and source properties, list repositories and categories. REST API on d.velop cloud or on-premises, bearer API key.
Browse by category
- CRM25
- Accounting22
- ERP16
- Project Management16
- E-commerce13
- Customer Support12
- Payments11
- HR9
- Messaging8
- Email7
- Finance7
- Monitoring7
- Time Tracking7
- Analytics6
- Public Data6
- Government6
- Social Media6
- Databases5
- Forms & Surveys5
- Logistics5
- Publishing5
- Document Management4
- Data Enrichment4
- Marketing Automation4
- Scheduling4
- Sports4
- File Storage4
- E-Signature3
- IT Service Management3
- Mapping3
- Transport3
- Banking2
- Knowledge Base2
- Productivity2
- Real Estate2
- CMS1
- Construction1
- Developer Tools1
- Field Service1
- Food & Drink1
- Gaming1
- Healthcare1
- Infrastructure1
- Remote Access1
- Travel1
- Wholesale1
Missing a connector? Add it in a JSON.
Every adapter is a single JSON file under packages/backend/src/adapters/. Copy one, swap endpoint and auth, open a PR — validated by parameterized tests at build time.
// adapters/de/my-adapter.json
{
"slug": "my-erp",
"name": "My ERP",
"category": "erp",
"authType": "BEARER_TOKEN",
"tools": [/* ... */]
}