MCP Server
MCP
JAIL Search
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://api.jail.li/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "jail-mcp",
"version": "1.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JAIL Pro API key from jail.li. Optional: trial works without a key.",
"isSecret": true,
"name": "JAIL_API_KEY"
}
]
},
{
"registryType": "pypi",
"identifier": "jail-mcp",
"version": "1.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "JAIL Pro API key from jail.li. Optional: trial works without a key.",
"isSecret": true,
"name": "JAIL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
pypi
By
Comments
Sign in to leave a comment