Content Tools
jmrp.io
Enables federated search across bibliographic catalogs to find, download, and read books, papers, and other documents.
ENDPOINT 1
https://mcp.jmrp.io/gitlab
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
MCP server metadata
- Name
- libgen-mcp
- Version
- 1.6.3
Known tools 4
get_detailsFull metadata for a bibliographic record — description, identifiers, DOI, cover, related edition — plus ready-to-paste BibTeX and RIS exports in its citations field.
Inferred read-onlyreadExtract and paginate the text of a book or paper so you can read it without downloading the whole file.
Inferred read-onlysearchFederated search for books, papers, comics, magazines and standards across multiple bibliographic catalogs and open-access sources, returning results with metadata, md5 hash and download options.
Inferred read-onlyCONNECT 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.
jmrp.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.