A FastMCP-based server for browsing 3GPP FTP website
Project description
MCP 3GPP FTP Explorer
A FastMCP-based server exposing tools to browse, download, and extract files from the 3GPP FTP site, plus utilities for Excel and Word documents.
Installation
Install the package from PyPI:
pip install mcp-3gpp-ftp
Usage
Start the MCP server and expose its tools on localhost:
mcp-3gpp-ftp
By default, the server listens on http://localhost:8000/mcp.
Clients can then introspect and invoke tools via the MCP protocol:
- list_directories(path: str) → List[str]
- list_directories_files(path: str, file_pattern: str) → List[str]
- crawl_ftp(path: str, depth: int, delay: float) → List[str]
- list_files(path: str) → List[str]
- list_excel_columns(file_url: str) → List[str]
- filter_excel_columns_from_url(file_url: str, columns: List[str], filters: Dict[str,Any]) → List[Dict[str,Any]]
- download_and_extract(file_url: str) → Dict[str,Any]
- read_word_doc(doc_path: str) → Dict[str,Any]
Configuration
- Base FTP URL:
https://www.3gpp.org/ftp/ - Cache directory: created at runtime under
download_cache/ - Proxy settings: modify the
proxiesdict inserver.pyif necessary
Author & License
Author: Hanwen Cao Email: hanwen.cao@gmail.com License: MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_3gpp_ftp-0.1.0.tar.gz.
File metadata
- Download URL: mcp_3gpp_ftp-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b40ae33c31aca4578e22705f0252521228cbd82e8e7a65c1c6f32edb537ef6a2
|
|
| MD5 |
7977d1d0113a04f05b15c211a6b6a145
|
|
| BLAKE2b-256 |
5a596f8524e1a9225974946b880d27b43d8b7d76c2921ce126544cc749dd5867
|
File details
Details for the file mcp_3gpp_ftp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_3gpp_ftp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76ae803f32bbded3db01cb439f3970c47fb967e5ce31cfb7e79f991fe3f5bb30
|
|
| MD5 |
fd67644fdd6efaa7a0ba0f513dd5b971
|
|
| BLAKE2b-256 |
261d89696e5f1563a3502632a5acec50121ed69bd8421c340de49f721fd87022
|