NRT Search
A near real-time search server for indexing and querying documents, implemented in Java.
To start the server: java -jar ./build/libs/nrtsearch-mcp-0.0.1.jar
For Calude desktop configs:
{ "mcpServers": { "nrtsearch": { "command": "java", "args": [ "-jar", "-Dspring.profiles.active=stdio", "./build/libs/nrtsearch-mcp-0.0.1.jar" ] } } }
To inspect the server: npx @modelcontextprotocol/inspector java -Dspring.profiles.active=stdio -jar ./build/libs/nrtsearch-mcp-0.0.1.jar
Related Servers
MCP Compass
Explore and discover Model Context Protocol servers using natural language queries.
MCP Jobs
A zero-configuration job aggregation service that fetches job listings from major recruitment websites.
Librarian
A server to query Wikipedia and automatically fact-check information for any LLM with a compatible MCP client.
Amazon Shopping with Claude
An MCP server for searching and buying products on Amazon.
arXiv MCP Server
Search and analyze academic papers on arXiv.
MCP Naver News
Search for news articles using the Naver News API. Requires Naver News API credentials.
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
Discourse MCP Server
Perform search operations on Discourse forums.
Bing Search
Perform web, news, and image searches using the Microsoft Bing Search API.
SerpApi
Provides search capabilities and data retrieval from SerpAPI and YouTube for AI assistants.