Search MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_toolsD | Search available tools |
| list_tool_categoriesB | List tool categories |
| get_tool_infoC | Get detailed tool info |
| extract_webpage_contentD | – |
| parse_pdfD | – |
| search_mapsD | – |
| search_duckduckgoD | – |
| search_wikipediaD | – |
| get_wikipedia_summaryD | – |
| get_wikipedia_contentD | – |
| search_arxivD | – |
| search_pubmedD | – |
| search_gdeltD | – |
| search_githubD | – |
| get_github_readmeD | – |
| search_redditD | – |
| get_reddit_commentsD | – |
| assess_source_credibilityD | – |
| summarize_textD | – |
| calculatorD | – |
| get_current_datetimeD | – |
| get_location_by_ipD | – |
| read_fileD | – |
| write_fileD | – |
| append_fileD | – |
| list_filesD | – |
| delete_fileD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 27 tools
Tools have distinct names and generally target different resources or actions. However, some pairs like get_wikipedia_content and get_wikipedia_summary may cause confusion, especially without descriptions.
All tool names follow a consistent snake_case verb_noun pattern (e.g., append_file, search_arxiv). No mixing of conventions.
27 tools is on the high side for a general-purpose server, but each tool serves a distinct function. The count is borderline but not extreme.
The server covers a wide range of common tasks (file ops, search, web scraping), but each domain is shallow. There are no obvious critical gaps, but the broad scope makes completeness hard to assess.