JAIL搜索-MCP服务器
状态:后端脱机。
 
搜索十亿多个文档——论文、书籍、代码、法律案件、论坛、维基百科等等。
安装
连接到托管的MCP服务器:
https://api.jail.li/mcp获取API密钥 对于更高的限制,请附加 ?jailApiKey= 到URL。
Claude Code
claude mcp add --transport http jail https://api.jail.li/mcp使用API密钥:
claude mcp add --transport http jail "https://api.jail.li/mcp?jailApiKey=sk_live_..."Codex
codex mcp add jail --url https://api.jail.li/mcp使用API密钥: codex mcp add jail --url "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Cursor
添加 ~/.cursor/mcp.json:
{
"mcpServers": {
"jail": {
"url": "https://api.jail.li/mcp"
}
}
}使用API密钥: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
VS Code
添加 .vscode/mcp.json:
{
"servers": {
"jail": {
"type": "http",
"url": "https://api.jail.li/mcp"
}
}
}使用API密钥: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Claude Desktop
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)或 %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"jail": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.jail.li/mcp"]
}
}
}使用API密钥: "args": ["-y", "mcp-remote", "https://api.jail.li/mcp?jailApiKey=sk_live_..."]
OpenCode
添加到您的 opencode.json:
{
"mcp": {
"jail": {
"type": "remote",
"url": "https://api.jail.li/mcp",
"enabled": true
}
}
}使用API密钥: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Copilot CLI
编辑 ~/.copilot/mcp-config.json:
{
"mcpServers": {
"jail": {
"type": "http",
"url": "https://api.jail.li/mcp"
}
}
}使用API密钥: "url": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Windsurf
添加 ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"jail": {
"serverUrl": "https://api.jail.li/mcp"
}
}
}使用API密钥: "serverUrl": "https://api.jail.li/mcp?jailApiKey=sk_live_..."
Hermes
添加 ~/.hermes/config.yaml:
mcp_servers:
jail:
url: "https://api.jail.li/mcp"使用API密钥: url: "https://api.jail.li/mcp?jailApiKey=sk_live_..."
或者安装技能: hermes skill install jail-search
通过npm包
Use the npm/pypi package for stdio transport
{
"mcpServers": {
"jail": {
"command": "npx",
"args": ["-y", "jail-mcp@latest"]
}
}
}或者用Python: "command": "uvx", "args": ["jail-mcp"]
对于带有stdio的API密钥: "env": { "JAIL_API_KEY": "sk_live_..." }
工具
| 工具 | 它做什么 |
|---|---|
search | 搜索所有内容类型。按类型筛选,用光标分页。 |
detail | 按ID获取文档的完整元数据 |
内容类型
| 类型 | 来源 |
|---|---|
| 学术 | OpenAlex,arXiv,语义学者,DBLP |
| 书籍 | 书籍、数字图书馆、古典文学 |
| 维基百科-en,zh,de,fr,es,ru,ja,ko+10更多 | |
| 论坛 | 黑客新闻,StackExchange,龙虾,LessRong,60+更多 |
| 法律 | 哈佛判例法,法院听众,EUR Lex,英国立法 |
| 新闻 | 新闻文章和新闻 |
| 包 | npm、PyPI、Crates.io、Libraries.io |
| 经济学 | 世界银行、国际货币基金组织、FRED、欧洲央行、劳工统计局、税务基金会 |
| 知识 | 维基数据,结构化知识 |
| 视频 | IMDb、YouTube |
| 音乐 | Discogs,MusicBrainz |
| 健康 | 临床试验、食品安全 |
| geo | 世界地名、地理数据 |
| tech | Dev.to,产品社区论坛 |
| 社交媒体 | Reddit、Mastodon、Lemmy、fediverse |
| fandom | 粉丝维基文章,社区知识 |
| 加密 | DeFi协议、令牌数据、链上分析 |
| 预测 | 预测市场,预测 |
| audio | 播客和音频内容 |
许可证
麻省理工学院
