- Home
- MCP servers
- VIGO
VIGO
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
VIGO MCP Server is a read-only compliance intelligence engine that delivers up-to-date Hong Kong SFC regulatory insights through an MCP-compatible interface. It uses a continuously updated, structured knowledge base with official source links to help you answer regulatory questions accurately inside your preferred MCP client.
How to use
You connect to the VIGO MCP server from your MCP client (Claude, Cursor, VS Code, or any MCP-compatible platform) using the provided HTTP endpoint. Once connected, you can ask SFC regulatory questions and receive precise answers drawn from official SFC documents, with every response including direct source links for verification. You can access four read-only tools that cover licensing, enforcement, licensing guides, and the latest updates.
How to install
Prerequisites: you need an MCP client installed on your workstation or environment (for example, Claude, Cursor, or VS Code) that supports the MCP protocol over HTTP.
Step 1: Add the VIGO MCP server URL to your MCP client. Use the exact URL shown below.
Claude (Web, Desktop, Mobile) Settings → Connectors → Add custom connector → paste the URL:
https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp
That’s it. Claude will automatically invoke VIGO when you ask SFC compliance questions.
Step 2: If your client requires a JSON configuration, use the following HTTP server entry. This config represents the remote MCP server configuration.
{
"mcpServers": {
"vigo": {
"type": "http",
"url": "https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp",
"args": []
}
}
}
Additional usage notes
You can explore the four tools directly once connected: query_regulation, search_enforcement, get_license_guide, and latest_updates. Each tool operates in read-only mode and returns bilingual results (English and Traditional Chinese) when applicable.
Examples
Example: Licensing exam questions You ask: Where can I find the exam requirements for SFC Type 9 (Asset Management)?
Security and access considerations
VIGO is a read-only service with public access through the MCP endpoint. No authentication is required to fetch regulatory content via the MCP interface in supported clients. Ensure you verify any links to official sources included in responses.
Available tools
query_regulation
Ask any question about SFC regulations. Covers all license types, AML/CFT, exams, CPD/CPT, and more. Responds in English or Chinese.
search_enforcement
Search SFC enforcement actions including fines, suspensions, bans, and prosecutions. Returns matching cases with regulatory details and official links.
get_license_guide
Provide a comprehensive guide for any SFC license type, including exams, capital, fit-and-proper, and CPD requirements.
latest_updates
Fetch the latest SFC regulatory updates, including circulars, enforcement notes, VATP developments, and consultations.