Empower Your AI Agents with Ohu Web Intelligence
Ohu provides a native Model Context Protocol (MCP) server over Streamable HTTP. Connect OpenCode CLI, Claude Desktop, Cursor, Windsurf, or autonomous LLM agents to 17 high-performance tools for web scraping, RAG chunking, brand sentiment monitoring, AEO auditing, and security scanning.
https://sluxia.com/ohu/mcp
{
"mcpServers": {
"ohu": {
"url": "https://sluxia.com/ohu/mcp",
"headers": {
"Authorization": "Bearer YOUR_OHU_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}Harness-Specific Client Guides
Select your AI workspace to view its specific JSON configuration schema:
OpenCode CLI Setup
Add to ~/.config/opencode/opencode.jsonc (requires explicit "type": "remote" and "enabled": true):
{
"mcp": {
"ohu": {
"type": "remote",
"url": "https://sluxia.com/ohu/mcp",
"enabled": true,
"headers": {
"Authorization": "Bearer YOUR_OHU_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}Claude Desktop Setup
Add to claude_desktop_config.json under mcpServers:
{
"mcpServers": {
"ohu": {
"url": "https://sluxia.com/ohu/mcp",
"headers": {
"Authorization": "Bearer YOUR_OHU_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}Cursor IDE & Windsurf Setup
Add to .cursor/mcp.json or Cursor Settings > Features > MCP:
{
"mcpServers": {
"ohu": {
"url": "https://sluxia.com/ohu/mcp",
"headers": {
"Authorization": "Bearer YOUR_OHU_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}
}Continue.dev & Zed Setup
Add to ~/.continue/config.json under experimental.modelContextProtocol:
{
"name": "ohu",
"type": "sse",
"url": "https://sluxia.com/ohu/mcp",
"requestOptions": {
"headers": {
"Authorization": "Bearer YOUR_OHU_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
}17 Available MCP Agent Tools
Registered inmcp/tools.js
Monitors online brand mentions across web & news while excluding self domain, analyzing sentiment breakdown and market share of voice.
Performs live web search across multiple search engines with domain authority ranking and proximity snippet highlights.
Analyzes webpage indexability and citation probability for AI search engines, outputting readiness scores and schema snippets.
Converts webpages or raw text into optimized chunks for vector databases, preserving heading hierarchy and generating Pinecone formats.
Scans webpages for security vulnerabilities, hidden prompt injection risks targeting AI models, and leaked API secret keys.
Generates high-quality question and answer instruction pairs from web documentation for fine-tuning LLM models.
Crawls website pages and returns content in multiple formats including Markdown, raw HTML, plain text, and extracted links.
Converts web pages or HTML elements into clean Markdown format, expanding relative links and retaining images.
Compares your website against a competitor for AI search visibility, analyzing semantic relevance and content gaps.
Generates standard /llms.txt and /llms-full.txt markdown manifests for your website to help AI models navigate your docs.
Converts PDF documents into clean, structured Markdown text while preserving multi-column layouts and headings.
Extracts tables from any webpage, automatically inferring data types and exporting formatted JSON, Markdown tables, and CSV.
Extracts clean article content from any webpage by removing ads and navigation menus—returning text, summary, and hero images.
Extracts code blocks from technical docs, identifying languages and separating code snippets from terminal commands.
Extracts all media assets from a webpage, including video streams, audio podcasts, high-res images, and hero images.
Extracts and categorizes all links on a webpage into internal pages, external sites, and social profiles.
Extracts structured data from any webpage using CSS selectors, supporting attribute targets and nested schemas.
OAuth 2.1 & Specification Endpoints
Ohu implements official OAuth 2.1 specifications (RFC 9728, RFC 7662, RFC 7591) for automatic AI agent discovery: