Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FOURGET_PASS | No | Optional pass token for rate-limited instances | |
FOURGET_TIMEOUT | No | Request timeout in seconds | 20.0 |
FOURGET_BASE_URL | No | Base URL for the 4get instance | https://4get.ca |
FOURGET_CACHE_TTL | No | Cache lifetime in seconds | 600.0 |
FOURGET_USER_AGENT | No | Override User-Agent header | mcp-4get/<version> |
FOURGET_MAX_RETRIES | No | Maximum retry attempts | 3 |
FOURGET_CACHE_MAXSIZE | No | Maximum cached responses | 128 |
FOURGET_RETRY_MAX_DELAY | No | Maximum retry delay in seconds | 60.0 |
FOURGET_RETRY_BASE_DELAY | No | Base retry delay in seconds | 1.0 |
FOURGET_CONNECTION_POOL_MAXSIZE | No | Max concurrent connections | 10 |
FOURGET_CONNECTION_POOL_MAX_KEEPALIVE | No | Max persistent connections | 5 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fourget_web_search | Search the web using the 4get meta search engine. Returns web results with titles, URLs, descriptions, and optional featured answers. Supports pagination via the 'npt' token and extended search mode. |
fourget_image_search | Search for images using the 4get meta search engine. Returns image results with URLs, thumbnails, and metadata. Supports pagination via the 'npt' token and various image filters. |
fourget_news_search | Search for news articles using the 4get meta search engine. Returns recent news with titles, URLs, descriptions, publication dates, and thumbnails. Supports pagination via the 'npt' token. |