Post
				
				
							238
					I've added an 11th tool to the 
	Nymbo/Tools MCP server, it's for your 
# Obsidian_Vault Tool
It's basically a read-only version of the
Run the server locally and set the
# Web_Search Improvements
The
There's also a new date filter, to limit results to those created in the past day, week, month, or year. Oh, and uhh, SafeSearch is now
# Web_Fetch Improvements
As context-efficient as the Markdown mode is for web browsing, sometimes it does lose important context in the conversion from HTML to Markdown. So I've added a new HTML mode to the
# A Note on Claude Skills
I've been having fun with the new
Happy building ~
	
		
	Obsidian_Vault. I'd argue it's far more context-efficient than any other Obsidian MCP I've seen, and doesn't require any plugins. Also some big improvements to the Web_Search and Web_Fetch tools.# Obsidian_Vault Tool
It's basically a read-only version of the
File_System tool, but it works so well for navigating Obsidian without unnecessary context. It supports recursive (full-text) search across the entire vault, and supports offset so the agent can "scroll" through a document without the without re-consuming tokens.Run the server locally and set the
OBSIDIAN_VAULT_ROOT environment variable to your vault's root path. If you don't use Obsidian, this is perfectly usable as simply a read-only filesystem.# Web_Search Improvements
The
Web_Search tool previously just used DuckDuckGo as a backend search engine, but now it also supports Bing, Brave, Yahoo, and Wikipedia. Default engine is auto which provides results from all backends in recommended order. Still doesn't require any kind of API or auth for Web_Search.There's also a new date filter, to limit results to those created in the past day, week, month, or year. Oh, and uhh, SafeSearch is now
off by default :)# Web_Fetch Improvements
As context-efficient as the Markdown mode is for web browsing, sometimes it does lose important context in the conversion from HTML to Markdown. So I've added a new HTML mode to the
Web_Fetch tool that basically executes a cURL request on the URL, returning the full HTML page if necessary.# A Note on Claude Skills
I've been having fun with the new
File_System and Shell_Command tools. Using Claude Skills doesn't currently work in the public HF space because of enviroment restrictions, but using Skills works perfectly well running locally.Happy building ~