- Explore MCP Servers
- remote-mcp-local
Remote Mcp Local
What is Remote Mcp Local
remote-mcp-local is a remote server based on the Model Context Protocol (MCP) that integrates news and timezone APIs from aggregated data.
Use cases
Use cases include developing a news dashboard that displays the latest headlines, creating a travel app that shows local times in different regions, and integrating news feeds into websites or applications.
How to use
To use remote-mcp-local, you can call the news service with the command [tool] getNews({type: 'top'})
to fetch news or the timezone service with [tool] getTimezone({region: 'asia'})
to get timezone information.
Key features
Key features include a news service that retrieves various types of news through the aggregated data’s headline news API and a timezone service that provides global timezone information through the world timezone API.
Where to use
remote-mcp-local can be used in applications requiring real-time news updates and timezone information, such as news aggregators, travel applications, and global communication tools.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Remote Mcp Local
remote-mcp-local is a remote server based on the Model Context Protocol (MCP) that integrates news and timezone APIs from aggregated data.
Use cases
Use cases include developing a news dashboard that displays the latest headlines, creating a travel app that shows local times in different regions, and integrating news feeds into websites or applications.
How to use
To use remote-mcp-local, you can call the news service with the command [tool] getNews({type: 'top'})
to fetch news or the timezone service with [tool] getTimezone({region: 'asia'})
to get timezone information.
Key features
Key features include a news service that retrieves various types of news through the aggregated data’s headline news API and a timezone service that provides global timezone information through the world timezone API.
Where to use
remote-mcp-local can be used in applications requiring real-time news updates and timezone information, such as news aggregators, travel applications, and global communication tools.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Remote MCP Server
这是一个基于MCP(Model Context Protocol)的远程服务器,集成了聚合数据的新闻和时区API。
功能
- 新闻服务: 通过聚合数据的头条新闻API获取各类新闻
- 时区服务: 通过聚合数据的世界时区API获取全球各地时区信息
使用方法
获取新闻
[tool] getNews({type: "top"})
新闻类型参数可选值:
- top (头条,默认)
- shehui (社会)
- guonei (国内)
- guoji (国际)
- yule (娱乐)
- tiyu (体育)
- junshi (军事)
- keji (科技)
- caijing (财经)
- shishang (时尚)
获取时区信息
[tool] getTimezone({region: "asia"})
区域参数可选值:
- africa
- america
- antarctica
- arctic
- asia
- atlantic
- europe
- pacific
开发
安装依赖
npm install
启动开发服务器
npm run dev
构建
npm run build
技术栈
- TypeScript
- Cloudflare Workers
- MCP (Model Context Protocol)
- Axios
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.