MCP Web Utilities Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| search_on_webB | 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 |
| search_on_websiteC | 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_webpageB | Fetches a webpage and returns a simplified markdown representation. |
| get_current_dateA | 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
| Name | Description |
|---|---|
| clever_agent_instructions |
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/RocwoDev/McpServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server