Skip to main content
Glama
funtuan

Taiwan Government Open Data MCP Server

by funtuan
types.ts858 B
// Type definitions for the project export interface DatasetMetadata { 資料集識別碼: string; 資料集名稱: string; 資料提供屬性: string; 服務分類: string; 品質檢測: string; 檔案格式: string; 資料下載網址: string; 編碼格式: string; 資料集上架方式: string; 資料集描述: string; 主要欄位說明: string; 提供機關: string; 更新頻率: string; 授權方式: string; 相關網址: string; 計費方式: string; 提供機關聯絡人姓名: string; 提供機關聯絡人電話: string; 上架日期: string; 詮釋資料更新時間: string; 備註: string; 資料量: string; } export interface SearchResult { file_id: string; filename: string; score: number; attributes: Record<string, string | number | boolean | null>; content: Array<{ type: "text"; text: string; }>; }

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