The MCP Access Server provides tools for accessing and processing external content and executing system commands:
Web Page Parsing: Convert web pages into Markdown format by providing a URL (
get-webpage-markdown
)PDF Content Extraction: Extract text from PDF files by specifying a file path (
get-pdf-content
)Command Execution: Run allowed system commands (
command-execute
) includingls
,mkdir
,cd
,npm
,npx
,node
,git
, andrm
within a specified working directory
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables text extraction from web pages and PDFs, and execution of predefined commands, enhancing content processing and automation capabilities.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.Last updated -611MIT License
- AsecurityAlicenseAqualityProvides comprehensive document processing, including reading, converting, and manipulating various document formats with advanced text and HTML processing capabilities.Last updated -162415MIT License
- -securityFlicense-qualityProvides tools for reading and extracting text from PDF files, supporting both local files and URLs.Last updated -30
- AsecurityFlicenseAqualityAn MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.Last updated -118