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 |
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_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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/financesaur/ollama-web-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server