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
Máy chủ liên quan
RAGMap
RAG-focused MCP subregistry and server to discover and route to retrieval-capable MCP servers with semantic search, filters, and explainable ranking.
USGS Quakes
Access earthquake data from the USGS Quakes API using natural language queries.
SearchAPI Agent
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
Agntic AI for Research Papers
Search and extract information about research papers from arXiv.
YouTube
Search YouTube videos and retrieve their transcripts using the YouTube API.
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API, providing updated information for LLMs.
Singapore Location Intelligence MCP
Provides real-time Singapore transport data and routing information.
Ecomm MCP Server
A product search server that provides markdown-formatted responses with clickable product links and prices.
Unified Search MCP Server
Provides unified search capabilities across Google Scholar, Google Web Search, and YouTube.
FlightRadar MCP Server
Provides real-time flight tracking and status information using the AviationStack API.