Skip to main content
Glama

Jina.ai Grounding MCP Server

MIT License
6
2
  • Linux

mcp-jinaai-接地


⚠️ 通知

此存储库不再维护。

该工具的功能现已在mcp-omnisearch中提供,它将多个 MCP 工具组合在一个统一的包中。

请改用mcp-omnisearch


一个模型上下文协议 (MCP) 服务器,用于集成 Jina.ai 的 Grounding API 与 LLM。该服务器提供高效全面的 Web 内容接地功能,并经过优化,能够通过真实、实时的 Web 内容增强 LLM 响应。

特征

  • 🌐 通过 Jina.ai Grounding API 实现高级 Web 内容接地
  • 🚀 实时内容验证和事实核查
  • 📚 全面的网络内容分析
  • 🔄 针对法学硕士 (LLM) 优化的简洁格式
  • 🎯 精准的内容相关性评分
  • 🏗️ 基于模型上下文协议

配置

此服务器需要通过您的 MCP 客户端进行配置。以下是不同环境的示例:

克莱恩配置

将其添加到您的 Cline MCP 设置中:

{ "mcpServers": { "jinaai-grounding": { "command": "node", "args": ["-y", "mcp-jinaai-grounding"], "env": { "JINAAI_API_KEY": "your-jinaai-api-key" } } } }

带有 WSL 配置的 Claude 桌面

对于 WSL 环境,将其添加到您的 Claude Desktop 配置中:

{ "mcpServers": { "jinaai-grounding": { "command": "wsl.exe", "args": [ "bash", "-c", "JINAAI_API_KEY=your-jinaai-api-key npx mcp-jinaai-grounding" ] } } }

环境变量

服务器需要以下环境变量:

  • JINAAI_API_KEY :您的 Jina.ai API 密钥(必需)

API

服务器实现了 MCP 工具,用于将 LLM 响应与 Web 内容结合起来:

ground_content

使用 Jina.ai Grounding 将 LLM 响应与实时网络内容相结合。

参数:

  • query (字符串,必需):包含网络内容的文本
  • no_cache (布尔值,可选):绕过缓存以获取最新结果。默认为 false
  • format (字符串,可选):响应格式(“json”或“text”)。默认为“text”
  • token_budget (数字,可选):此请求的最大令牌数量
  • browser_locale (字符串,可选):用于呈现内容的浏览器语言环境
  • stream (布尔值,可选):为大页面启用流模式。默认为 false
  • gather_links (布尔值,可选):收集响应末尾的所有链接。默认为 false。
  • gather_images (布尔值,可选):在响应结束时收集所有图像。默认为 false。
  • image_caption (布尔值,可选):内容中的图片标题。默认为 false
  • enable_iframe (布尔值,可选):从 iframe 中提取内容。默认为 false
  • enable_shadow_dom (boolean,可选):从影子 DOM 中提取内容。默认为 false
  • resolve_redirects (布尔值,可选):遵循重定向链到达最终 URL。默认为 true

发展

设置

  1. 克隆存储库
  2. 安装依赖项:
pnpm install
  1. 构建项目:
pnpm run build
  1. 以开发模式运行:
pnpm run dev

出版

  1. 更新 package.json 中的版本
  2. 构建项目:
pnpm run build
  1. 发布到 npm:
pnpm run release

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

MIT 许可证 - 有关详细信息,请参阅LICENSE文件。

致谢

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

将 Jina.ai 的 Grounding API 与 LLM 相集成,实现实时、基于事实的网络内容基础和分析,并通过精确、经过验证的信息增强 LLM 响应。

  1. ⚠️ 通知
    1. 特征
      1. 配置
        1. 克莱恩配置
        2. 带有 WSL 配置的 Claude 桌面
        3. 环境变量
      2. API
        1. ground\_content
      3. 发展
        1. 设置
        2. 出版
      4. 贡献
        1. 执照
          1. 致谢

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An MCP server that provides access to Jina AI's powerful web services (page reading, web search, fact checking) through Claude.
              Last updated -
              3
              189
              12
              JavaScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Integrates Jina.ai's Reader API with LLMs for efficient and structured web content extraction, optimized for documentation and web content analysis.
              Last updated -
              1
              24
              24
              JavaScript
              MIT License
              • Linux
            • A
              security
              A
              license
              A
              quality
              Enables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.
              Last updated -
              1
              22
              3
              JavaScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              Enables LLMs to perform sophisticated web searches through proxy servers using Tavily's API, supporting comprehensive web searches, direct question answering, and recent news article retrieval with AI-extracted content.
              Last updated -
              1
              Python

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-jinaai-grounding'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server