ihyee-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ihyee-mcpsearch for the latest news on Claude 3.5 Sonnet and summarize the top results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ihyee-mcp
MCP (Model Context Protocol) server for the ihyee web intelligence API. Gives AI assistants like Claude, Cursor, and other MCP clients the ability to search the web, fetch pages, and render JavaScript-heavy sites.
Tools
Tool | Description |
| Search the web and return extracted, summarized content from top results |
| Fetch and extract content from specific web page URLs |
| Force full browser rendering of a JavaScript-heavy web page |
Related MCP server: o3-search MCP
Install
pip install ihyee-mcpConfigure
Set your ihyee API key as an environment variable:
export IHYEE_API_KEY="your_api_key_here"Get an API key at ihyee.delta-telematics.ca.
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ihyee": {
"command": "ihyee-mcp",
"env": {
"IHYEE_API_KEY": "your_api_key_here"
}
}
}
}Config file locations:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
With Claude Code
claude mcp add ihyee -- ihyee-mcpThen set the API key in your environment or pass it via the MCP config.
With Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"ihyee": {
"command": "ihyee-mcp",
"env": {
"IHYEE_API_KEY": "your_api_key_here"
}
}
}
}Direct (stdio)
IHYEE_API_KEY=your_key ihyee-mcpThe server communicates over stdin/stdout using the MCP protocol.
Tool Details
ihyee_search
Search the web and return extracted content from top results.
Parameters:
Parameter | Type | Required | Default | Description |
| string | Yes | Search query | |
| integer | No | 5 | Number of results (1-10) |
| string | No | "both" | "both", "full_text", or "summary" |
| boolean | No | false | Use browser rendering |
| string | No | Results before date (YYYY-MM-DD) | |
| string | No | Results after date (YYYY-MM-DD) | |
| string | No | Required exact phrase |
ihyee_fetch
Fetch and extract content from specific URLs.
Parameters:
Parameter | Type | Required | Default | Description |
| string[] | Yes | URLs to fetch (max 10) | |
| string | No | "both" | "both", "full_text", or "summary" |
| boolean | No | false | Use browser rendering |
ihyee_render
Force browser rendering for JavaScript-heavy pages.
Parameters:
Parameter | Type | Required | Default | Description |
| string | Yes | URL to render | |
| string | No | "networkidle" | "networkidle", "domcontentloaded", or "load" |
| string | No | CSS selector to wait for | |
| integer | No | 30000 | Max wait time in ms |
Development
git clone https://github.com/aizukanne/ihyee-mcp.git
cd ihyee-mcp
pip install -e ".[dev]"
pytestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceAn MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.Last updated44
- AlicenseAqualityCmaintenanceAn MCP server that enables web search capabilities using OpenAI's o3 model, allowing AI assistants to perform text-based web searches and return AI-powered results.Last updated182288MIT
- Alicense-qualityDmaintenanceAn MCP server that provides web scraping and Bing search capabilities, supporting both static and dynamic content through Puppeteer. It allows AI assistants to extract page summaries, SEO metadata, and full text with automatic detection for headless browser rendering.Last updatedGPL 3.0
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to fetch web content in multiple formats (HTML, JSON, text, Markdown) with intelligent content extraction, chunk management, and browser automation support.Last updated58115MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server that gives your AI access to the source code and docs of all public github repos
An MCP server that integrates with Discord to provide AI-powered features.
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/aizukanne/ihyee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server