ZeroEntropy Zerank MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ZeroEntropy Zerank MCP Serverrerank these documents for 'climate change solutions'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ZeroEntropy Zerank MCP Server
A Model Context Protocol (MCP) server for document reranking using the ZeroEntropy Zerank API, now implemented in Node.js.
Features
Document reranking using the ZeroEntropy Zerank API
Input validation with Zod schemas
Support for both standalone Node.js server and Cloudflare Workers deployment
MCP protocol compliance for integration with AI assistants
Related MCP server: Perplexity Insight MCP Server
Installation
npm installUsage
Standalone Node.js Server
Run the MCP server using stdio transport:
npm startOr for development with auto-reload:
npm run devCloudflare Workers Deployment
Install Wrangler CLI:
npm install -g wranglerLogin to Cloudflare:
wrangler loginDeploy the worker:
wrangler deployAPI
The server provides one tool:
get_reranking
Reranks a list of documents based on relevance to a query.
Parameters:
query(string): The search query (1-10000 characters)documents(array): Array of documents to rerank (1-1000 items)api_key(string): ZeroEntropy API key
Returns:
results(array): Array of reranked results withindexandrelevance_score
Example:
{
"query": "machine learning algorithms",
"documents": [
"Neural networks are a type of machine learning model",
"Cooking recipes for pasta dishes",
"Supervised learning techniques in AI"
],
"api_key": "your-api-key"
}Environment
Node.js 18.0.0 or higher
ZeroEntropy API access
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server enabling LLMs to search, retrieve, and manage documents through Rememberizer's knowledge management API.Last updated35Apache 2.0
- Flicense-qualityDmaintenanceInterfaces with the Perplexity AI API to provide advanced question answering capabilities through the standardized Model Context Protocol, supporting multiple Perplexity models.Last updated
- AlicenseBqualityDmaintenanceIntegrates Dify's external knowledge base API with the Model Context Protocol to enable AI agents to retrieve and query relevant information. It supports relevance scoring, metadata filtering, and flexible configuration through environment variables or command-line arguments.Last updated16MIT
- Alicense-qualityAmaintenanceProvides LLMs with code intelligence tools like relationship explanation, PR impact analysis, and health reports via the Model Context Protocol.Last updated1MIT
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
Stop re-explaining yourself to Agents. Give it the right context, right when needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbccc/zeroentropy-zerank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server