Vigo MCP Server

AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries.

Local serverstdioTypeScript

What is the Vigo MCP server?

AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries. Exposed over MCP by the vigo mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

At its core, VIGO is a regulatory intelligence expert: deeply versed in Hong Kong SFC regulations, enforcement history, licensing requirements, and AML/CFT rules. But VIGO is more than a compliance encyclopedia. It is a business-aware compliance navigator — an AI that understands how compliance intersects with business strategy, capital structures, and market reality.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • Function — Version
  • vigo-chat — v5.2
  • vigo-mcp — v2.1
  • vigo-ingest — v6.1.2
  • vigo-quick-questions — v1.0
  • Cursor — The Cursor tool exposed by this server
  • query_regulation — Ask any question about SFC regulations. Covers all license types, VATP/ASPIRe framework, AML/CFT, exams, CPD/CPT, and more. Bilingual — responds in
  • search_enforcement — Search SFC enforcement actions — fines, suspensions, bans, and prosecutions
  • get_license_guide — Comprehensive guide for any SFC license type: exams, capital, fit-and-proper, CPD
  • latest_updates — Latest SFC regulatory updates: circulars, enforcement, VATP developments, consultations
  • compliance_check — Perform a compliance health check for a licensed corporation. Input company profile, get a multi-dimensional compliance risk assessment
  • risk_assessment — Assess compliance risk of a planned business activity. Returns Red/Yellow/Green risk rating with regulatory basis and recommended actions

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Vigo.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the vigo mcp server does with a few real requests.

When to reach for it

Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Vigo's toolset — Function, vigo-chat, vigo-mcp and 11 more — is a fair guide to whether it matches your workflow. It is maintained by 365xbusiness; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
FunctionVersion
vigo-chatv5.2
vigo-mcpv2.1
vigo-ingestv6.1.2
vigo-quick-questionsv1.0
CursorThe Cursor tool exposed by this server.
query_regulationAsk any question about SFC regulations. Covers all license types, VATP/ASPIRe framework, AML/CFT, exams, CPD/CPT, and more. Bilingual — responds in whatever language you ask.
search_enforcementSearch SFC enforcement actions — fines, suspensions, bans, and prosecutions.
get_license_guideComprehensive guide for any SFC license type: exams, capital, fit-and-proper, CPD.
latest_updatesLatest SFC regulatory updates: circulars, enforcement, VATP developments, consultations.
compliance_checkPerform a compliance health check for a licensed corporation. Input company profile, get a multi-dimensional compliance risk assessment.
risk_assessmentAssess compliance risk of a planned business activity. Returns Red/Yellow/Green risk rating with regulatory basis and recommended actions.
CoverageThe Coverage tool exposed by this server.
DatabaseThe Database tool exposed by this server.

How to install the Vigo MCP server

{
  "mcpServers": {
    "vigo": {
      "type": "streamableHttp",
      "url": "https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Vigo to Function.
  • Use Vigo to vigo-chat.
  • Use Vigo to vigo-mcp.

Frequently asked questions

It connects Vigo to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Function, vigo-chat, vigo-mcp, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Vigo directly.