MCP Research Tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind host for HTTP transport | 127.0.0.1 |
| MCP_PORT | No | Port for HTTP transport | 9000 |
| SEARXNG_URL | No | SearXNG instance URL | http://localhost:8080 |
| MCP_TRANSPORT | No | Transport: stdio or streamable-http | stdio |
| WHISPER_MODEL | No | Whisper model (tiny/base/small/medium/large) | small |
| WHISPER_CPP_BIN | No | Whisper binary name | whisper-cli |
| MAX_FETCH_SIZE_MB | No | Max page download size | 10 |
| MAX_VIDEO_SECONDS | No | Max video duration to process | 120 |
| WHISPER_MODEL_PATH | No | Path to whisper model | ~/.cache/whisper-cpp/ggml-small.bin |
| FRAME_EVERY_SECONDS | No | Keyframe extraction interval | 3 |
| FETCH_TIMEOUT_SECONDS | No | Page fetch timeout | 30 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/hippogriff-ai/mcp-research-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server