MCP Deep Search
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.
Directory
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.
A local-first code indexer that enhances LLMs with deep code understanding. It integrates with AI assistants via the Model Context Protocol (MCP) and supports…
Search, understand, reproduce, and improve an idea with ease
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
# Confluence MCP Server A FastMCP-based server that provides seamless integration with Confluence's REST API, enabling programmatic access to Confluence…
Patent and trademark intelligence for AI agents, delivered via the Model Context Protocol. This MCP server connects Claude Desktop, Cursor, Windsurf, and any…
Taivily APIを利用するMCP Serverです。Officialが提供される前に開発しました
AI-native marketplace for pre-cleared licensed assets. Search, license, and stream media rights programmatically — built for post-production, editorial, and…
Integrates Kagi's advanced search capabilities into workflows, enabling high-quality, privacy-focused web information retrieval for informed decision-making…
Lightning-fast semantic code search with AST chunking (15+ languages) - Hybrid TF-IDF + Vector, MCP-ready for AI assistants
Query EUR-Lex and EU case law from Claude, Cursor, and other MCP-enabled tools. 10 tools for structured search, CELEX/URL document fetch, recent Official…
This project provides a lightweight Machine Communication Protocol (MCP) server that wraps key functionalities of the CORE.ac.uk API. It enables local…
NugetMcpServer is an MCP server that retrieves accurate interface and enum definitions directly from NuGet packages. It reduces LLM hallucinations by providing…
quran-search-engine-mcp is a Model Context Protocol (MCP) server that connects AI assistants like Claude Desktop to a dedicated Quranic search engine. It…
Alcove gives AI coding agents on-demand access to your private project documentation — without dumping everything into the context window.
Official MCP server for OpenSOSData - real-time US business entity search across all 53 jurisdictions (all 50 states + DC + Puerto Rico + US Virgin Islands)…
Search and read classic books, world literature, and sacred religious texts across multiple sources. Supports Chinese classics (四书五经、四大名著、诸子百家) via Wikisource…
Integrates with Google Search Console API to provide website search performance analytics, indexing status monitoring, and sitemap management for SEO…
Provides a unified API for accessing multiple search engines including Brave Search, Metaso, and Bocha, handling authentication, rate limiting, and response…
# MCP Server and Google ADK Multi-Tool System ## Adding a New Tool to MCP Server and Google ADK Agent System This step-by-step guide will walk through the…
# Laraguard MCP <img width="100%" alt="image" src="https://github.com/user-attachments/assets/27731e3b-2a15-4b1a-b2e3-c76fca96fff5" /> > **A security audit MCP…
# Perseus™ 🪞 — One command. Zero orientation. [](https://smithery.ai/servers/Perseus-C…
# MCP Servers Collection A collection of MCP (Model Context Protocol) servers for integrating various AI models and services with Claude Desktop. ## 📦…
```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…