← Registry

Content Tools

jmrp.io

Enables federated search across bibliographic catalogs to find, download, and read books, papers, and other documents.

2 endpoints4 known toolsFirst detected August 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.jmrp.io/gitlab

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.jmrp-io]
url = "https://mcp.jmrp.io/gitlab"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "jmrp-io": {
      "type": "http",
      "url": "https://mcp.jmrp.io/gitlab",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: jmrp-io
Remote MCP URL: https://mcp.jmrp.io/gitlab

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "jmrp-io": {
      "url": "https://mcp.jmrp.io/gitlab",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "jmrp-io": {
      "type": "http",
      "url": "https://mcp.jmrp.io/gitlab",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "jmrp-io bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "jmrp-io",
  "transport": "streamable-http",
  "url": "https://mcp.jmrp.io/gitlab",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.jmrp.io/libgen

No auth detected

MCP server metadata

Name
libgen-mcp
Version
2.0.0
Capabilities
promptstools
Server instructions

libgen-mcp searches, retrieves and reads books, papers, comics, magazines and standards — no account or API key needed for any tool. WORKFLOW — the tools chain by identifier: search returns each record's md5 (books) or doi (articles); carry that identifier into the next call. 1. search — find candidate records across the catalog and, when needed, open-access sources. 2. get_details — full metadata and a ready-to-paste BibTeX/RIS citation for a record you already identified; it does not fetch the file. Use it whenever a citation is requested. 3. download — resolve a copy by md5 (book), doi (article) or isbn (openly licensed book sources); this deployment always returns a link to fetch yourself, never a saved file. 4. read — extract, paginate, search within (find) or outline a file's text by the same md5/doi (or a local path); it fetches the file itself, so it does not require calling download first. PROMPTS — acquire_book, research_topic, get_paper and download_troubleshoot wrap these tools into ready-made, step-by-step workflows. Prefer one of them over calling the tools ad hoc when the user's request matches its shape.

Known tools 4

download

Resolve a downloadable copy of a book or article.

Inferred read-only
get_details

Full metadata for one bibliographic record: identifiers, DOI, cover and related edition, plus ready-to-paste BibTeX and RIS exports in its citations field.

Inferred read-only
read

Read a book or paper's text in chunks without downloading the whole file.

Inferred read-only
search

Federated search for books, papers, comics, magazines and standards, returning per-result metadata, md5 and download links.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.libgen-mcp]
url = "https://mcp.jmrp.io/libgen"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "libgen-mcp": {
      "type": "http",
      "url": "https://mcp.jmrp.io/libgen"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: libgen-mcp
Remote MCP URL: https://mcp.jmrp.io/libgen

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "libgen-mcp": {
      "url": "https://mcp.jmrp.io/libgen"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "libgen-mcp": {
      "type": "http",
      "url": "https://mcp.jmrp.io/libgen"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "libgen-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.jmrp.io/libgen"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for jmrp.io was fetched 2026-08-24T06:58:04.885Z and is being refreshed.

Trust status Trusted

jmrp.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.