4get MCP Server
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fourget_web_searchB | 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_searchA | 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_searchA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yshalsager/mcp-4get'
If you have feedback or need assistance with the MCP directory API, please join our Discord server