MCP.so
登录
P

Policysg

@ey023

关于 Policysg

AI-powered Singapore government policy analysis tool using real-time data integration. Analyzes HDB housing, CPF retirement, Smart Nation initiatives, and healthcare policies with sophisticated scenario comparison and optimization recommendations.

基本信息

分类

其他

传输方式

stdio

发布者

ey023

提交者

Esther

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "policysg": {
      "command": "node",
      "args": [
        "dist/index.js"
      ],
      "cwd": "/path/to/PolicySG",
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<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>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Policysg?

Policysg is the first MCP server designed specifically for Singapore government policy analysis. It enables AI assistants to analyze real policies using live open data from data.gov.sg—no API keys required—and covers housing, retirement, healthcare, Smart Nation initiatives, and multi-policy comparisons.

How to use Policysg?

Clone the repository, run npm install, build with npm run build, and start with npm start. The server implements the full MCP protocol and exposes tools like analyze_hdb_housing, calculate_cpf_retirement, and compare_policy_scenarios that can be invoked directly by MCP clients.

Key features of Policysg

  • Live integration with Singapore government open data (data.gov.sg)
  • No API keys needed for public datasets
  • Real-time HDB resale prices and population statistics
  • Monte Carlo simulation for policy outcome projections
  • Multi-dimensional policy comparison framework
  • Production-ready MCP compliance with TypeScript and caching

Use cases of Policysg

  • Analyze HDB resale market trends and affordability for potential homebuyers
  • Project CPF retirement adequacy and optimize contribution strategies
  • Track Singapore’s Smart Nation progress and digital adoption rates
  • Simulate healthcare policy impacts using Medisave and subsidy models
  • Compare multiple policies side-by-side with cost, equity, and feasibility scores

FAQ from Policysg

Does Policysg require any API keys?

No. Policysg uses public open data from data.gov.sg; no API keys or authentication are required.

What policy areas does Policysg cover?

It covers housing (HDB), retirement (CPF), healthcare (3M system), Smart Nation digital government, and economic competitiveness.

Is Policysg only for Singapore?

Yes, it is built specifically for Singapore government policy analysis with deep local context, but the framework is designed to be expandable to other countries.

What runtime does Policysg need?

Policysg requires Node.js and npm. It is implemented in TypeScript and is built and run via standard Node.js commands.

What kind of analysis does Policysg provide?

It offers Monte Carlo simulations, multi-dimensional policy comparisons, natural language explanations, and optimization recommendations with Singapore-specific constraints.

评论

其他 分类下的更多 MCP 服务器