Google PageRank for AI agents. 25,000+ tools indexed.

Jina AI MCP Tools by PsychArch

#2528 of 7050 by PsychArch
40 score

Integrates Jina AI Search Foundation APIs to provide web page content extraction and search capabilities. It supports automatic pagination, result caching, and both standard and VIP search endpoints for enhanced information retrieval.

Ranked #2528 out of 7050 indexed tools.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 594
Freshness 5mo ago
Issue Health 100%
Stars 39
Platform Breadth 1 platform
Contributors 5
Description Detailed

How to Improve

Freshness high impact

Last commit was 153 days ago — a recent commit would boost your freshness score

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for Jina AI MCP Tools by PsychArch
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-PsychArch--jina-mcp-tools)](https://agentrank-ai.com/skill/glama-PsychArch--jina-mcp-tools/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-PsychArch--jina-mcp-tools/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-PsychArch--jina-mcp-tools" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# Jina AI MCP Tools

A Model Context Protocol (MCP) server that integrates with [Jina AI Search Foundation APIs](https://docs.jina.ai/).

## Features

This MCP server provides access to the following Jina AI APIs:

- **Web Reader** - Extract content from web pages using r.jina.ai
- **Web Search** - Search the web using s.jina.ai or svip.jina.ai (configurable via `--search-endpoint`)

## Prerequisites

1. **Jina AI API Key** (Optional) - Get a free API key from [https://jina.ai/?sui=apikey](https://jina.ai/?sui=apikey) for enhanced features
2. **Node.js** - Version 16 or higher

## MCP Server

### Using stdio Transport (Default)

For local integrations spawned by another process (e.g., Claude Desktop, VS Code, Cursor):

```json
{
  "mcpServers": {
    "jina-mcp-tools": {
      "command": "npx",
      "args": [
        "jina-mcp-tools",
        "--transport", "stdio",
        "--tokens-per-page", "15000",
        "--search-endpoint", "standard"
      ],
      "env": {
        "JINA_API_K
Read full README on GitHub →