Back to Browse

Jail MCP Server

by Mefengl
Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.

About

Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.

Remote endpoints: streamable-http: https://api.jail.li/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 7 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

JAIL Pro API key from jail.li. Optional: trial works without a key.Required

Environment variable: JAIL_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

JAIL Search — MCP Server

Status: backend offline.

Install in Cursor Install in VS Code

Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.

jail.li

Installation

Connect to the hosted MCP server:

https://api.jail.li/mcp

Get API key for higher limits — append ?jailApiKey= to the URL.

claude mcp add --transport http jail https://api.jail.li/mcp

With API key:

claude mcp add --transport http jail "https://api.jail.li/mcp?jailApiKey=sk_live_..."
codex mcp add jail --url https://api.jail.li/mcp

With API key: codex mcp add jail --url "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "jail": {
      "url": "https://api.jail.li/mcp"
    }
  }
}

With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Add to .vscode/mcp.json:

{
  "servers": {
    "jail": {
      "type": "http",
      "url": "https://api.jail.li/mcp"
    }
  }
}

With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "jail": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.jail.li/mcp"]
    }
  }
}

With API key: "args": ["-y", "mcp-remote", "https://api.jail.li/mcp?jailApiKey=sk_live_..."]

Add to your opencode.json:

{
  "mcp": {
    "jail": {
      "type": "remote",
      "url": "https://api.jail.li/mcp",
      "enabled": true
    }
  }
}

With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Edit ~/.copilot/mcp-config.json:

{
  "mcpServers": {
    "jail": {
      "type": "http",
      "url": "https://api.jail.li/mcp"
    }
  }
}

With API key: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "jail": {
      "serverUrl": "https://api.jail.li/mcp"
    }
  }
}

With API key: "serverUrl": "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Add to ~/.hermes/config.yaml:

mcp_servers:
  jail:
    url: "https://api.jail.li/mcp"

With API key: url: "https://api.jail.li/mcp?jailApiKey=sk_live_..."

Or install the skill: hermes skill install jail-search

Via npm Package

{
  "mcpServers": {
    "jail": {
      "command": "npx",
      "args": ["-y", "jail-mcp@latest"]
    }
  }
}

Or with Python: "command": "uvx", "args": ["jail-mcp"]

For API key with stdio: "env": { "JAIL_API_KEY": "sk_live_..." }

Tools

ToolWhat it does
searchSearch across all content types. Filter by type, paginate with cursor.
detailGet full metadata for a document by ID.

Content Types

TypeSources
academicOpenAlex, arXiv, Semantic Scholar, DBLP
booksBooks, digital libraries, classical literature
wikiWikipedia — en, zh, de, fr, es, ru, ja, ko + 10 more
forumsHacker News, StackExchange, Lobsters, LessWrong, 60+ more
legalHarvard Case Law, CourtListener, EUR-Lex, UK Legislation
newsNews articles and journalism
packagesnpm, PyPI, Crates.io, Libraries.io
economicsWorld Bank, IMF, FRED, ECB, BLS, Tax Foundation
knowledgeWikidata, structured knowledge
videoIMDb, YouTube
musicDiscogs, MusicBrainz
healthClinical trials, food safety
geoWorld place names, geographic data
techDev.to, product community forums
socialReddit, Mastodon, Lemmy, fediverse
fandomFan wiki articles, community knowledge
cryptoDeFi protocols, token data, on-chain analytics
predictionsPrediction markets, forecasting
audioPodcasts and audio content

License

MIT

Reviews

No reviews yet

Be the first to review this server!