Jail Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Jail Mcp (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.mefengl/jail-mcp -->
Status: backend offline.
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
[jail.li](https://jail.li)
Connect to the hosted MCP server:
https://api.jail.li/mcpGet API key for higher limits — append ?jailApiKey= to the URL.
<details> <summary><b>Claude Code</b></summary>
claude mcp add --transport http jail https://api.jail.li/mcpWith API key:
claude mcp add --transport http jail "https://api.jail.li/mcp?jailApiKey=sk_live_..."</details>
<details> <summary><b>Codex</b></summary>
codex mcp add jail --url https://api.jail.li/mcpWith API key: codex mcp add jail --url "https://api.jail.li/mcp?jailApiKey=sk_live_..." </details>
<details> <summary><b>Cursor</b></summary>
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_..." </details>
<details> <summary><b>VS Code</b></summary>
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_..." </details>
<details> <summary><b>Claude Desktop</b></summary>
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_..."] </details>
<details> <summary><b>OpenCode</b></summary>
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_..." </details>
<details> <summary><b>Copilot CLI</b></summary>
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_..." </details>
<details> <summary><b>Windsurf</b></summary>
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_..." </details>
<details> <summary><b>Hermes</b></summary>
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 </details>
<details> <summary>Use the npm/pypi package for stdio transport</summary>
{
"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_..." } </details>
| Tool | What it does |
|---|---|
search | Search across all content types. Filter by type, paginate with cursor. |
detail | Get full metadata for a document by ID. |
| Type | Sources |
|---|---|
| academic | OpenAlex, arXiv, Semantic Scholar, DBLP |
| books | Books, digital libraries, classical literature |
| wiki | Wikipedia — en, zh, de, fr, es, ru, ja, ko + 10 more |
| forums | Hacker News, StackExchange, Lobsters, LessWrong, 60+ more |
| legal | Harvard Case Law, CourtListener, EUR-Lex, UK Legislation |
| news | News articles and journalism |
| packages | npm, PyPI, Crates.io, Libraries.io |
| economics | World Bank, IMF, FRED, ECB, BLS, Tax Foundation |
| knowledge | Wikidata, structured knowledge |
| video | IMDb, YouTube |
| music | Discogs, MusicBrainz |
| health | Clinical trials, food safety |
| geo | World place names, geographic data |
| tech | Dev.to, product community forums |
| social | Reddit, Mastodon, Lemmy, fediverse |
| fandom | Fan wiki articles, community knowledge |
| crypto | DeFi protocols, token data, on-chain analytics |
| predictions | Prediction markets, forecasting |
| audio | Podcasts and audio content |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.