Skip to main content
Glama
RocwoDev

MCP Web Utilities Server

by RocwoDev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
search_on_web

Searches the web for information related to the given query. Return format : result 1 title result 1 description result 2 title result 2 description ... Use relevants links with fetch_webpage to get all the page content

search_on_website

Searches the web for information related to the given query, restricted to specific sites. Return format : result 1 title result 1 description result 2 title result 2 description ... Use relevants links with fetch_webpage to get all the page content

fetch_webpage

Fetches a webpage and returns a simplified markdown representation.

get_current_date

Returns current UTC and local date-time strings in ISO format.

Return format: { "utc": "YYYY-MM-DDTHH:MM:SSZ", "local": "YYYY-MM-DD HH:MM:SS" }

Prompts

Interactive templates invoked by user choice

NameDescription
clever_agent_instructions

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/RocwoDev/McpServer'

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