Servers
A
Agentic Document Parsing and Extraction (ADP)
@Laiye-ADP
ADP integrates Vision-Language Models (VLM), Large Language Models (LLM) and autonomous agent decision-making technologies. It reshapes traditional document processing by transforming conventional rule-based field extraction into goal-driven end-to-end intelligent automation. Foc
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"laiye-adp": {
"command": "npx",
"args": [
"-y",
"@laiye-adp/mcp"
],
"env": {
"ADP_API_KEY": "your-adp-api-key"
}
}
}
}