CUHKSZ Site Search MCP
Project description
mcp_server_site_search
Site Search MCP Server
A Model Context Protocol server that provides additional information from CUHKSZ's official websites.
Note: This server is currently in development and may not be fully functional. If you encounter issues like keep wating for the mcp response, try using school network and close your VPN.
Available Tools
site_search: Get relative information from CUHKSZ based on query- Required arguments:
query: query related to CUHKSZ
- Required arguments:
search_document: Get specific document based on id- Required arguments:
id: id of the document
- Required arguments:
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run mcp-server-site-search.
Using PIP
Alternatively you can install mcp-server-site-search via pip:
pip install mcp-server-site-search
After installation, you can run it as a script using:
python -m mcp_server_site_search
Configuration
Add to your settings:
Using uvx
{
"mcpServers": {
"CUHKSZ-Site-Search": {
"command": "uvx",
"args": ["mcp-server-site-search"]
}
}
}
Using docker
{
"mcpServers": {
"CUHKSZ-Site-Search": {
"command": "docker",
"args": ["run", "-i", "--rm", "masonwen/mcp-cuhksz-search:latest"]
}
}
}
Using pip
{
"mcpServers": {
"CUHKSZ-Site-Search": {
"command": "python",
"args": ["-m", "mcp_server_site_search"]
}
}
}
Project details
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_server_site_search-0.1.4.tar.gz.
File metadata
- Download URL: mcp_server_site_search-0.1.4.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487840b2e997fe8e104b6fb34d0606e1cadd6c25253ffcd22e6969a8e70a5417
|
|
| MD5 |
025cb2f46e5d2913c57e2d727adccbff
|
|
| BLAKE2b-256 |
a60f38e6472a24c2a32350d2a1247d147d1a277d3d336fd26562450d5d1b370b
|
File details
Details for the file mcp_server_site_search-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mcp_server_site_search-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ebc87948fccd610fddd9c5b9d30e533406afab5e7bfd3fffb6eedf6ef0fb801
|
|
| MD5 |
834f785c71eb3be1d2c92d66730b8b71
|
|
| BLAKE2b-256 |
4fe1366bf326edc6dc1cf5346ce2a44a961ae86625828ac334a65510deff8b2e
|