Policysg
@ey023
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"policysg": {
"command": "node",
"args": [
"dist/index.js"
],
"cwd": "/path/to/PolicySG",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<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>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments