Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_USER_AGENT | No | User-Agent string for outgoing requests. | MCP-URL-Search-Server/1.0.0 |
| MCP_MAX_TIMEOUT | No | Maximum allowed timeout in seconds. | 60 |
| MCP_DEFAULT_TIMEOUT | No | Default request timeout in seconds. | 10 |
| MCP_MAX_CONTENT_LENGTH | No | Maximum content size in bytes (default 10MB). | 10485760 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_url | Fetch and return plain-text content from a web page URL. Handles various content types and provides comprehensive error handling. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |