DataGovMy MCP Server
@leeliwei930
关于 DataGovMy MCP Server
A NodeJS TypeScript MCP server designed to fetch foreign exchange rate data from datagov.my and perform bidirectional currency conversion between foreign currencies and MYR.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"datagovmy-mcp": {
"command": "uvx",
"args": [
"mcpo",
"--port",
"8000",
"--",
"node",
"./build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DataGovMy MCP Server?
An MCP (Model Context Protocol) server implementation that exposes DataGov MY services—specifically a currency conversion tool based on historical exchange rate data. It is designed for developers using MCP-compatible clients such as OpenWebUI.
How to use DataGovMy MCP Server?
Install Node.js (v14+), clone the repository, run npm install and npm run build. Start the server with node ./build/index.js. For OpenWebUI integration, install the MCPO proxy (pip install uv mcpo), launch it with uvx mcpo --port 8000 -- node ./build/index.js, then configure the MCP server URL in OpenWebUI’s Tools Settings.
Key features of DataGovMy MCP Server
- Currency conversion using historical exchange rate data
- Integration with OpenWebUI via MCPO proxy
- Built with the Model Context Protocol standard
- Single tool available: “currency conversion”
Use cases of DataGovMy MCP Server
- Convert currencies based on historical exchange rates through an AI assistant
- Enable real-time currency lookups in OpenWebUI chat sessions
FAQ from DataGovMy MCP Server
—
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论