Skip to main content
Glama
financesaur

ollama-web-tools-mcp

by financesaur

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ENVNoAlternative environment indicator. If set to 'prod' or 'production', enables production mode.
ENVIRONMENTNoEnvironment indicator. If set to 'prod' or 'production', enables production mode.
CLUESIFT_ENVNoAlternative environment indicator. If set to 'prod' or 'production', enables production mode.
OLLAMA_API_KEYNoOllama API key (used outside production as fallback).
OLLAMA_OPEN_TIMEOUTNoTimeout in seconds for opening connections to Ollama.10
OLLAMA_READ_TIMEOUTNoTimeout in seconds for reading responses from Ollama.60
OLLAMA_KEY_POOL_FILENoPath to a JSON file containing Ollama API keys. Required in production mode.
OLLAMA_WRITE_TIMEOUTNoTimeout in seconds for writing requests to Ollama.30
OLLAMA_CLOUD_API_KEYSNoComma-separated list of Ollama API keys (used outside production as fallback).
CLUESIFT_ARTIFACT_PROD_URLNoComplete URL for ClueSift prod artifact endpoint.
CLUESIFT_ARTIFACT_TEST_URLNoComplete URL for ClueSift test artifact endpoint.
CLUESIFT_ARTIFACT_PROD_TOKENNoToken for ClueSift prod artifact endpoint.
CLUESIFT_ARTIFACT_TEST_TOKENNoToken for ClueSift test artifact endpoint.
CLUESIFT_ARTIFACT_OPEN_TIMEOUTNoTimeout in seconds for callback opens.2
CLUESIFT_ARTIFACT_READ_TIMEOUTNoTimeout in seconds for callback reads.5
CLUESIFT_ARTIFACT_WRITE_TIMEOUTNoTimeout in seconds for callback writes.5

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/financesaur/ollama-web-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server