MCP Hub
Back to servers

UniFuncs

Validation Failed

UniFuncs MCP Server provides standardized access to web search and content extraction capabilities via the UniFuncs API. It enables AI models to browse the live web and retrieve cleaned website content for analysis.

Stars
4
Forks
1
Tools
2
Updated
Apr 15, 2025
Validated
Jan 9, 2026

Validation Error:

Process exited with code 1. stderr: npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead UNIFUNCS_API_KEY environment variable is not set

UniFuncs MCP Server

MCP Server for the UniFuncs API

Setup

API Key

Get a UniFuncs API Key: https://unifuncs.com/account

NPX

{
    "mcpServers": {
        "unifuncs": {
            "command": "npx",
            "args": [
                "-y",
                "@unifuncs/ufn-mcp-server"
            ],
            "env": {
                "UNIFUNCS_API_KEY": "sk-**********"
            }
        }
    }
}

Reviews

No reviews yet

Sign in to write a review