Skip to main content
Glama
funtuan

Taiwan Government Open Data MCP Server

by funtuan

Taiwan Government Open Data MCP Server

This is a remote server using Model Context Protocol (MCP) and Cloudflare Workers AI AutoRAG to search and query Taiwan government open data.

Online Service

This project is deployed on Cloudflare Workers and is open for moderate use:

⚠️ This is a personal side project with limited resources. Please avoid excessive requests.

Related MCP server: Daiso MCP Server

Available Tools

search_dataset

Search for relevant government open datasets using AI Search and retrieve full information from the D1 database.

Parameters:

  • query (string): Search keywords, e.g., traffic accidents, health insurance, environmental monitoring, etc.

  • max_results (number, optional): Maximum number of results to return, default is 10.

Process:

  1. Use AI Search to find the top N most relevant datasets.

  2. Extract dataset ID from filename (e.g., 10001.json → 10001).

  3. Query full dataset information from the D1 database.

Usage in GitHub Copilot

Add the following to your GitHub Copilot MCP settings:

{
  "mcpServers": {
    "tw-gov-data": {
      "url": "https://tw-gov-data-mcp.funtuan.workers.dev/sse",
      "type": "http"
    }
  }
}

After restarting, you can use these tools to search for Taiwan government open data!

Example Queries

When chatting with Copilot, you can ask:

  • "Find datasets related to traffic accidents"

  • "What open data is available for health insurance?"

  • "Search for environmental monitoring data"

  • "Find open data related to air quality"

  • "Are there any datasets about population statistics?"

Data Source

The data used in this project comes from Taiwan Government Open Data Platform.

License

MIT License

References

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables access to Hong Kong government's official open data portal (DATA.GOV.HK) through natural language queries. Supports searching datasets, browsing categories, and retrieving detailed information about Hong Kong's public data resources.
    8
    8
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to search, explore, and query any CKAN open data portal through natural language, making public datasets accessible without requiring knowledge of the portal's API.
    20
    414
    57
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/funtuan/mcp-server-taiwan-gov-data'

If you have feedback or need assistance with the MCP directory API, please join our Discord server