avaxia8/mcp-ade-server
If you are the rightful owner of mcp-ade-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP ADE Server is a Model Context Protocol server designed for LandingAI's Agentic Document Extraction, enabling AI assistants to extract structured data from documents using vision-language models.
Tools
Functions exposed to the LLM to take actions
ade_extract_raw_chunks
Extract raw text chunks and metadata from base64-encoded documents.
ade_extract_from_path
Extract from local file paths.
ade_extract_from_url
Download and extract from URLs.
ade_extract_batch
Process multiple documents in batch.
ade_extract_with_pydantic
Extract structured data using Pydantic models.
ade_extract_with_json_schema
Extract using JSON schemas.
ade_validate_json_schema
Validate JSON schemas for compatibility.
ade_get_server_info
Get server configuration and capabilities.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client