Ollama Web Search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_API_KEY | Yes | Your Ollama API key, create one at https://ollama.com/settings/keys |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Search the web via Ollama's hosted search API. Args: query: The search query. max_results: Maximum results to return (default 5, max 10). Returns: A dict with a "results" list, each item having title, url and content. |
| web_fetchA | Fetch the readable content of a web page via Ollama's hosted fetch API. Args: url: The absolute URL to fetch (must include http:// or https://). Returns: A dict with the page title, content, and a list of links. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deXterbed/ollama-web-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server