PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP ServerssearchMCP搜索
返回「search」

MCP搜索

modelscope·@jser/mcp

search0下载LocalModelScope

简介

一种模型上下文协议服务器,为JSer.info的JavaScript资源数据库提供搜索和检索功能,通过各种专业工具访问项目、帖子、产品信息和时间线数据。

MCP Server 详情

来自 ModelScope 索引

@jser/mcp

An MCP Server for JSer.info

  • Introduction - Model Context Protocol
  • modelcontextprotocol/typescript-sdk: The official Typescript SDK for Model Context Protocol servers and clients

Usage

Usage in VSCode

In VSCode, you can use JSer.info MCP in one of the following ways:

Using a Remote Server (Recommended)

You can add a remote server using either of the following methods:

Method 1: Add via Command Line

bash code --add-mcp {"name":"jser-info-mcp","url":"https://mcp.jser.info/mcp"}

Method 2: Add to settings.json

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.

Using a Local Server

  1. Start @jser/mcp in the terminal bash npx @jser/mcp

  2. Open the VSCode command palette (Cmd+Shift+P or Ctrl+Shift+P) and run MCP: Add Server...

  3. Enter http://localhost:14561/mcp as the server URL to connect

Available Features

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 tags
  • jser_product_name: Get product name from URL
  • jser_week: Get JSer week by number
  • jser_weeks: Get all JSer weeks
  • jser_weeks_between: Get JSer weeks between two dates
  • jser_week_with_item_url: Get JSer week containing an item
  • jser_item_with_item_url: Get JSer item by URL

Available Tools

JSer.info MCP provides the following tools.

jser_search_items

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 first

Return Value:

  • Array of items
    • title: Title of the item
    • url: URL of the item
    • content: Description of the item
    • tags: Array of tags
    • date: Registration date and time
    • relatedLinks: Array of related links

jser_search_posts

Searches 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 date
  • order: Sort order
    • desc: Newest first / highest relevance (default)
    • asc: Oldest first / lowest relevance

Return Value:

  • Array of posts
    • title: Title of the post
    • url: URL of the post
    • content: Content of the post
    • tags: Array of tags
    • date: Posting date and time

jser_product_name

Gets the product name from a URL.

Parameters:

  • url: URL of the product (required)

Return Value:

  • Product information object
    • name: Product name
    • url: URL of the product
    • releaseNoteProbability: Probability that it is a release note
    • releaseNoteVersion: Version information of the release note (if applicable)- releaseNoteURL: URL of the release note (if applicable)

jser_week

Retrieves a JSer week by its number.

Parameters:

  • number: The number of the JSer week (required)

Return Value:

  • A JSer week object
    • number: The number of the JSer week
    • startDate: Start date
    • endDate: End date
    • items: List of items for that week
    • posts: List of posts for that week

jser_weeks

Retrieves all JSer weeks.

Return Value:

  • An array of JSer week objects
    • number: The number of the JSer week
    • startDate: Start date
    • endDate: End date
    • items: List of items for that week
    • posts: List of posts for that week

jser_weeks_between

Retrieves JSer weeks within a specified period.

Parameters:

  • beginDate: Start date of the period (required)
  • endDate: End date of the period (required)

Return Value:

  • An array of JSer week objects
    • number: The number of the JSer week
    • startDate: Start date
    • endDate: End date
    • items: List of items for that week
    • posts: List of posts for that week
    • itemsCount: Number of items
    • postsCount: Number of posts

jser_week_with_item_url

Retrieves a JSer week containing an item with the specified URL.

Parameters:

  • item_url: URL of the item (required)

Return Value:

  • A JSer week object
    • number: The number of the JSer week
    • startDate: Start date
    • endDate: End date
    • items: List of items for that week
    • posts: List of posts for that week

jser_item_with_item_url

Retrieves an item with the specified URL.

Parameters:

  • url: URL of the item (required)

Return Value:

  • An item object
    • title: Title
    • url: URL
    • description: Description
    • tags: Array of tags
    • date: Date
    • relatedLinks: Array of related links

Source

Data retrieval is done using @jser/data-fetcher.

  • Data is fetched again if one minute has passed since the last fetch.
  • In other words, cached data is used for up to one minute.

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…

相关 MCP Servers(来自「search」)

【稳定版】12306MCP火车票服务

一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。

Alphar/Railway-Real-Time-MCP-Server

代码上下文MCP

一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。

@fkesheh/code-context-mcp

代码索引MCP

一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。

@johnhuang316/code-index-mcp

代码知识记忆库工具

通过向量嵌入技术,为项目提供记忆库和RAG上下文支持,以增强代码理解和管理,并与RooCode和Cline集成。

@davidvc/code-knowledge-mcptool

飞常准-Aviation

VariFlight航班信息服务的模型上下文协议(MCP)服务器实现方案。该服务器提供了多种工具,支持查询航班信息、天气数据及航班舒适度指标。

@variflight-ai/variflight-mcp

火车时刻查询服务

基于GTFS数据的Caltrain火车时刻查询服务,提供实时火车时刻表、站点查询和时间特定查询功能。

myalone/caltrain

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/jser-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
search / rag-systems / documentation-access
运行方式
No
许可证
MIT License
详情文件
jser-mcp.md