nexon33_search-fetch-server-mcp
If you are the rightful owner of nexon33_search-fetch-server-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A TypeScript-based MCP server implementing a simple notes system.
The search-fetch-server is a Model Context Protocol (MCP) server designed to demonstrate core MCP concepts through a simple notes system. It allows users to manage text notes with URIs and metadata, create new notes, fetch content from URLs, and perform searches using DuckDuckGo. The server also provides prompts for generating summaries of stored notes, making it a versatile tool for managing and summarizing textual information. Built with TypeScript, it offers a robust and scalable solution for developers looking to integrate MCP functionalities into their applications.
Features
- Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
- Tools: Includes `create_note`, `fetch_url`, and `duckduckgo_search` for note creation, URL fetching, and web searching.
- Prompts: Generate summaries of all stored notes with `summarize_notes`.
Tools
create_note
Create new text notes with title and content.
fetch_url
Fetch content from a URL, optionally converting to markdown using Puppeteer.
duckduckgo_search
Perform a DuckDuckGo search and return results as a JSON string.