ollama-web-tools-mcp
by financesaur
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENV | No | Alternative environment indicator. If set to 'prod' or 'production', enables production mode. | |
| ENVIRONMENT | No | Environment indicator. If set to 'prod' or 'production', enables production mode. | |
| CLUESIFT_ENV | No | Alternative environment indicator. If set to 'prod' or 'production', enables production mode. | |
| OLLAMA_API_KEY | No | Ollama API key (used outside production as fallback). | |
| OLLAMA_OPEN_TIMEOUT | No | Timeout in seconds for opening connections to Ollama. | 10 |
| OLLAMA_READ_TIMEOUT | No | Timeout in seconds for reading responses from Ollama. | 60 |
| OLLAMA_KEY_POOL_FILE | No | Path to a JSON file containing Ollama API keys. Required in production mode. | |
| OLLAMA_WRITE_TIMEOUT | No | Timeout in seconds for writing requests to Ollama. | 30 |
| OLLAMA_CLOUD_API_KEYS | No | Comma-separated list of Ollama API keys (used outside production as fallback). | |
| CLUESIFT_ARTIFACT_PROD_URL | No | Complete URL for ClueSift prod artifact endpoint. | |
| CLUESIFT_ARTIFACT_TEST_URL | No | Complete URL for ClueSift test artifact endpoint. | |
| CLUESIFT_ARTIFACT_PROD_TOKEN | No | Token for ClueSift prod artifact endpoint. | |
| CLUESIFT_ARTIFACT_TEST_TOKEN | No | Token for ClueSift test artifact endpoint. | |
| CLUESIFT_ARTIFACT_OPEN_TIMEOUT | No | Timeout in seconds for callback opens. | 2 |
| CLUESIFT_ARTIFACT_READ_TIMEOUT | No | Timeout in seconds for callback reads. | 5 |
| CLUESIFT_ARTIFACT_WRITE_TIMEOUT | No | Timeout in seconds for callback writes. | 5 |
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
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchC | Search the internet using Ollama's web search API. |
| web_fetchC | Fetch web page content using Ollama's web fetch API. |
| cluesift_domain_fetchC | Fetch a public page and best-effort deliver it to a fixed ClueSift target. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |