We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jameslai-sparkofy/taiwan-tender-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "taiwan-tender-mcp",
"version": "1.0.0",
"description": "台灣政府標案查詢 MCP - 串接政府電子採購網 API",
"main": "build/index.js",
"bin": {
"taiwan-tender-mcp": "build/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"prepublishOnly": "npm run build"
},
"keywords": ["mcp", "taiwan", "tender", "procurement", "government", "標案", "政府採購"],
"author": "jameslai-sparkofy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jameslai-sparkofy/taiwan-tender-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.3",
"axios": "^1.13.4",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
},
"files": [
"build",
"README.md"
],
"engines": {
"node": ">=18"
}
}