modelscope·@jser/mcp
一种模型上下文协议服务器,为JSer.info的JavaScript资源数据库提供搜索和检索功能,通过各种专业工具访问项目、帖子、产品信息和时间线数据。
An MCP Server for JSer.info
In VSCode, you can use JSer.info MCP in one of the following ways:
You can add a remote server using either of the following methods:
bash code --add-mcp {"name":"jser-info-mcp","url":"https://mcp.jser.info/mcp"}
Add the following configuration to your VSCode settings.json:
json
"mcp": {
"servers": {
"jser-info-mcp": {
"url": "https://mcp.jser.info/mcp"
}
}
}
This will automatically make JSer.info MCP available.
Start @jser/mcp in the terminal
bash
npx @jser/mcp
Open the VSCode command palette (Cmd+Shift+P or Ctrl+Shift+P) and run MCP: Add Server...
Enter http://localhost:14561/mcp as the server URL to connect
After connecting, the following tools will be available:
jser_search_items: Search items by title, description, URL, and tags (supports OR search with multiple keywords)jser_search_posts: Search posts by title, description, URL, and tagsjser_product_name: Get product name from URLjser_week: Get JSer week by numberjser_weeks: Get all JSer weeksjser_weeks_between: Get JSer weeks between two datesjser_week_with_item_url: Get JSer week containing an itemjser_item_with_item_url: Get JSer item by URLJSer.info MCP provides the following tools.
Searches items by title, description, URL, and tags. Multiple keywords separated by spaces are searched with OR logic.
Parameters:
query: Search query (1-100 characters). Multiple keywords separated by spaces are searched with OR logic.limit: Maximum number of results to return (1-100, default: 10)offset: Offset of the results (0 or greater, default: 0)order: Sort order
desc: Newest first (default)asc: Oldest firstReturn Value:
title: Title of the itemurl: URL of the itemcontent: Description of the itemtags: Array of tagsdate: Registration date and timerelatedLinks: Array of related linksSearches posts by title, description, URL, and tags.
Parameters:
query: Search query (1-100 characters)limit: Maximum number of results to return (1-100, default: 10)offset: Offset of the results (0 or greater, default: 0)sort: Sort criteria
relevance: By relevance (default)date: By dateorder: Sort order
desc: Newest first / highest relevance (default)asc: Oldest first / lowest relevanceReturn Value:
title: Title of the posturl: URL of the postcontent: Content of the posttags: Array of tagsdate: Posting date and timeGets the product name from a URL.
Parameters:
url: URL of the product (required)Return Value:
name: Product nameurl: URL of the productreleaseNoteProbability: Probability that it is a release notereleaseNoteVersion: Version information of the release note (if applicable)- releaseNoteURL: URL of the release note (if applicable)Retrieves a JSer week by its number.
Parameters:
number: The number of the JSer week (required)Return Value:
number: The number of the JSer weekstartDate: Start dateendDate: End dateitems: List of items for that weekposts: List of posts for that weekRetrieves all JSer weeks.
Return Value:
number: The number of the JSer weekstartDate: Start dateendDate: End dateitems: List of items for that weekposts: List of posts for that weekRetrieves JSer weeks within a specified period.
Parameters:
beginDate: Start date of the period (required)endDate: End date of the period (required)Return Value:
number: The number of the JSer weekstartDate: Start dateendDate: End dateitems: List of items for that weekposts: List of posts for that weekitemsCount: Number of itemspostsCount: Number of postsRetrieves a JSer week containing an item with the specified URL.
Parameters:
item_url: URL of the item (required)Return Value:
number: The number of the JSer weekstartDate: Start dateendDate: End dateitems: List of items for that weekposts: List of posts for that weekRetrieves an item with the specified URL.
Parameters:
url: URL of the item (required)Return Value:
title: Titleurl: URLdescription: Descriptiontags: Array of tagsdate: DaterelatedLinks: Array of related linksData retrieval is done using @jser/data-fetcher.
For searching, DataSet is utilized.
Item: Refers to the site being introduced 1 Item = 1 Site This is the origin of all data. Each site includes a title, URL, registration date, and tags. API: https://jser.info/source-data/items.json Post: Refers to articles posted on JSer.info 1 Post = 1 Article Each article includes a title, URL, tags, and date. Using @jser/stat, you can search for articles that i…
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。
一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。
通过向量嵌入技术,为项目提供记忆库和RAG上下文支持,以增强代码理解和管理,并与RooCode和Cline集成。
VariFlight航班信息服务的模型上下文协议(MCP)服务器实现方案。该服务器提供了多种工具,支持查询航班信息、天气数据及航班舒适度指标。
基于GTFS数据的Caltrain火车时刻查询服务,提供实时火车时刻表、站点查询和时间特定查询功能。