Skip to main content

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
  • search_document: Get specific document based on id
    • Required arguments:
      • id: id of the document

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

mcp_server_site_search-0.1.5.tar.gz (29.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_site_search-0.1.5-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_site_search-0.1.5.tar.gz.

File metadata

  • Download URL: mcp_server_site_search-0.1.5.tar.gz
  • Upload date:
  • Size: 29.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for mcp_server_site_search-0.1.5.tar.gz
Algorithm Hash digest
SHA256 92676cc02ce987666eafff88866c784f5adf32c81b19e91765a4f7971ccf49c4
MD5 a78dd8c4a629150b226a109775c4fcf1
BLAKE2b-256 197eaf018aa63ec77b645640c6dd5b90972254b08585823edbb086ca8d5d6f2d

See more details on using hashes here.

File details

Details for the file mcp_server_site_search-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_site_search-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 af7e57a6cb521ca6471d5e79fb44daec64a63179907325a5f522eb3385a889ca
MD5 dec7a3e30578e721d84530f1fb7d9682
BLAKE2b-256 8afb0cc99b9911bf46a6ad13082e510a8e3b205653d099df83551779bd1bbe02

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page