MCP Hub
Back to servers

JAIL Search

Search papers, books, code, legal cases, forums, Wikipedia, and more from one API.

Registry
Updated
Mar 29, 2026

Quick Install

npx -y jail-mcp

JAIL Search — MCP Server

Search papers, books, code, legal cases, forums, Wikipedia, and more from one API.

Quick Start

Add to your MCP client config. No API key needed.

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

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

With API key

{
  "mcpServers": {
    "jail": {
      "command": "npx",
      "args": ["-y", "jail-mcp@latest"],
      "env": { "JAIL_API_KEY": "your-api-key" }
    }
  }
}
Claude Desktop

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

{
  "mcpServers": {
    "jail": {
      "command": "npx",
      "args": ["-y", "jail-mcp@latest"]
    }
  }
}
Claude Code
claude mcp add jail npx -y jail-mcp@latest
Cursor

Add to .cursor/mcp.json:

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

Add to .vscode/mcp.json:

{
  "servers": {
    "jail": {
      "command": "npx",
      "args": ["-y", "jail-mcp@latest"]
    }
  }
}
Copilot CLI
/mcp add

Or edit ~/.copilot/mcp-config.json:

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

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

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

Tools

ToolDescription
searchSearch across all types. Filter by type, paginate with cursor.
detailGet full metadata for a document by ID.

Content Types

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

Pricing

PlanQueriesResults/queryQPSPrice
TrialBest-effort10
Pro10,000/month5010$5/month
CustomUnlimitedUnlimitedDedicatedContact

Be Pro at jail.li.

License

MIT

Reviews

No reviews yet

Sign in to write a review